[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: initrd is too fast for md



Michal Ludvig <mludvig@logix.net.nz> 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.


Reply to: