Hi,

Just for the record: in booting from a USB disk with 2.6.22-1-k7 I
have the same problem.

I invented my own solution, as the one mentioned in this bug:

diff -Naur initramfs-tools.orig/scripts/local initramfs-tools/scripts/local
--- initramfs-tools.orig/scripts/local  2006-10-17 02:26:00.000000000 -0500
+++ initramfs-tools/scripts/local       2007-03-07 13:24:53.000000000 -0600
@@ -7,6 +7,9 @@
        run_scripts /scripts/local-top
        [ "$quiet" != "y" ] && log_end_msg

+       echo "Self-imposed wait of 10s..."
+       /bin/sleep 10.0
+
        # If the root device hasn't shown up yet, give it a little while
        # to deal with removable devices
        if [ ! -e "${ROOT}" ]; then

Indeed no solution at all.
Unfortunately it works all the time...

Regards,

Hugo Vanwoerkom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to