iPXE discussion forum
iPXE Menu - 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 Menu (/showthread.php?tid=22675)



iPXE Menu - nswami - 2020-05-16 00:32

We are looking to change the iPXE menu displayed in the Bios Setup.
Found efi_snp_hii.c where the HII page is being constructed.
Able to change the title of the page by making changes to this file.
1) Is this the right approach, or is there a better way to accomplish this?
2) Is there a way to customize the fields displayed on this page?
We need to customize the fields displayed of the page what is displayed and what is hidden, and need to have user input sent to the iPXE driver for our device.
Thank you for your help,


RE: iPXE Menu - simon - 2020-06-05 09:58

iPXE has nothing to do with the BIOS setup.

iPXE can display menus after the BIOS hands over control. This happens through an ipxe script that is either embedded (EMBED=... option) or loaded from the network.