CURRENT about 15th may 2009 boot well from flash drive. But it's too old :)
dmesg.boot you can see at http://freebsd.eroese.org/dmesg.r205702
this kernel is based on generic, http://freebsd.eroese.org/FASTGENr205702
>How-To-Repeat:
Checkout code from SVN, build generic system, install it on flash disk, reboot from.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
This is a known issue.
--HPS
From: Andrew Thompson <tho...@FreeBSD.org>
To: Gnats <bug-fo...@FreeBSD.org>
Cc: Eir Nym <eir...@gmail.com>
Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE
Date: Tue, 30 Mar 2010 20:54:10 +1300
> > Kernel doesn't see any USB disks (HDD and flash) on boot. After reinsert
> > flash disk, kernel see device, but can't mount root from it (doesn't list
> > it as possible boot GEOM). This problem is only on my EEE. desktop
> > computer bootup well.
You can set kern.cam.boot_delay=4 in /boot/loader.conf in order to boot.
Andrew
I've tried up set this value up to 10-15. This is not work. I also
tryed put this option in defaults/loader.conf to test
Which latest world doesn't have this issue?
> Andrew
> _______________________________________________
> freeb...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-usb
> To unsubscribe, send any mail to "freebsd-usb...@freebsd.org"
It may be in milliseconds, try 4000.
Andrew
--
With pleasure
Obviously, it doesn't work. I've found patch in same issue kern/144824
but it doesn't work also :(
Grep finds this tunable int in xpt(4) device, not in da(4) or pass(4).
10000 in my case works.
Wow! It woks! Thanks for this workaround!