[syslinux] Default PXE boot timeout

H. Peter Anvin hpa at zytor.com
Thu May 15 14:35:23 PDT 2008


a s p a s i a wrote:
> 
> 3.  Its /tftpboot/pxelinux.cfg/<mac_addr_default_file> contains:
> 
> DEFAULT chain.c32
> KERNEL LOCALBOOT 0
> APPEND hd0 0
> 

That's a nonsense syntax.

Either use:

default chain.c32 hd0

... or ...

default localboot
label localboot
	localboot 0


This will probably work better.

	-hpa




More information about the Syslinux mailing list