From owner-freebsd-usb@FreeBSD.ORG Thu Jul 1 21:00:54 2010 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 DA9F8106566B for ; Thu, 1 Jul 2010 21:00:54 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 65ED18FC0A for ; Thu, 1 Jul 2010 21:00:53 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=X-tzcqer00oA:10 a=ygRHs6EKU7oA:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=SSiZ84n3AAAA:8 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=Mi7gIHLNKHyGs512gkUA:9 a=7A-qAy6JypspkwmWORgpv3QHOUAA:4 a=PUjeQqilurYA:10 a=vUdWK6hjicAA:10 a=SV7veod9ZcQA:10 a=MSl-tDqOz04A:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 352920214; Thu, 01 Jul 2010 23:00:52 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Stef Walter Date: Thu, 1 Jul 2010 22:57:52 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201007012030.o61KU8vH069250@freefall.freebsd.org> In-Reply-To: <201007012030.o61KU8vH069250@freefall.freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201007012257.52301.hselasky@c2i.net> Cc: Subject: Re: usb/138798: [boot] [usb8] 8.0-BETA4 can't boot from USB flash drive [regression] 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: Thu, 01 Jul 2010 21:00:54 -0000 On Thursday 01 July 2010 22:30:08 Stef Walter wrote: > The following reply was made to PR usb/138798; it has been noted by GNATS. > > From: Stef Walter > To: bug-followup@FreeBSD.org, sweetnavelorange@gmail.com > Cc: > Subject: Re: usb/138798: [boot] [usb8] 8.0-BETA4 can't boot from USB flash > drive [regression] > Date: Thu, 01 Jul 2010 15:19:43 -0500 > > Just to confirm, 8.1 still has this problem. Verified that 7.2 works. > > In my case the I'm booting off a USB stick. The system correctly waits > for 'usbbus4'. However the USB stick (da0) is not immediately available > once the 'usbbus4' is present. da0 becomes available immediately after > the kernel has tried to mount root. The kernel output from da0 is > intermingled with the 'ROOT MOUNT ERROR' output. > > I'm using: > > FreeBSD bsd8x.ws.local 8.1-RC1 FreeBSD 8.1-RC1 #3: Fri Jun 18 21:17:53 > UTC 2010 root@bsd8x.ws.local:/usr/obj/usr/src/sys/RACKX amd64 > > Cheers, > > Stef Hi, There is a tunable kern.cam.boot_delay: 0 Which I think you can set which solves this problem. --HPS