From owner-freebsd-usb@FreeBSD.ORG Mon Mar 28 14:50:13 2011 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE3DB106564A for ; Mon, 28 Mar 2011 14:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBE318FC12 for ; Mon, 28 Mar 2011 14:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2SEoDpc032281 for ; Mon, 28 Mar 2011 14:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2SEoD8q032279; Mon, 28 Mar 2011 14:50:13 GMT (envelope-from gnats) Date: Mon, 28 Mar 2011 14:50:13 GMT Message-Id: <201103281450.p2SEoD8q032279@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/155996: NanoBSD not booted as Disk X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2011 14:50:13 -0000 The following reply was made to PR usb/155996; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Jens Kellner , freebsd-gnats-submit@freebsd.org Subject: Re: usb/155996: NanoBSD not booted as Disk Date: Mon, 28 Mar 2011 16:37:08 +0200 On Monday 28 March 2011 16:25:25 Jens Kellner wrote: > >Number: 155996 > >Category: usb > >Synopsis: NanoBSD not booted as Disk > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Mar 28 14:30:10 UTC 2011 > >Closed-Date: > >Last-Modified: > >Originator: Jens Kellner > >Release: 8.1 and 8.2 > >Organization: > > >Environment: > 8.1 Release -tested, 8.2 Release > > >Description: > Booted NanoBSD as Disk from USB-Stick. > Boot/Start normal > Error: > Booted to: > mount root wating from usbus > There is a root wait variable you can set, which gives the USB stick some time to enumerate. Will probably solve your issue. Search the mailing lists for existing solution. --HPS