Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] grub install (Read 10000 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[SOLVED] grub install

I'm following the installation guide on the Artix wiki and have come to installing grub, using the commands on the wiki but I get the error
Code: [Select]
grub-install: error: failed to get canonical path of 'overlay'

I used the command

grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub

Re: grub install

Reply #1
grub-mkconfig -o /boot/grub/grub.cfg

grub-install --recheck /dev/sda


 (dev/sda is my hard drive.  Change /dev/sda with your drive)


Re: grub install

Reply #3
I have just attempted to re-install Artix and grub and this time it worked.

Last time I committed a schoolboy error. I didn't chroot into the new system so that's why there was an error with installing grub.