After reading the documentation located at
http://syslinux.zytor.com/menu.php concerning the menu.c32 configuration
options I put together this pxelinux.cfg/default file:
DEFAULT MyMenu
PROMPT 1
TIMEOUT 10
ONTIMEOUT LocalBoot
ALLOWOPTIONS 0
IMPLICIT 0
NOESCAPE 1
MENU MAST PASSWD <password_omitted>
MENU TITLE Bootable Options:
LABEL MyMenu
MENU HIDE
KERNEL pxelinux.cfg/menu.c32
LABEL BootLocalDisk
MENU LABEL ^BootLocalDisk
localboot 0
LABEL WindowsBootDisk
MENU LABEL ^WindowsBootDisk
KERNEL pxelinux.cfg/memdisk
APPEND initrd=pxelinux.cfg/windows/bootdisk.img
LABEL SuSELinux
MENU LABEL ^SuSELinux
KERNEL pxelinux.cfg/memdisk
APPEND initrd=pxelinux.cfg/linux/suse.img
When I press enter at the boot: prompt the menu appears and I can select
options etc. However once I select an item I press the enter key and
nothing happens. Am I missing something?
--
Jason Gerfen
"My girlfriend threated to
leave me if I went boarding...
I will miss her."
~ DIATRIBE aka FBITKK
Hi,
Check the verision of pxelinux you are using.
I had the same problem, by changing the pxelinux.0 to verision 3.11 the
problem was solved.
//
Harald
-----Original Message-----
From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On
Behalf Of Jason Gerfen
Sent: den 28 september 2005 20:10
To: syslinux at zytor.com
Subject: [syslinux] Boot menu question
After reading the documentation located at
http://syslinux.zytor.com/menu.php concerning the menu.c32 configuration
options I put together this pxelinux.cfg/default file:
DEFAULT MyMenu
PROMPT 1
TIMEOUT 10
ONTIMEOUT LocalBoot
ALLOWOPTIONS 0
IMPLICIT 0
NOESCAPE 1
MENU MAST PASSWD <password_omitted>
MENU TITLE Bootable Options:
LABEL MyMenu
MENU HIDE
KERNEL pxelinux.cfg/menu.c32
LABEL BootLocalDisk
MENU LABEL ^BootLocalDisk
localboot 0
LABEL WindowsBootDisk
MENU LABEL ^WindowsBootDisk
KERNEL pxelinux.cfg/memdisk
APPEND initrd=pxelinux.cfg/windows/bootdisk.img
LABEL SuSELinux
MENU LABEL ^SuSELinux
KERNEL pxelinux.cfg/memdisk
APPEND initrd=pxelinux.cfg/linux/suse.img
When I press enter at the boot: prompt the menu appears and I can select
options etc. However once I select an item I press the enter key and
nothing happens. Am I missing something?
--
Jason Gerfen
"My girlfriend threated to
leave me if I went boarding...
I will miss her."
~ DIATRIBE aka FBITKK
_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX at zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Thanks, that did the trick. Harald_Jensas at Dell.com wrote:>Hi, > >Check the verision of pxelinux you are using. >I had the same problem, by changing the pxelinux.0 to verision 3.11 the >problem was solved. > > >// >Harald > > >-----Original Message----- >From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On >Behalf Of Jason Gerfen >Sent: den 28 september 2005 20:10 >To: syslinux at zytor.com >Subject: [syslinux] Boot menu question > >After reading the documentation located at >http://syslinux.zytor.com/menu.php concerning the menu.c32 configuration >options I put together this pxelinux.cfg/default file: > >DEFAULT MyMenu >PROMPT 1 >TIMEOUT 10 >ONTIMEOUT LocalBoot >ALLOWOPTIONS 0 >IMPLICIT 0 >NOESCAPE 1 > >MENU MAST PASSWD <password_omitted> > >MENU TITLE Bootable Options: > >LABEL MyMenu > MENU HIDE > KERNEL pxelinux.cfg/menu.c32 > >LABEL BootLocalDisk > MENU LABEL ^BootLocalDisk > localboot 0 > >LABEL WindowsBootDisk > MENU LABEL ^WindowsBootDisk > KERNEL pxelinux.cfg/memdisk > APPEND initrd=pxelinux.cfg/windows/bootdisk.img > >LABEL SuSELinux > MENU LABEL ^SuSELinux > KERNEL pxelinux.cfg/memdisk > APPEND initrd=pxelinux.cfg/linux/suse.img > > >When I press enter at the boot: prompt the menu appears and I can select >options etc. However once I select an item I press the enter key and >nothing happens. Am I missing something? > >-- >Jason Gerfen > >"My girlfriend threated to > leave me if I went boarding... > I will miss her." > ~ DIATRIBE aka FBITKK > >_______________________________________________ >SYSLINUX mailing list >Submissions to SYSLINUX at zytor.com >Unsubscribe or set options at: >http://www.zytor.com/mailman/listinfo/syslinux >Please do not send private replies to mailing list traffic. > > >-- Jason Gerfen "My girlfriend threated to leave me if I went boarding... I will miss her." ~ DIATRIBE aka FBITKK