Michal Ludvig <[email protected]> writes: > In my case scsi_wait_scan.ko didn't wait for all SCSI disks to be > discovered, debian initramfs moved on prematurely and failed > miserably. Recompiling the kernel without CONFIG_SCSI_SCAN_ASYNC fixed > the problem for me.
Actually, you don't need to recompile the kernel for this, just add scsi_mod.scan=sync to your kernel command line. Or mention options scsi_mod scan=sync somewhere under /etc/modprobe.d and regenerate the initramfs. This attacks the problem from a different angle that rootdelay. -- Regards, Feri. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

