[SOLVED] grub install 16 May 2021, 17:38:26 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 errorCode: [Select]grub-install: error: failed to get canonical path of 'overlay'I used the commandgrub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub Last Edit: 22 May 2021, 21:09:07 by nous
Re: grub install Reply #1 – 17 May 2021, 16:13:25 grub-mkconfig -o /boot/grub/grub.cfggrub-install --recheck /dev/sda (dev/sda is my hard drive. Change /dev/sda with your drive)
Re: grub install Reply #2 – 17 May 2021, 17:32:39 https://fasterland.net/how-to-install-grub-on-arch-linux-uefi.htmltry this:Code: [Select]# os-prober# grub-mkconfig -o /boot/grub/grub.cfg# grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB Last Edit: 17 May 2021, 17:50:30 by alium 1 Likes
Re: grub install Reply #3 – 22 May 2021, 19:27:49 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.