From owner-freebsd-stable@FreeBSD.ORG Tue Sep 29 14:51:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D95F5106568B for ; Tue, 29 Sep 2009 14:51:36 +0000 (UTC) (envelope-from marius@nuenneri.ch) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 43A6C8FC0C for ; Tue, 29 Sep 2009 14:51:36 +0000 (UTC) Received: by ewy5 with SMTP id 5so4120277ewy.36 for ; Tue, 29 Sep 2009 07:51:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.9.81 with SMTP id 59mr1079324wes.34.1254235894738; Tue, 29 Sep 2009 07:51:34 -0700 (PDT) In-Reply-To: <1254232996.87530.9.camel@buffy.york.ac.uk> References: <4AC1E179.4000908@yandex.ru> <1254232996.87530.9.camel@buffy.york.ac.uk> Date: Tue, 29 Sep 2009 16:51:34 +0200 Message-ID: From: =?ISO-8859-1?Q?Marius_N=FCnnerich?= To: Gavin Atkinson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "Andrey V. Elsukov" , FreeBSD Stable Mailing List Subject: Re: Booting FreeBSD 8.0-RC1 from usb stick X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2009 14:51:36 -0000 On Tue, Sep 29, 2009 at 16:03, Gavin Atkinson wrote: > On Tue, 2009-09-29 at 14:40 +0200, Marius N=FCnnerich wrote: >> 2009/9/29 Andrey V. Elsukov : >> > Marius Nu"nnerich wrote: >> >> >> >> Explicitly setting the root partition >> >> (vfs.root.mountfrom=3D"ufs:/dev/da0s1a") in /boot/loader.conf does no= t >> >> help either: Again, the system knows which partition it should mount >> >> to "/", but it fails to do so. (vfs.root.mountfrom.options=3Drw was s= et >> >> too). >> > >> > It's known problem and we are waiting for fix. There is a race between >> > USB and CAM/SCSI subsystems. >> >> OK, thank you! Is there a PR open for this? > > I think your problem is probably usb/138798. Thanks! I hoped there would be some quick fix like putting some DELAY into CAM or usb to go ahead for now but it isn't. Anyone has an idea for where to put this or a patch to try? I suppose usb should finish before CAM comes along?