iPXE discussion forum

Full Version: cannot pass menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi.
I want to make some menu that pxe passes it normally.
Something like escape key of pxelinux to enter menu.
Can i make menu that it opens when i want to use?
or can i pass some parameters to chainbooting pxelinux?
sorry for my poor english.
If you want to have a separate keypress before loading the menu you can use the prompt command: http://ipxe.org/cmd/prompt

otherwise if you want to start with the prompt, you can always load a menu with chain, example chain http://server/menu.ipxe
another alternative is to use a menu with only 2 choices, one being default with a timeout that exits - the other loads the full menu.

If you are comparing to pxelinux, can you post an pxelinux example of what you want to achieve?
Loading pxelinux from ipxe is possible - but it have its own set of issues.
Reference URL's