On Mon, 10 Nov 2003, Petro wrote: >I'm trying to get kickstart to work with pxelinux, and things have >reached an sticking point. > >I've got pxelinux working using the stuff from the pxeboot/ directory >for redhat 9. > >My APPEND line in pxelinux.cfg/default is: > >APPEND console=tty0 console=ttyS0,9600n8 vga=extended network ip=dhcp ks='http://10.150.0.1:/Redhat/lab.ks.cfg' load_ramdisk=1 prompt_ramdisk=0 initrd=initrd.gz root=/dev/ram rw (I don't use RH9, nor http for serving the kickstart file; judge the reliability of this advice for yourself) Reading TFM at http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-kickstart2-startinginstall.html the syntax is: ks=http://<server>/<path> (N.B. no second colon) Also, try cutting out console=, vga=, network, ip=, root=, rw. The boot images that ship with RH9 just have: label ks kernel vmlinuz append ks initrd=initrd.img Cheers, Phil