Hi

I am trying to do a kickstart based install with rhel6

and I running in to a wall,

I'm getting
"Specified nonexistent disk mapper/sanos in partition command"

I use a pre script that loads the multipath
driver with a multipath.conf that creates the alias sanos,
I have verified that with both multipath -l and ls'ing
/dev/mapper the existence of /dev/mapper/sanos

I thought perhaps my script was not giving the system
enough time so I added a 60 second sleep to the end

my ks file uses the following lines for partitioning

clearpart --linux --drives=mapper/sanos
part /boot --fstype ext3 --size=100 --ondisk=mapper/sanos
part swap --size=4096 --ondisk=mapper/sanos --asprimary
part / --fstype ext3 --size=100 --grow --ondisk=mapper/sanos --asprimary



again after the crash I am able to access the system with ctrl-alt-f2, and
can see the device, and can even access it with fdisk, any thoughts/ideas?

thanks for your time
-james