[syslinux] Having problems with PXELINUX parsing contents of pxelinux.cfg/AC134D6D

H. Peter Anvin hpa at zytor.com
Fri Oct 25 10:51:51 PDT 2002


Duetsch Thomas wrote:
> Hi,
> 
> you should probably increase the timeout (10 = 1 second, is ap retty short
> time to react)
> Another thing you might want to do is add a default boot by adding
> DEFAULT linux-new
> in your config file.
> So try:
> 
> PROMPT 1
> DEFAULT linux-new
> TIMEOUT 50
> 
> label linux-new
> 	kernel vmlinuz
>  	append ramdisk_size=40000 initrd=rootfs.img.gz root=/dev/ram
> 
> I hope that works,
> 


Yes, without the DEFAULT option it will not pick a label unless it's
called "linux".

	-hpa




More information about the Syslinux mailing list