> Hi > > I have created a KS cdrom with a boot image , containing a compressed > initrd.img, this in turn contains my ks.cfg file. syslinux.cfg in the > boot.img contains > > default kickstart > prompt 0 > label kickstart > kernel vmlinuz > append ks=file:kickstart/ks.cfg initrd=initrd.img Where is your ks.cfg in relation to your initrd? If it is in the top level, you need to change this to: append ks=file:/ks.cfg initrd=initrd.img That should work. You don't want to use ks=cdrom:... because it won't work. Are you doing Red Hat 6.2 or 7.x? Forrest