Bug#507676: initramfs-tools: does not wait for usb disks in fstab to show up
Package: initramfs-tools
Version: 0.92l
Severity: normal
Booting linux-image-2.6.26-1-686 initramfs does not wait for the 2 USB disks that are in /etc/fstab to show up, causing the
boot to fail.
This is the relevant section of /etc/fstab:
...
# 80GB PATA Seagate disk USB
LABEL=ST380211.01****** /sda1********** ext2*** defaults,user,noauto,errors=remount-ro* 0****** 1
LABEL=ST380211.02****** /sda2********** ext2*** defaults,user,noauto,errors=remount-ro* 0****** 1
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages initramfs-tools depends on:
ii* cpio************************* 2.9-13**** GNU cpio -- a program to manage ar
ii* findutils******************** 4.4.0-2*** utilities for finding files--find,
ii* klibc-utils****************** 1.5.9-2*** small utilities built with klibc f
ii* module-init-tools************ 3.4-1***** tools for managing Linux kernel mo
ii* udev************************* 0.114-2*** /dev/ and hotplug management daemo
Versions of packages initramfs-tools recommends:
ii* busybox********************** 1:1.9.2-3* Tiny utilities for small and embed
initramfs-tools suggests no packages.
-- no debconf information
12-03-2008, 10:18 PM
Cesare Leonardi
Bug#507676: initramfs-tools: does not wait for usb disks in fstab to show up
hugo vanwoerkom wrote:
Booting linux-image-2.6.26-1-686 initramfs does not wait for the 2 USB
disks that are in /etc/fstab to show up, causing the
boot to fail.
From what i've heard from previous posts, you can try with the
"rootdelay=n" kernel boot parameter, where n is the number of seconds to
wait.
Good luck.
Cesare.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
12-04-2008, 09:41 AM
"hugo vanwoerkom"
Bug#507676: initramfs-tools: does not wait for usb disks in fstab to show up
On Wed, Dec 3, 2008 at 5:18 PM, Cesare Leonardi <celeonar@ngi.it> wrote:
hugo vanwoerkom wrote:
Booting linux-image-2.6.26-1-686 initramfs does not wait for the 2 USB disks that are in /etc/fstab to show up, causing the
boot to fail.
>From what i've heard from previous posts, you can try with the "rootdelay=n" kernel boot parameter, where n is the number of seconds to wait.
Good luck.
Cesare.
But it isn't the root that needs delayed, the 2 USB disks that don't have root on them but other partitions need to be delayed.
Hugo
12-05-2008, 02:02 PM
"hugo vanwoerkom"
Bug#507676: initramfs-tools: does not wait for usb disks in fstab to show up
Even fixing the error of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507059
and installing the latest udev with udevadm: same result: no wait!