Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2012 15:23:32 -0600
From:      Adam Vande More <amvandemore@gmail.com>
To:        "bsalinux@gmail.com" <bsalinux@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: fixating USB Storage
Message-ID:  <CA%2BtpaK13i1j1tOJN6r_5A%2Boh%2BWV6y3ngLD833bBM8UvaH4NsXA@mail.gmail.com>
In-Reply-To: <CAB3Sx6dFKweDSAjbah2TXX6WWUV0eN-dgix79XziBKXHy0REaQ@mail.gmail.com>
References:  <CAB3Sx6evad7VOWoK3AHF6DW0y0k6ZgpBwPUMSu7Ag8-dQqSJTw@mail.gmail.com> <201202040953.19456.jmc-freebsd2@milibyte.co.uk> <CABfwSFrW%2BwSacq3arxds30qs4LnkdYXkfGV0MZ7Em0fPu7P=Mg@mail.gmail.com> <201202041433.55000.jmc-freebsd2@milibyte.co.uk> <CAB3Sx6dFKweDSAjbah2TXX6WWUV0eN-dgix79XziBKXHy0REaQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 28, 2012 at 9:41 AM, bsalinux@gmail.com <bsalinux@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BtpaK13i1j1tOJN6r_5A%2Boh%2BWV6y3ngLD833bBM8UvaH4NsXA>