john.pellett@xxxxxxxx wrote:
It will install when I do not make any changes to the syslinux.cfg file and
at the prompt I type 'linux ks=cdrom:/ks.cfg'. My whole goal is to have a
cd that I put into the cdrom drive, boot up the system, and have an
installed system 10 minutes later.
I am using RedHat 7.3 and the below excerpts are from my attempts at
modifying the syslinux.cfg file.
I use
default ks
prompt 0
label ks
kernel vmlinuz
append ks=cdrom:/ks.cfg initrd=initrd.img lang= devfs=nomount
ramdisk_size=8192 vga=795
and it works for me. Did you edit the syslinux.cfg file in windows? If
so, try running dos2unix on the file in Linux.
Forrest
--