From owner-freebsd-current@FreeBSD.ORG Tue Sep 8 11:50:11 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 1C4321065672 for ; Tue, 8 Sep 2009 11:50:11 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 7B72B8FC1B for ; Tue, 8 Sep 2009 11:50:10 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=Na0XZysqMGgA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=l2kFXysqq0mMDRsvP1MA:9 a=8vU5hjXLtrs5ixoLFDoA:7 a=OwEQH9ZdZysM0Fzp9dSHwUT0MgAA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1302160460; Tue, 08 Sep 2009 13:50:08 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 8 Sep 2009 13:50:32 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: In-Reply-To: X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909081350.34461.hselasky@c2i.net> Cc: James Butler Subject: Re: Can't boot 8.0-BETA4 from USB stick 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: Tue, 08 Sep 2009 11:50:11 -0000 On Tuesday 08 September 2009 13:02:48 James Butler wrote: > Greetings all, > > I have an amd64 system (Asus A8V-MX) which boots 7.2 from a USB flash > drive. Trying an 8-STABLE kernel from Saturday (identifies as > 8.0-BETA4), the system can't boot - here is the last bit of the kernel > messages (typed, with comments): > > [witness performance blah blah blah] > root mount waiting for: usbus2 usbus1 usbus0 > uhub0: 2 ports with 2 removable, self powered > uhub1: 2 ports with 2 removable, self powered > root mount waiting for: usbus2 > uhub2: 2 ports with 2 removable, self powered > root mount waiting for: usbus2 > ugen2.2: at usbus2 > umass0: on usbus2 > umass0: SCSI over Bulk-Only; quirks = 0x0000 > root mount waiting for: usbus2 > umass0:0:0:-1: Attached to scbus0 > Trying to mount root from ufs:/dev/da0s1a > ROOT MOUNT ERROR: > If you have invalid mount options, reboot, and da0 at umass-sim0 bus 0 > target 0 lun 0 <---- This is suspicious > da0: Removable Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 3875MB (7936000 512 byte sectors: 255H 63S/T 493C) > first try the following from <---- The rest of the message that was > cut off above > the loader prompt: > > etc. etc. until the mountroot> prompt, and after that even specifying > the device doesn't work (and ? doesn't list it). It seems to my > non-hacker eyes that the device is not attaching until after it should > be. > > Any help would be appreciated, and I can provide further information as > needed. Hi, It looks like your device is detected too late. Have you tried another USB port? Or plugging in another dummy USB device? --HPS