function wait_for_node{} ( echo -en "Waiting for ${1} to appear..." while [ ! -e ${1} ] do echo -en "." sleep 1s done echo " done." )This one can be called with any node important for the next initialization step. In my case, I wait for disk partitions to appear before RAID initialization:
wait_for_node /dev/sda1You could wait for your root partition to come up, instead of running into the vfs panic while trying to mount it. But that won't solve the original problem, I fear...
Yours, Chris
Attachment:
signature.asc
Description: OpenPGP digital signature
- References:
- Re: 2.6.12 initrd module loading seems parallel on bootup
- From: "Darryl L. Miles" <[email protected]>
- Re: 2.6.12 initrd module loading seems parallel on bootup
- Prev by Date: Re: reiser4 plugins
- Next by Date: Re: reiser4 plugins
- Previous by thread: Re: 2.6.12 initrd module loading seems parallel on bootup
- Next by thread: Re: 2.6.12 initrd module loading seems parallel on bootup
- Index(es):