Last night I installed Red Hat 7.2 on a Compaq Proliant with an Integrated Smart Array Controller. The installation was very smoothe. I renamed anaconda-ks.cfg to ks.cfg and put it on a vfat floppy. I also added some configuration stuff to the ks.cfg post section and uncommented all the partitioning instructions. When I attempted to re-install via kickstart I got an error that no installation method was specified. SO I added the line 'cdrom' to ks.cfg and got past that problem only to run into the error: "No Drives Found: An error occured - no valid devices were found on which to create new filesystems. Please check your hardware for the cause of this problem." My hardware is working just fine and every time I get this error a warm boot of the original installation works fine. I have included the relevant section of ks.cg below. Does anyone have any idea what is wrong? I would like to give Kickstart to my friend so he can rebuild the machine if necessary. Thanks! -Todd ks.cfg ------ # Kickstart file automatically generated by anaconda. install cdrom lang en_US langsupport --default en_US en_US keyboard us mouse genericps/2 --device psaux --emulthree skipx network --device eth0 --bootproto dhcp rootpw --iscrypted $1$HPNVduqt$eu7HYlg6PrKNhLxM4VOza1 firewall --disabled authconfig --enableshadow --enablemd5 timezone --utc America/Detroit bootloader --useLilo # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --all part /boot --fstype ext3 --size=50 --ondisk=ida/c0d1 part /usr --fstype ext3 --size=2500 --ondisk=ida/c0d1 part /tmp --fstype ext3 --size=2048 --ondisk=ida/c0d1 part swap --size=512 --ondisk=ida/c0d1 part / --fstype ext3 --size=400 --ondisk=ida/c0d1 part /home --fstype ext3 --size=1 --grow --ondisk=ida/c0d0 part /var --fstype ext3 --size=1 --grow --ondisk=ida/c0d1 %packages @ Printing Support @ Sound and Multimedia Support @ Network Support @ Dialup Support @ Messaging and Web Tools @ Web Server @ Server . . . . .