iPXE discussion forum

Full Version: UEFI Local boot to drive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I was wondering if it's possible to boot to a local drive from UEFI iPXE. It's actually an NVMe drive which may complicate things but I can boot the drive during system boot without iPXE.
Does exit work and let the uEFI firmware load the next bootdevice in the list?

The alternative is to load the next efi executable - this would involve finding the disk and loading it from there, you might be able to for example load grub from ipxe and use that to run efi file from disk.
If you just want to boot windows, maybe you can load windows bootmgr.efi over ipxe and it can then load the rest from first found disk.
Reference URL's