[syslinux] PXE Menu Not Working

W. E. W. Russell wrussell at incnetworks.com
Thu Apr 5 12:46:11 PDT 2012


All,

I'm having an issue with my menu.c32.

I created a menu and it appears correctly, but once I get to my choice, it
won't select it and begin the install.

Below is my pxelinux.cfg/default:

default menu.c32
timeout 600

display boot.msg

menu title Welcome to the incNETWORKS RHEL5/6 PXEBOOT Server!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color scrollbar 0 #ffffffff #00000000

label -
        menu label 32-Bit Installs:
        menu disable

label rhel5host32
        menu label RHEL 5.8 Host Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL5U8x32
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL5U8x32.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL5U8x32_host.cfg

label rhel5vm32
        menu label RHEL 5.8 Virtual Machine Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL5U8x32
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL5U8x32.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL5U8x32_vm.cfg

label rhel6host32
        menu label RHEL 6.2 Host Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL6U2x32
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL6U2x32.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL6U2x32_host.cfg

label rhel6vm32
        menu label RHEL 6.2 Virtual Machine Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL6U2x32
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL6U2x32.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL6U2x32_vm.cfg

label -
        menu label 64-Bit Installs:
        menu disable

label rhel5host64
        menu label RHEL 5.8 Host Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL5U8x64
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL5U8x64.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL5U8x64_host.cfg

label rhel5vm64
        menu label RHEL 5.8 Virtual Machine Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL5U8x64
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL5U8x64.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL5U8x64_vm.cfg

label rhel6host64
        menu label RHEL 6.2 Host Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL6U2x64
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL6U2x64.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL6U2x64_host.cfg

label rhel6vm64
        menu label RHEL 6.2 Virtual Machine Install
        menu indent 3
        kernel /var/lib/tftpboot/bootImages/vmlinuz_RHEL6U2x64
        append initrd=/var/lib/tftpboot/bootImages/initrd_RHEL6U2x64.img
ramdisk_size=9216 noapic acpi=off ksdevice=eth0 console=ttyS0,9600
ks=nfs:37.1.1.1:/var/lib/tftpboot/kickstart/ks_RHEL6U2x64_vm.cfg
-------------------

Am I doing something wrong?

-- 
William E. W. Russell
Director, Systems Integration

incNETWORKS, Inc.
25 James Way
Long Branch, NJ 07724
Cell Phone # 732-744-6483
Work Phone # 732-508-2224



More information about the Syslinux mailing list