From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 21:23:33 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8D8C106564A for ; Tue, 28 Feb 2012 21:23:33 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 548208FC29 for ; Tue, 28 Feb 2012 21:23:32 +0000 (UTC) Received: by wgbdt10 with SMTP id dt10so2585378wgb.1 for ; Tue, 28 Feb 2012 13:23:32 -0800 (PST) Received-SPF: pass (google.com: domain of amvandemore@gmail.com designates 10.216.134.157 as permitted sender) client-ip=10.216.134.157; Authentication-Results: mr.google.com; spf=pass (google.com: domain of amvandemore@gmail.com designates 10.216.134.157 as permitted sender) smtp.mail=amvandemore@gmail.com; dkim=pass header.i=amvandemore@gmail.com Received: from mr.google.com ([10.216.134.157]) by 10.216.134.157 with SMTP id s29mr10924994wei.1.1330464212305 (num_hops = 1); Tue, 28 Feb 2012 13:23:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IOMb+I8WqhSeUC9OGW2vGVC3uyHvenQbxhkjpW6icvE=; b=kbrrN5g2b4xgWty3TIvh5rewiimpP6+rlctDoY+3uu8jt+TBJbBK5hmADK9sNsHb9z TCPHj+mhK+c090HrEzZwIQ72GcrA1mwabOwOrGn4ch/pH2xl5elcgWc3VJJKBmferLpT WAMEzGps2PHE8Gt0Beov8y9ImtRIRWSjrSg58= MIME-Version: 1.0 Received: by 10.216.134.157 with SMTP id s29mr8718458wei.1.1330464212257; Tue, 28 Feb 2012 13:23:32 -0800 (PST) Received: by 10.223.93.138 with HTTP; Tue, 28 Feb 2012 13:23:32 -0800 (PST) In-Reply-To: References: <201202040953.19456.jmc-freebsd2@milibyte.co.uk> <201202041433.55000.jmc-freebsd2@milibyte.co.uk> Date: Tue, 28 Feb 2012 15:23:32 -0600 Message-ID: From: Adam Vande More To: "bsalinux@gmail.com" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: fixating USB Storage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 21:23:34 -0000 On Tue, Feb 28, 2012 at 9:41 AM, 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