I've been using Gentoo for a long time, installed without bootloaders to be able to boot directly from ESP partition. Everything has been working great and clear til a few days ago - I've bought a new computer and all the hardware has been changed. I've no idea what could exactly be changed, but now I cannot boot linux in EFI mode even I followed EFI stub article. My Gentoo doesn't start up and doesn't display anything, I cannot see any kind of information what's going on. I triple checked EFI entry with efibootmgr, tried both to set and not to set root= parameter in the entry, no changes. One more thing - I'm always using SystemRescue distro to install Gentoo, and in the latest version I found a good entry in their GRUB menu - "Boot a linux installed on a disk". That feature boots my Gentoo successfully. Please help me to figure out what's happening and how to fix it! thanks
Some extra info:
- VESA, NVIDIA and EFI framebuffers are set in Kernel
- Kernel is fresh and configured with make defconfig
- Intel Microcode is installed as well as linux-firmware
- NVIDIA driver is not installed yet
- /etc/fstab
Code: Select all
PARTUUID=c954a508-bb15-4aaa-adb0-78a12685caba /boot vfat noatime 1 2
PARTUUID=87b1159c-88d8-4643-b1f4-9313ba15e5b7 / ext4 noatime,discard 0 1
- boot partition is a FAT32 partition of 128 MiB and marked as bootable
- boot partition contains the only one file /boot/EFI/Gentoo/linux.efi
- Mainboard is ASUS Prime Z590-P with ASUS UEFI 2.21
- SecureBoot is set as Other OS with default keys, CSM is disabled
- efibootmgr -v
Code: Select all
BootCurrent: 0002
Timeout: 1 seconds
BootOrder: 0001,0000,0002
Boot0000* Windows Boot Manager HD(1,GPT,4ef7c308-4a91-4efe-a7c7-0c900d21207c,0x800,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...3................
Boot0001* Gentoo Linux HD(1,GPT,c954a508-bb15-4aaa-adb0-78a12685caba,0x1000,0x40000)/File(\EFI\Gentoo\linux.efi)
Boot0002* UEFI: Cion AP193 PENDRIVE 1.0, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(7,0)/HD(1,GPT,ddc7c4d1-efcd-43a2-8f92-06474c6a168a,0x800,0x3dcfdf)..BO


