My setup:<br />
1 IDE HDD, /boot partition and empty partition<br />
2 SATA HDD, 1 partition - linux raid autodetect<br />
1 RAID1 device /dev/md0<br />
1 LVM vg sits ontop of /dev/md0, vg_plato<br />
/ partition is on vg_plato<br />
<br />
The system will not boot with the generated menu.lst because of the no_MD parameter on the kernel line. Dracut will fail to find the VG and cause a kernel panic.<br />
<br />
I resolved this by removing all the kernel parameters but the lvm params from the kernel line and the system will boot fine. I also had to correct the root dir path on the kernel line because that was wrong but I don't feel that is part of the same issue.
↧