On 09/04/2014 05:36 PM, Joseph wrote: > When I installed grub2 I got no errors: > grub2-install /dev/sda > Installation finished. No error reported. >
If you are trying to boot in EFI mode, you aren't installing it correctly. That installed to the MBR in legacy mode. Instructions are here: http://wiki.gentoo.org/wiki/GRUB2 You need to mount /boot, and mount the EFI boot partition before installing grub2 using `grub2-install --target=x86_64-efi`. Dan

