cannot pass 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: cannot pass menu? (/showthread.php?tid=7646) |
cannot pass menu? - nuke - 2015-03-12 13:34 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. RE: cannot pass menu? - NiKiZe - 2015-04-13 23:42 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. |