Displaying 1 result from an estimated 1 matches for "yyy_lv".
Did you mean:
yy_lp
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 mode, and re-create initrd image:
chro...