I installed Gentoo from a Minimal Installation CD and I progressed nicely to the point where I installed GRUB and rebooted the system.
I was greeted by a black screen with the following message:
Code: Select all
Error 1962: No operating system found. In the BIOS, which I updated to the most recent version, I activated UEFI and deactived any security setting. I booted the Installation CD in UEFI mode and checked that efivars are available inside the chroot.
I partitioned with gdisk:
Code: Select all
/dev/sda1 ... 2 MB ..... Type EF00 ... FAT32 ... /boot/efi
/dev/sda2 ... 128 MB ..... Type 8300 ... ext2 .... /boot
/dev/sda3 ... 8 GB ..... Type 8200 ... swap
/dev/sda4 ... the rest ... Type 8300 ... ext4 .... /Code: Select all
/dev/sda1 ... 130 MB ..... Type EF00 ... FAT32 ... /boot
/dev/sda2 ... 8 GB ..... Type 8200 ... swap
/dev/sda3 ... the rest ... Type 8300 ... ext4 .... /Of course I did as mentioned in the Handbook:
Code: Select all
grub-install --target=x86_64-efi --efi-directory=/boot/efi
grub-mkconfig -o /boot/grub/grub.cfg
Code: Select all
/boot/efi/EFI/gentoo/grubx64.efi
/boot/efi/EFI/gentoo/bootx64.efi
/boot/efi/EFI/gentoo/grub.efi
/boot/efi/EFI/gentoo/boot.efi
/boot/efi/EFI/BOOT/grubx64.efi
/boot/efi/EFI/BOOT/bootx64.efi
/boot/efi/EFI/BOOT/grub.efi
/boot/efi/EFI/BOOT/boot.efi
/boot/efi/EFI/redhat/grubx64.efi
/boot/efi/EFI/redhat/bootx64.efi
/boot/efi/EFI/redhat/grub.efi
/boot/efi/EFI/redhat/boot.efi
/boot/efi/EFI/Microsoft/Boot/grubx64.efi
/boot/efi/EFI/Microsoft/Boot/bootx64.efi
/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
/boot/EFI/gentoo/grubx64.efi
/boot/EFI/gentoo/bootx64.efi
/boot/EFI/gentoo/grub.efi
/boot/EFI/gentoo/boot.efi
/boot/EFI/BOOT/grubx64.efi
/boot/EFI/BOOT/bootx64.efi
/boot/EFI/BOOT/grub.efi
/boot/EFI/BOOT/boot.efi
/boot/EFI/redhat/grubx64.efi
/boot/EFI/redhat/bootx64.efi
/boot/EFI/redhat/grub.efi
/boot/EFI/redhat/boot.efi
/boot/EFI/Microsoft/Boot/grubx64.efi
/boot/EFI/Microsoft/Boot/bootx64.efi
/boot/EFI/Microsoft/Boot/bootmgfw.efi
Code: Select all
Error 1962: No operating system found. From my online search (Google), I found out that (probably) Lenovo expects and accepts only certain directory/file names in /boot/efi.
If you have a Lenovo ThinkCentre M91p or ThinkPad T520 (or something similar in age), please let me know, how your /boot/efi directory looks like.


