From owner-freebsd-usb@FreeBSD.ORG Sun Sep 5 07:38:31 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 C740810656B8 for ; Sun, 5 Sep 2010 07:38:31 +0000 (UTC) (envelope-from clcchu@hotmail.com) Received: from snt0-omc1-s37.snt0.hotmail.com (snt0-omc1-s37.snt0.hotmail.com [65.55.90.48]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA148FC0A for ; Sun, 5 Sep 2010 07:38:30 +0000 (UTC) Received: from SNT132-W10 ([65.55.90.9]) by snt0-omc1-s37.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 5 Sep 2010 00:38:30 -0700 Message-ID: X-Originating-IP: [123.203.190.215] From: Clarence Chu To: , Date: Sun, 5 Sep 2010 15:38:30 +0800 Importance: Normal In-Reply-To: <201009042128.08474.hselasky@c2i.net> References: , <201009042128.08474.hselasky@c2i.net> MIME-Version: 1.0 X-OriginalArrivalTime: 05 Sep 2010 07:38:30.0630 (UTC) FILETIME=[56134060:01CB4CCD] Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: Unable to boot from umass(4) since 8.1 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: Sun, 05 Sep 2010 07:38:31 -0000 Dear hselasky, I can now boot the umass(4) devices by setting kern.cam.boot_delay="7500" in /boot/loader.conf Thanks for the pointer, Clarence CHU > From: hselasky@c2i.net > To: freebsd-usb@freebsd.org > Subject: Re: Unable to boot from umass(4) since 8.1 > Date: Sat, 4 Sep 2010 21:28:08 +0200 > CC: clcchu@hotmail.com > > On Saturday 04 September 2010 19:53:46 Clarence Chu wrote: > > Dear Sirs: > > > > I was unable to boot from umass(4) devices with the following symtom: > > 1) kernel and all loader.conf modules were loaded > > 2) unable to mount ufs:/dev/da0s3a as root, > > 3) when "ufs:/dev/da0s3a" was supplied to the mount prompt, mounting > > continue. > > > > situation persist on using USB->IDE converter and USB key. > > > > the umass(4) devices were able to boot using [67].x but refuse to work > > with the 8.1-STABLE as of today. > > > > Any suggestions? > > You can try setting: > > kern.cam.boot_delay > > --HPS