[SOLVED] GRUB broke 07 September 2022, 16:50:22 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 Last Edit: 07 September 2022, 22:58:58 by nous
Re: GRUB broke Reply #1 – 07 September 2022, 16:54:01 grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Artix --force is not working
Re: GRUB broke Reply #2 – 07 September 2022, 16:56:53 Code: [Select]installing for x86_64-efi platformgrub-install: error: cannot find a device for /boot/efi (is /dev mounted?)
Re: GRUB broke Reply #3 – 07 September 2022, 17:00:43 I can't install anything with pacman either. Code: [Select]error: could not open file: /etc/mtab: no such file or directoryerror: could not determine filesystem mount pointserror: not enough free disk spaceerror: failed to commit transaction (unexpected error)Errors occurred, no packages were upgraded.
Re: GRUB broke Reply #4 – 07 September 2022, 17:04:25 I had to use artix-chroot instead of just chroot, it works now sorry lol 1 Likes