Hey guys, I just updated GRUB on my two computers, thankfully I was able to just run grub-install on my side PC I'm using now. On my main PC I'm getting errors about installing GRUB UEFI (the other one was MBR) it asks if dev is mounted when I chroot in. Any help would be greatly appreciated
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Artix --force
is not working
installing for x86_64-efi platform
grub-install: error: cannot find a device for /boot/efi (is /dev mounted?)
I can't install anything with pacman either.
error: could not open file: /etc/mtab: no such file or directory
error: could not determine filesystem mount points
error: not enough free disk space
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
I had to use artix-chroot instead of just chroot, it works now :D sorry lol