iPXE discussion forum
iPXE & UEFI support (solved) - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: iPXE & UEFI support (solved) (/showthread.php?tid=7923)



iPXE & UEFI support (solved) - lightvik - 2016-01-26 07:02

Good morning friends!
I have a questions:
1) ipxe.efi may work with native menu? if yes - please show me example and source build optinos. i want graphic menu like in bios version.
2)ipxe.efi support iso booting? i cant load memdisk (and any .c32 app) and don't know how to boot iso.
3) where i can find ipxe uefi menu example (boot debian/centos installers / iso / and wimboot)


RE: iPXE & UEFI support - mcb30 - 2016-01-27 13:53

(2016-01-26 07:02)lightvik Wrote:  1) ipxe.efi may work with native menu? if yes - please show me example and source build optinos. i want graphic menu like in bios version.

Yes. See http://ipxe.org/cmd/choose and http://ipxe.org/cmd/console.

Quote:2)ipxe.efi support iso booting? i cant load memdisk (and any .c32 app) and don't know how to boot iso.

Not yet.

As a general point, you can't use memdisk under UEFI anyway since it's BIOS-only.

Quote:3) where i can find ipxe uefi menu example (boot debian/centos installers / iso / and wimboot)

For wimboot, just see http://ipxe.org/wimboot, which already covers UEFI.

Michael


RE: iPXE & UEFI support - lightvik - 2016-01-29 18:52

Thanks you, after time i has create working menu, but i can't load debian/centos netinstaller's, please show me example .
i can use ftp/nfs/http/tftp
update:
i found working config and run it, it works good, thanks for the great software!