[syslinux] pxelinux and ram images

H. Peter Anvin hpa at zytor.com
Sat Jan 4 12:32:30 PST 2003


Hinchley, Scott wrote:
> Looking at the FAQ for SysLinux there is an option for an initrd file
> (initrd=filename), this does not seem to work with pxelinux (or it is
> just that I am doing something wrong...).
> here is my config file:
> 
> prompt 1
> #serial 0 115200
> 
> label linux
> kernel vmlinuz-2.4.18-ssi
> #read-write
> #root=/dev/ram0
> append init=/linuxrc console=tty0 console=ttyS0,115200
> initrd initrd-2.4.18-ssi.img
> 

This isn't LILO.  Try:

append init=/linuxrc console=tty0 console=ttyS0,115200 
initrd=initrd-2.4.18-ssi.img

*on one line*.

	-hpa




More information about the Syslinux mailing list