iPXE discussion forum

Full Version: IPXE sanboot to NVME disk
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am using legacy boot which is being deployed using IPXE.
I can currently boot perfectly into devices with sda disks from IPXE using
sanboot --no-describe 0x80
However, this same command does not work for booting nvme disks form IPXE.
Looking up on IPXE documentations did not give any information on this.

Any help or suggestions will be appreciated.

Thank you.
use exit, and let your bios handle the boot of next device.
However NVMe, I have not seen any BIOS implementation that allows to boot on NVMe, I think EFI is required.
You should make sure that your NVMe disk can be booted by the BIOS, without first starting iPXE.

If you want to do this in EFI space instead, use exit 1
Reference URL's