> Sounds like it isn't finding the ks.cfg file. Where > are you putting it, and how are you booting up (i.e. > do you have ks=cdrom:/ks.cfg in syslinux or are you > specifying this at the boot prompt)? > > --brett I think you are right there. I think it has to do with some error messages I receive at startup possibly caused by the Isolinux.cfg. 'Missing parameter in config file' and 'Unknown keyword in config file'. Here is a copy of my Isolinux.cfg maybe that helps default ks prompt 1 timeout 60 display custom.msg F1 boot.msg F2 options.msg F3 general.msg F4 param.msg F5 rescue.msg F7 custom.msg label linux kernel vmlinuz append initrd=initrd.img lang= devfs=nomount \ ramdisk_size=9216 label text kernel vmlinuz append initrd=initrd.img lang= text devfs=nomount \ ramdisk_size=9216 label expert kernel vmlinuz append expert initrd=initrd.img lang= \ devfs=nomount ramdisk_size=9216 label ks kernel vmlinuz append text ks=cdrom:/ks.cfg initrd=initrd.img \ lang= devfs=nomount ramdisk_size=9216 label nofb kernel vmlinuz append initrd=initrd.img lang= devfs=nomount \ nofb ramdisk_size=9216 label lowres kernel vmlinuz append initrd=initrd.img lang= lowres \ devfs=nomount ramdisk_size=9216 ----- Thanks