Hi,

I have the exact same problem with my Wheezy stable installation.

My computer has a Silicon Image SiI 3112 A SATA RAID controller, and also randomly fails to boot.

I found a first fix :

edit the /usr/share/initramfs-tools/hooks/dmraid file
and change the line :
        force_load dm-raid45
into :
        force_load dm-raid .

This allows to get rid of the message :
        modprobe: module dm-raid45 not found in modules.dep
on kernel 3.2.
But with the kernel 2.6,
        modprobe: module dm-raid not found in modules.dep
appears.
So maybe both lines are necessary :
        force_load dm-raid45
        force_load dm-raid
one for each kernel.

But then the bug reproduced with :
modprobe: module ehci-hcd not found in modules.dep.
modprobe: module uhci-hcd not found in modules.dep.
modprobe: module ohci-hcd not found in modules.dep.
modprobe: module usbhid not found in modules.dep.

So I also added in /usr/share/initramfs-tools/hooks/dmraid :
        force_load ehci-hcd
        force_load uhci-hcd
        force_load ohci-hcd
        force_load usbhid
(maybe /usr/share/initramfs-tools/hooks/dmraid is not the right place for that...)

Then the bug reproduced again, but with no modprobe error message.

Trying a rootdelay=5 option didn't change anything.

At last, I'd like to stress an important point, that is the bug only appears for kernel 3.2. Kernel 2.6 seems to load each time perfectly (at least I had no bug with it yet).

Some clues or feedback would be most appreciated.

Best regards,
Quentin Lefebvre


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to