Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] GRUB broke (Read 562 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] GRUB broke

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

Re: GRUB broke

Reply #1
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Artix --force

is not working

Re: GRUB broke

Reply #2
Code: [Select]
installing for x86_64-efi platform
grub-install: error: cannot find a device for /boot/efi (is /dev mounted?)

Re: GRUB broke

Reply #3
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.

 

Re: GRUB broke

Reply #4
I had to use artix-chroot instead of just chroot, it works now :D sorry lol