Displaying 1 result from an estimated 1 matches for "intel_menu".
Did you mean:
intel_gen
2005 Dec 15
3
menu.c32 - Return from sub-menu
...e has already done
it. But just in case this could help someone else:
So in .\pxelinux.cfg\default pretty standard:
Default menu.c32
prompt 0
TIMEOUT 0
ALLOWOPTIONS 0
NOESCAPE 1
MENU TITLE FaSTLab Boot - NIC Selection
Label intel
MENU LABEL [^I] Intel NICs
kernel menu.c32
append intel_menu.conf
Label 3com
MENU LABEL [^3] 3COM NICs
kernel menu.c32
append 3com_menu.conf
....
Now copy that same default file from the pxelinux.cfg folder to the same
level as pxelinux.0 .
In the sub-menu file (.\intel_menu.conf) the Back to Main label is a
simple call of menu.c32 using t...