[Bug 247027] Re: initramfs prompts because of dmraid

Bojan Ramšak naboj at gmx.net
Thu Jan 8 15:03:58 UTC 2009


After installation of 8.10-Intrepid from alternate CD on a FAKERAID 1
i had the same issue (initramfs prompt).

I replaced the /usr/share/initramfs-tools/scripts/local-top/dmraid
with the suggested file from Dupond Jean-Louis above
---COMPLETE FILE---
#!/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
---END OF FILE---

After this set the file executable flags
and make an update-initramfs -u

-- 
initramfs prompts because of dmraid
https://bugs.launchpad.net/bugs/247027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list