Comment 3 for bug 247027

Revision history for this message
Filipe Sousa (natros) wrote :

This is what I have got so far:

Begin: Mounting root file system...
Begin: Running /scripts/local-top...
no block devices found
Done.
Begin: Waiting for root file system...
Done.
Gave up waiting for root device. Common problems:

It seems that dmraid -ay can't find the block device, maybe it's being called too sooner.

If understand it right, the mount() function in scripts/local file waits for root being mounted after "run_scripts /scripts/local-top". The problem is that dmraid is called before and fails, so waiting for the root has no effect.