fixating USB Storage

Adam Vande More amvandemore at gmail.com
Tue Feb 28 21:23:34 UTC 2012


On Tue, Feb 28, 2012 at 9:41 AM, bsalinux at gmail.com <bsalinux at gmail.com>wrote:

> The real issue is that the USB boot device sits at da16 and if any of
> the da members below da16 drops, the usb boot device becomes da15 at
> next boot. The loader.conf still looks at da6 for root device and that
> is not present.
>
> How to solve this issue?
>

Add to /boot/loader.conf and adjust to your needs:

hint.scbus.0.at="da0"
hint.scbus.0.bus="0"
hint.da.0.at="scbus0"
hint.da.0.target="0"
hint.da.0.unit="0"
hint.scbus.1.bus="umass-sim0"
hint.da.1.at="scbus1"
hint.da.1.target="0"
hint.da.1.unit="0"


-- 
Adam Vande More


More information about the freebsd-questions mailing list