From owner-freebsd-usb@FreeBSD.ORG Thu Feb 11 08:00:02 2010 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 83C151065672 for ; Thu, 11 Feb 2010 08:00:02 +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 408348FC0C for ; Thu, 11 Feb 2010 08:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1B802YH064017 for ; Thu, 11 Feb 2010 08:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1B80298064016; Thu, 11 Feb 2010 08:00:02 GMT (envelope-from gnats) Resent-Date: Thu, 11 Feb 2010 08:00:02 GMT Resent-Message-Id: <201002110800.o1B80298064016@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Crazy Alex Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D21391065692 for ; Thu, 11 Feb 2010 07:50:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C17DB8FC19 for ; Thu, 11 Feb 2010 07:50:58 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1B7owea099500 for ; Thu, 11 Feb 2010 07:50:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1B7owQE099499; Thu, 11 Feb 2010 07:50:58 GMT (envelope-from nobody) Message-Id: <201002110750.o1B7owQE099499@www.freebsd.org> Date: Thu, 11 Feb 2010 07:50:58 GMT From: Crazy Alex To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/143790: can not boot from usb hdd 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: Thu, 11 Feb 2010 08:00:02 -0000 >Number: 143790 >Category: usb >Synopsis: can not boot from usb hdd >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: Thu Feb 11 08:00:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Crazy Alex >Release: 8.0-STABLE-201001 >Organization: Atlantis >Environment: FreeBSD 8.0-STABLE-201001 FreeBSD 8.0-STABLE-201001 #0: Mon Feb 8 20:44:06 YEKT 2010 root@:/usr/src/sys/i386/compile/ALEX_USB i386 >Description: I can not boot installed on the usb hdd (da0) system. An attempt to mount the root system is to define the system usb hdd: Manual root filesystem specification: : Mount using filesystem eg. ufs:/dev/da0s1a eg. cd9660:/dev/acd0 This is equivalent to: mount -t cd9660 /dev/acd0 / ? List valid disk boot devices Abort manual input >How-To-Repeat: >Fix: edit /usr/src/sys/kern/vfs_mount.c in 1655 line: .... options = NULL; + pause("usbwait", hz * 10); root_mount_prepare(); Add a pause of 10 seconds to mount the root filesystem during this time usb hdd will have time to define the system. Then recompile the kernel. >Release-Note: >Audit-Trail: >Unformatted: