Having problems with the Gentoo Handbook? If you're still working your way through it, or just need some info before you start your install, this is the place. All other questions go elsewhere.
I did the same procedure on another PC a few days ago, and it worked...where is the error?? The only difference between this setup and the one before is that this time I did not create a BIOS boot partition. Could it be the culprit? Is the BIOS boot partition always necessary?
Last edited by enrico68 on Sat Feb 04, 2017 7:03 pm, edited 1 time in total.
It looks like you're trying to install on an EFI machine.
EFI machines will require an EFI System Partition (ESP) which needs to be FAT16 or FAT32, and is not a grub2 requirement (I've installed grub2 directly to an ext3 root partition - but this machine is a legacy MBR boot machine.)
Though I've not actually yet "officially" installed grub2 to an EFI machine, I've gotten an EFI machine to boot grub2 - and it only had two partitions, the ESP and Linux/Gentoo root partition. The basics is to get Portage to build grub2 as an EFI binary (grub.efi) and install it on your FAT16/FAT32 ESP. Then it will use the efibootmgr tool to ensure that grub2 is loaded as your boot EFI application. The only EFI machine that I've used I cheated and swiped the grub2.efi binary and moved it to the ESP default boot path, which for my x86 efi machine, \EFI\BOOT\BOOTIA32.efi .
Intel Core i7 2700K/Radeon Firepro W2100/24GB DDR3/800GB SSD What am I supposed watching?
To partition the ssd, I followed the official Gentoo Handbook.
I never had this problem before, and now it is the second time in a row...just in case, I checked ssd2, and it is mounted on /mnt/gentoo/boot.
What is wrong with my setup?
EDIT: as it is shown above, the BIOS boot partition has a fat32 fs. What happens is I do "mkfs.fat -F 32 /dev/sdd2" (the boot partition) but, somehow, after I hit enter, also the ssd1 partition shows up as formatted in fat32. I tried that twice, but fat32 shows up on ssd1, no matter what. Maybe that is why I get my error message...
EDIT2: I believe the error lies with the boot partition not being ESP, the Handbook says: "On an UEFI installation, the boot and esp flags will show up on the boot partition". I do not see ESP, only boot, and I have to investigate why my system won't run in EFI mode..that is where the issues is...