Check out my problem and solution @ https://answers.launchpad.net/ubuntu/+source/dmraid/+question/45239
It's probably a dmraid bug but can be fixed: modify /usr/share/initramfs-tools/scripts/local-top/dmraid to read: [ -x /sbin/dmraid ] && /sbin/dmraid -ay isw_cddefiicdc (where you have to insert your own fakeraid set here) [ -x /sbin/dmraid ] && /sbin/dmraid -ay isw_efjcdibig (and here) instead of just [ -x /sbin/dmraid ] && /sbin/dmraid -ay and then wrap it with a update-initramfs -c -k [kernelversion] Make sure the raid set causing the problem is defined first. -- dmraid doesnot correctly regonise isw raid1 and raid0 arrays https://bugs.launchpad.net/bugs/239594 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
