From owner-freebsd-usb@FreeBSD.ORG Sat Nov 5 17:51:15 2011 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0FC5106566C for ; Sat, 5 Nov 2011 17:51:15 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from eterpe-smout.broadpark.no (eterpe-smout.broadpark.no [80.202.8.16]) by mx1.freebsd.org (Postfix) with ESMTP id 97EF28FC0A for ; Sat, 5 Nov 2011 17:51:15 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from terra-smin.broadpark.no ([80.202.8.13]) by eterpe-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0LU700LRR89EFZB0@eterpe-smout.broadpark.no> for freebsd-usb@FreeBSD.org; Sat, 05 Nov 2011 18:51:14 +0100 (CET) Received: from kg-v2.kg4.no ([84.48.120.32]) by terra-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with SMTP id <0LU7009B889EHYC0@terra-smin.broadpark.no> for freebsd-usb@FreeBSD.org; Sat, 05 Nov 2011 18:51:14 +0100 (CET) Date: Sat, 05 Nov 2011 18:51:14 +0100 From: Torfinn Ingolfsen To: freebsd-usb@FreeBSD.org Message-id: <20111105185114.700b0c53.torfinn.ingolfsen@broadpark.no> In-reply-to: <201111051801.10245.hselasky@c2i.net> References: <20111105165146.d0f8cde1.torfinn.ingolfsen@broadpark.no> <201111051801.10245.hselasky@c2i.net> X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Cc: Subject: Re: root mount from usb-connected hard drive fails after upgrade to FreeBSD 8.2-stable X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 17:51:16 -0000 On Sat, 05 Nov 2011 18:01:10 +0100 Hans Petter Selasky wrote: > On Saturday 05 November 2011 16:51:46 Torfinn Ingolfsen wrote: > > Then I upgraded FreeBSD on that partition to 8.2-stable, and now the > > machine won't mount root from that device at all. I had to load the old > > kernel and boot from that. Here is usbconfig output for the usb docking > > station: > > Hi, > > Did you try to press "." during the mount root prompt? Yes, I tried that - it didn't help. (Has anyone actually got this particular hint to work? Or is it just "myth"?) > There has been a couple of threads where you can set: > > kern.cam.boot_delay=1000 > > http://forum.pfsense.org/index.php?topic=39047.0 Of course! (smacks forehead) Adding kern.cam.boot_delay=10000 to /boot/loader.conf fixed the issue. Thanks! -- Torfinn