Artix Linux Forum

Artix Linux => System => Topic started by: kenny_w on 07 September 2022, 16:50:22

Title: [SOLVED] GRUB broke
Post by: kenny_w on 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
Title: Re: GRUB broke
Post by: kenny_w on 07 September 2022, 16:54:01
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Artix --force

is not working
Title: Re: GRUB broke
Post by: kenny_w on 07 September 2022, 16:56:53
Code: [Select]
installing for x86_64-efi platform
grub-install: error: cannot find a device for /boot/efi (is /dev mounted?)
Title: Re: GRUB broke
Post by: kenny_w on 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 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.
Title: Re: GRUB broke
Post by: kenny_w on 07 September 2022, 17:04:25
I had to use artix-chroot instead of just chroot, it works now :D sorry lol