Harris, Mark (CCA09) wrote:
I then run 'c:\loadlin c:\vmlinuz initrd=c:\initrd.img ks=hd:sda1/ks.cfg'
Verify all media. The initrd and kernel you are using should md5sum as follows:
5ebdc631b5b89934f38ebb17f5176750 7.2/i386/dosutils/autoboot/initrd.img a60f5711e1dfe711068a7a21493ec305 7.2/i386/dosutils/autoboot/vmlinuz Try adding 'devfs=nomount ramdisk_size=8192' to your kernel arguments. Try a stripped down ks.cfg, just as a sanity case. Something like: # Kickstart file install lang en_US langsupport --default en_US en_US keyboard us url --url ftp://12.12.12.1/images mouse generic3ps/2 --device psaux # no xconfig line skipx network --device eth0 --bootproto dhcp --nameserver 0.0.0.0 rootpw --iscrypted <PASSWORD HERE> firewall --disabled authconfig --enableshadow --enablemd5 timezone America/Chicago bootloader clearpart --all --drives=sda part /boot --fstype ext3 --size=50 --ondisk=sda part / --fstype ext3 --size=1100 --grow --ondisk=sda part swap --size=512 --grow --maxsize=1024 --ondisk=sda reboot %packages #minimal install #no %post