Du wrote: > I put another HD on my box to test with LVM, my primary HD is working > all with LVM and a VG called vg_root. When I initialize and create a VG > in the secondary HD, works well, I create a LV, perfectly...but when I > reboot...donno what happens but the sistem doesnt initialize INIT, and > send me a BusyBox (Debian). > > And then I must mount the root LV, chroot to it and fdisk to erase the > secondary HD, and reboot. Otherwise it doenst starts INIT. > > Does anybody knows what's happening? what do you mean by "doenst starts INIT"? Is the kernel not found (a LILO or GRUB problem) or does "init" not find the root partition? Or was the LV-partition, you created, not found? Are both disks connected to the same controller? Are they IDE or SATA disks? If you have several disk controllers on board, you may be surprised to find /dev/hda1 turning into /dev/hde1, as the sequence of your different controllers is not necessary stable, if you connect additional disks. BTW: why do you want an new VG? Why not expanding your current VG by a new disk? Dieter. _______________________________________________ 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/