I'm trying to get the menu working with ISOLINUX. So far any time I use a
memory test such as ram stress test or memtest86 it reboots or locks up.. If any
one could point me in the right place to get some info on how to set up the menu
It would be greatly appreciated. Right now I'm using the "simple
menu" that is included with the SYSLINUX package. I've used ISOLINUX
for awhile now but I'm running out of space with a stander boot message.txt
DEFAULT menu.c32
PROMPT 0
# Ram Stess Test
label Ram Stress Test
kernel memdisk
append initrd=rst.img
# Memtest 86
label Memtest86 v3.0
kernel /memtest/memtest
# Docmem
label Docmem
kernel memdisk
append initrd=docmem.img
mikedc2 wrote:> I'm trying to get the menu working with ISOLINUX. So far any time I use a memory test such as ram stress test or memtest86 it reboots or locks up.. If any one could point me in the right place to get some info on how to set up the menu It would be greatly appreciated. Right now I'm using the "simple menu" that is included with the SYSLINUX package. I've used ISOLINUX for awhile now but I'm running out of space with a stander boot message.txt > > > > DEFAULT menu.c32 > > PROMPT 0 > > > > # Ram Stess Test > > label Ram Stress TestYou can't do this; you need to do: label ramstress menu label Ram Stress Test Spaces don't work in LABEL statements. -hpa