I'm having a problem where the kernel (8.2) attempts to mount the root
filesystem before the device has finished probing.
I tried putting this in my loader.conf file, but it only made the
problem worse:
kern.cam.scsi_delay="50000"
How can I get it to wait for the root filesystem to be available before
trying to mount it?
http://www.neutralgood.org/~kpn/loader.conf
http://www.neutralgood.org/~kpn/dmesg.boot
It looks like it tries to wait until the relevant USB bus is probed,
but it jumps the gun before the disk device can be attached.
Is there an explicit root mount delay loader option? Or a way to retry
the root mount X number of times with a delay of Y?
Thanks for any help!
--
Kevin P. Neal http://www.pobox.com/~kpn/
"Nonbelievers found it difficult to defend their position in \
the presense of a working computer." -- a DEC Jensen paper
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"