Re: Installation going wrong, grub issues. Help!
Reply #2 –
Assuming you followed the guide in the wiki normally the grub-install command is:
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub
so
--efi-directory=/boot/efi
and not
--efi-directory=/boot
If following the guide you created the efi partition and mounted it like so:
mkdir /mnt/boot/efi (UEFI)
mount /dev/disk/by-label/ESP /mnt/boot/efi (UEFI)
So your fat efi partition is at /mnt/boot/efi and not /mnt/boot
Not sure if this could be the problem. I have in the past mounted the efi partition at /mnt/boot myself, but I know that by default it's /mnt/boot/efi.