Hi,

i still had that issue with a brandnew 6.06 LTS X86_64 installation. The script 
lvm starting at line 18:
---
vg=${ROOT#/dev/mapper/}

case ${vg} in
        /dev/root)
                unset vg
                ;;
        /*)
                exit 0
                ;;
esac
---

leads to the issue. if i comment that out and create a new initrd it
works flawlessly. I dont know if you want to call vgchange -a y only if
rootdev is on lvm? Is it for performance issue?

Setting new style syntax solves the problem, but i did not find a
documentation that new style syntax is needed.

Regards, Joerg

-- 
should map old LVM syntax (/dev/vgname/lvname) syntax to devmapper
https://launchpad.net/bugs/26314

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to