Stephen Johnston <sjohnsto@xxxxxxx> wrote: > 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 > > > The CD is bootable ok , but appears to be ignoring my ks.cfg file > as it > goes directly to asking for a language type. Do I have to have an > absolute path to the ks.cfg file ? I dont understand what I am doing > wrong, any help would be appreciated. If you don't specify everything that anaconda needs to do an install in the ks.cfg file, it will drop you into the GUI installer. If it can't find a ks.cfg file, it complains it can't find it. Do you have a language defined in your ks.cfg file? hth Steve