Markus / ViRMiN You can try to create a new file called dmraid (or something like that, the name is not important) in /etc/initramfs-tools/scripts/local-top/ containing the following script:
----------------------------------- #!/bin/sh PREREQ="udev" prereqs() { echo "$PREREQ" } case $1 in # get pre-requisites prereqs) prereqs exit 0 ;; esac /sbin/udevadm settle --timeout=30 modprobe -Q dm-mod modprobe -Q dm-mirror [ -x /sbin/dmraid ] && /sbin/dmraid -ay ------------------------------ Make it executable (sudo chmod +x dmraid) and run update-initramfs -u. -- FakeRAID fails with kernel 2.6.28 https://bugs.launchpad.net/bugs/315735 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs