iPXE discussion forum

Full Version: iPXE Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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,
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.
Reference URL's