search for: opt_submenu

Displaying 5 results from an estimated 5 matches for "opt_submenu".

2006 Nov 22
2
Problem with "additional" submenus
...th both syslinux 3.20-pre8 and newer versions (sorry, I want to say 3.31 something, but don't have exact version number this was tried with other than 3.20-pre8) What was a single first-level menu off of the main menu now instead of having all "OPT_RUN" items now has additional "OPT_SUBMENU" items to aid in organization. I'll refer to this menu as the first-level submenu, because all of the subsequent submenus work perfectly off of this first-level submenu. The best description of what is happening is this: Instead of the main menu options only being displayed, the first-le...
2004 Feb 03
2
SYSLINUX 2.09-pre5 - Menu Depth "Feature"
...nd experience it for yourself, anyways. If you have two submenus nested within each other and then call a third menu it will bring up the second menu instead of the third. MAIN = add_menu(" Main Menu "); add_item("Begin Menu Depth Test","Only Allows Depth Of Two",OPT_SUBMENU,NULL,ONE); add_item("Exit to prompt", "Exit the menu system", OPT_EXITMENU, "exit", 0); ONE = add_menu(" LEVEL 1 "); add_item("GOTO LEVEL 2","Go one level up",OPT_SUBMENU,NULL,TWO); add_item("Exit to prompt", "Exit...
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu). Consider: BIOS->(DHCP-TFTP)->pxelinux.0 works fine. BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy
2008 Jun 19
5
No sub-menus in complex.c32
>> Hi, >> >> I have created my own custom menu using menu/complex.c as an example. >> This was way back in the syslinux 2.x days, so the menu system had not >> yet been converted to COM32. With a few minor changes, I now have >> this compiling and running under v3.63. The problem is that only the >> top level menu works. Trying to access any sub-menu
2004 Oct 07
1
Menu examples?
Hi all, I'm looking for some menu examples for Murali's menu system. Specifically, a headstart on creating a Kickstart menu which covers the most common options with the intention of creating this: label ks.menu kernel vmlinuz.ks.$DIST append ksdevice=eth0 ks=http://kickstartserver/$DIST/Custom/ks.cfg.$DIST initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192 Hmm...looking