PXE Boot Menu Timeout Not Working
Hey everyone,
So have set up a virtual environment with a CentOS machine as my PXE server and a WinXP VM acting as the client to test the PXE Boot.
I have the menu set up as seen below. For whatever reason, the countdown to Timeout never works, and thus, the default never boots automatically.
default menu.c32
prompt 0
timeout 300
ONTIMEOUT Your_Machine
MENU TITLE PXE Menu Test
LABEL Your_Machine
LOCALBOOT 0
LABEL Clonezilla
kernel images/clonezilla/vmlinuz
#Older Clonezilla
append initrd=images/clonezilla/initrd.gz boot=casper netboot nfsroot=$NFSSERVERIP:/exports/clonezilla
#Clonezilla 1.1.0-8
#append initrd=images/clonezilla/initrd.gz boot=live union=aufs netboot=nfs nfsroot=$NFSSERVERIP:/exports/clonezilla
Any ideas? Need more information?
Thanks!
Last edited by SGlassman; 07-18-2008 at 09:46 AM.
Reason: To include PXE Menu
|