search for: xxx_vg

Displaying 1 result from an estimated 1 matches for "xxx_vg".

Did you mean: xen_vg
2005 Oct 28
0
kernel panic when booting with new lvm group/volume
I've added new volume group with single logical volume: pvcreate /dev/sdb1 vgcreate -s 32m xxx_vg /dev/sdb1 lvcreate -l 1234 -n yyy_lv xxx_vg and rebooted the server after it. When booting, the kernel panics with can't mount root file system. Looking at the console output, it seems all volume groups and all logical volumes on them were imported correctly. However, if I go to rescue mo...