Yeah, this has bitten me too. GRUB2 is looking for md devices to use the new style /dev/md/# device naming, rather than the old /dev/md# style. As a short-term fix, simply creating the /dev/md directory, and creating symlinks to the actual device nodes seems to work.
Example: mkdir /dev/md ln -s /dev/md0 /dev/md/0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713874 Title: grub misinterprets md/raid device To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/713874/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
