RedHat 7 Kickstart - not selecting any drives

Latest response

ran across something odd.. we been doing automated Red Hat kickstarts for more than a decade... for the first time, we set up a kickstart on a RH7 server.. everything goes normally.. and it discovers the drives.. and attaches them.. ( see image 1 ) but when it begins the automated install.. it says no drives are selected and there is no room (naturally since no drives are selected) (see image 2).. the kickstart template is a standard one we have used many times (although not on a RH7 kickstart server)… anyone experiencing this?

from our template - the pertinent lines -

bootloader --location=mbr --boot-drive=sda
zerombr
clearpart --all --initlabel --drives=sda
ignoredisk --only-use=sda
part /boot --fstype=ext4 --size=1000 --ondisk=sda
part pv.2 --fstype="lvmpv" --size=1 --grow --ondisk=sda
volgroup VolGroup00 --pesize=32768 pv.2
logvol / --fstype ext4 --name=root --vgname=VolGroup00 --size=40960
logvol /opt --fstype ext4 --name=ATT --vgname=VolGroup00 --size=51200
logvol swap --fstype swap --name=swap --vgname=VolGroup00 --size=10240
logvol /home --fstype ext4 --name=home --vgname=VolGroup00 --size=31920

Responses