Results 1 to 1 of 1
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 ...
- 02-21-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 1
Issue using ondisk=mapper/<name> in RHEL6
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


Reply With Quote