
Shouldn't that be BOOTX64.EFI ?KevinC_63559 wrote:I have a single VFAT partition on a NVME drive, mounted as /efi. Directory structure is /efi/EFI/BOOT per the standard default, but can't seem to get the BIOS to load any *.EFI files I have there. I've BOOT86.EFI per the standard, with that being a copy of my bzImage and it recognizes it as an OS, but no signs of loading. Tried with Grub, both with the default name and making that as BOOT86.EFI and it doesn't see anything.
I would like to add this information: Many (all?) UEFIs check at system startup whether the file specified by a UEFI entry really exists; and if not, that entry is silently deleted.sublogic wrote:Shouldn't that be BOOTX64.EFI ?

Tis what I get from typing from memory. You are correct and it is...sublogic wrote:Shouldn't that be BOOTX64.EFI ?

Apparently permanently. Really wishing I could just go back to CSM/Legacy mode and use LILO - that was SO easy, but CSM mode on this bleeding edge board doesn't work as expected either.pietinger wrote: I would like to add this information: Many (all?) UEFIs check at system startup whether the file specified by a UEFI entry really exists; and if not, that entry is silently deleted.

We had this problem quite often ... and it was always some missing options in the (manually configured) kernel ->KevinC_63559 wrote:[...] but it gets past "loading Linux 6.6.67-gentoo" and hangs on "loading initial ramdisk". [...]

First and foremost: THANK YOU for putting that outstanding document together. I've been doing linux since Slackware 0.96 kernel (loaded via 4 1.44mb floppies) and Gentoo basically forever. Just the comment about using "/" with 'make menuconfig' is (since I somehow missed it) and lifeline. I just spent several hours going through your doc.pietinger wrote: We had this problem quite often ... and it was always some missing options in the (manually configured) kernel ->
https://wiki.gentoo.org/wiki/User:Pieti ... nd_Console

FWIW - this is now trivial. Edit /etc/default/grub and uncomment the line: GRUB_CMDLINE_LINUX="net.ifnames=0"KevinC_63559 wrote:[
Now just fixing up a few things, like the kernel renaming my eth0 device. Been there, done that... no biggie.
Happy to hear that!KevinC_63559 wrote:[...] Reinstalled dracut and ran a new 'make install'... and we are booted!
You are very Welcome!KevinC_63559 wrote:First and foremost: THANK YOU for putting that outstanding document together. [...]