From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 19:12:00 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 3BF08106566C for ; Tue, 30 Mar 2010 19:12:00 +0000 (UTC) (envelope-from andy@fud.org.nz) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id EEFE08FC20 for ; Tue, 30 Mar 2010 19:11:59 +0000 (UTC) Received: by vws17 with SMTP id 17so3312721vws.13 for ; Tue, 30 Mar 2010 12:11:59 -0700 (PDT) MIME-Version: 1.0 Sender: andy@fud.org.nz Received: by 10.220.98.148 with HTTP; Tue, 30 Mar 2010 11:45:57 -0700 (PDT) In-Reply-To: References: <201003300800.o2U80Ij6067016@freefall.freebsd.org> Date: Wed, 31 Mar 2010 07:45:57 +1300 X-Google-Sender-Auth: 76c49acbf9dbe5cb Received: by 10.220.158.79 with SMTP id e15mr87826vcx.48.1269974757392; Tue, 30 Mar 2010 11:45:57 -0700 (PDT) Message-ID: <1280352d1003301145s360f30bdpee875b56530842da@mail.gmail.com> From: Andrew Thompson To: Arseny Nasokin Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-usb@FreeBSD.org" Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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: Tue, 30 Mar 2010 19:12:00 -0000 On 30 March 2010 23:11, Arseny Nasokin wrote: > On 30 Mar 2010, at 08:00, Andrew Thompson wrote: > >> The following reply was made to PR usb/145184; it has been noted by GNATS. >> >> From: Andrew Thompson >> To: Gnats >> Cc: Eir Nym >> Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE >> Date: Tue, 30 Mar 2010 20:54:10 +1300 >> >>>> Kernel doesn't see any USB disks (HDD and flash) on boot. After reinsert >>>> flash disk, kernel see device, but can't mount root from it (doesn't >>>> list >>>> it as possible boot GEOM). This problem is only on my EEE. desktop >>>> computer bootup well. >> >> You can set kern.cam.boot_delay=4 in /boot/loader.conf in order to boot. >> >> > > I've tried up set this value up to 10-15. This is not work. I also tryed put > this option in defaults/loader.conf to test It may be in milliseconds, try 4000. Andrew