|
直搬官网
UEFI
iPXE supports both UEFI and BIOS platforms. You can build a UEFI ROM using the .efirom image format. For example:
make bin-x86_64-efi/808610de.efirom
where 808610de is constructed from the network card's PCI vendor and device IDs.
You can also build a .efi executable which you can chainload from an existing UEFI ROM (or run directly from the UEFI shell):
make bin-x86_64-efi/ipxe.efi
|
|