Comment 11 for bug 75052

Revision history for this message
David Monro (davidm-ub) wrote :

booting without the 'quiet' option I can see that the attempt to run the md bits is happening well before my scsi controller has detected its disks, creating /etc/initramfs-tools/scripts/local-top/00sleep containing just:

#!/bin/bash
sleep 15

gets me to the point where it will find the drives before attempting to assemble the md device.

Is there some way of checking if all drivers are fully loaded before getting into the local-top scripts?

(What still doesn't work even with this fix is the initrd finding the lvm inside the md device :( )