Hi, Brent Clark wrote on 20.09.2011 at 10:11:01 [ Debian 64bit get a "Volume vg0 not found" message]: > [...] > On boot, after grub, the kernel loads and it leads to a message of > > Volume vg0 not found. > > And then just defaults to busybox. > > I mounted, and chrooted, and from all that I can see ... all looks good > (checked /etc/fstab and in grub.cfg I see 'insmod lvm'). > I cant see what I may and am missing. what are you passing to the kernel as root= parameter (in grub.cfg)? For me, root=/dev/mapper/vg-lv (replace 'vg' and 'lv' by the corresponding names) works just fine - root=/dev/vg/lv may or may not work just as well. You can experiment with different values at the grub command prompt without changing grub.cfg. What kernel version are you using? Hope that helps. Regards, Holger _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/