From owner-freebsd-current@FreeBSD.ORG Fri Apr 17 22:23:32 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E5B81065673 for ; Fri, 17 Apr 2009 22:23:32 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id E3FB38FC1B for ; Fri, 17 Apr 2009 22:23:28 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.local (pooker.samsco.org [168.103.85.57]) by pooker.samsco.org (8.14.2/8.14.2) with ESMTP id n3HMNPx0026863; Fri, 17 Apr 2009 16:23:25 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <49E9015D.9000404@samsco.org> Date: Fri, 17 Apr 2009 16:23:25 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: "Greg 'groggy' Lehey" References: <49E895CB.2040407@lissyara.su> <20090417213125.GI13564@dereel.lemis.com> In-Reply-To: <20090417213125.GI13564@dereel.lemis.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.6 required=3.8 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Alex Keda , freebsd-current@freebsd.org Subject: Re: new usb stack - boot problem from usb hdd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2009 22:23:32 -0000 Greg 'groggy' Lehey wrote: > On Friday, 17 April 2009 at 18:44:27 +0400, Alex Keda wrote: >> After boot, before mount, disk da0 lost, or some partition >> lost/uninitialised >> >> ... >> umass0:0:0:-1: Attached to scbus0 >> da0 at umass-sim0 bus 0 target 0 lun 0 >> da0: Fixed Direct Access SCSI-2 device >> da0: 40.000MB/s transfers >> da0: 76319MB (156301488 512 byte sectors: 255H 63S/T 9729C) >> Trying to mount root from ufs:/dev/da0s1a >> >> Manual root filesystem specification: >> : Mount using filesystem >> eg. ufs:da0s1a >> ? List valid disk boot devices >> Abort manual input > > FWIW, I'm experiencing a similar problem with a USB stick. I get an > error 2 on the device entry (also /dev/da0s1a), followed by a panic > with an incomplete stack backtrace. I'm going to try remote debugging > to get more information; watch this space. > Have you followed the rest of this thread at all and seen the candidate patch and subsequent verification?? Scott