Displaying 1 result from an estimated 1 matches for "msg52181".
Did you mean:
  msg01281
  
2014 Dec 25
1
PXE install in a boot on san with LVM environment, fails after reboot
...drive=mpatha
autopart --type=lvm
clearpart --all --initlabel --drives=mpatha
%packages
@base
@core
%end
My ks.cfg template is identical (I also cannot attach it 
unfortunately?).
I tried several things like:
- put sda as boot-drive for bootloader (according to 
http://osdir.com/ml/general/2014-09/msg52181.html ), but anaconda fails 
with error that this drive cannot be found. It asks to choose another 
disk, mpatha is the only available.
- same with dm-0 (as /dev/mapper/mpatha is a symlink to /dev/dm-0) but 
anaconda also fails
- add to bootloader ? --append="rd.lvm.lv=centos/root 
rd.lvm.lv=ce...