[syslinux] Isolinux menu help

H. Peter Anvin hpa at zytor.com
Tue Jan 25 22:16:41 PST 2005


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 Test

You can't do this; you need to do:

label ramstress
	menu label Ram Stress Test

Spaces don't work in LABEL statements.

	-hpa




More information about the Syslinux mailing list