On Saturday 08 March 2014 02:31:35 Facundo Curti wrote: > Hi all. I'm again with a newbie problem :/ > I almost finish to install gentoo but I have a little problem, I can't boot > gentoo ._. > > I already installed the system with GRUB2 and systemd, I made partitions > with GPT using parted, but I can't boot. > > My partitions: http://bpaste.net/show/186352/ > > This "legacy_boot" flag is a recent try I made :P. I also tried with "boot" > flag, and with no flags. But any way this does not work >
With UEFI you don't need bios_grub partition. You also don't nee the legacy_boot flag. But what you need is a FAT32 partiton where the GRUB's UEFI binary will be installed. You mount that partition at /boot/efi You should also set GRUB_PLATFORMS="efi-64" in make.conf and update world. After that run "grub2-install /dev/sda" (or whatever block device you use). Then you can verify that GRUB 2 is added into UEFI boot menu: run efibootmgr as root (it's from sys-boot/efibootmgr package).