Displaying 2 results from an estimated 2 matches for "win98_bootdisk".
2006 Nov 22
2
Problem with "additional" submenus
...// Main Menu Items
add_named_menu("PXE Menu", "PXE Menu", -1);
add_item("Boot Normally", "Boot Normally", OPT_RUN,
"normal_boot_order", 0);
add_item("Windows 98 SE Startup Disk", "Windows 98 SE Startup Disk",
OPT_RUN, "win98_bootdisk", 0);
add_item("Linux Kickstart Options", "Kickstart install various Linux
distributions", OPT_SUBMENU, "Linux Kickstart Options", 0);
curr = showmenus(find_menu_num("PXE Menu"));
if (curr)
{
if (curr->action == OPT_RUN)...
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