I have installed squeeze on a pen drive with separate /boot partition and /root on lvm.<br><br>@initramfs busybox shell<br><br>"lvm lvscan -a --ignorelockingfailure" does not work unless "lvm vgscan  --ignorelockingfailure" is executed prior to it.<br>
<br>I applied the patch from <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=lvm2_wait-lvm.patch;att=1;bug=568838">http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=lvm2_wait-lvm.patch;att=1;bug=568838</a> but get infinite messages "no volume group found"<br>
<br>I modified the script to include "lvm vgscan  --ignorelockingfailure" before the loop and it worked.<br><br>Hope this helps. I am a linux newbee.<br>