From owner-freebsd-stable@FreeBSD.ORG Thu Aug 27 07:07:31 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2240C1065694 for ; Thu, 27 Aug 2009 07:07:31 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (grosbein.pp.ru [89.189.172.146]) by mx1.freebsd.org (Postfix) with ESMTP id 679F58FC35 for ; Thu, 27 Aug 2009 07:07:29 +0000 (UTC) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.3/8.14.3) with ESMTP id n7R6tngE010364 for ; Thu, 27 Aug 2009 14:55:49 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.14.3/8.14.3/Submit) id n7R6tmoG010363 for stable@freebsd.org; Thu, 27 Aug 2009 14:55:48 +0800 (KRAST) (envelope-from eugen) Date: Thu, 27 Aug 2009 14:55:48 +0800 From: Eugene Grosbein To: stable@freebsd.org Message-ID: <20090827065548.GA10340@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: 8.0-BETA3 cannot mount root while booting from USB HDD: no da0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2009 07:07:31 -0000 Hi! I'm trying to boot FreeBSD 8.0-BETA3 from USB HDD, GENERIC kernel. It loads and initializes just fine, detects all devices just right, including umass0 for USB HDD. However, it does not create da0 and cannot mount root filesystem, bailing out to "mountroot>" prompt. It does not list da0 if I type "?", only ad0 for internal ATA device (ad0 is CompactFlash, not bootable yet). I've tried to increase kern.cam.scsi_delay to 60000, it changes nothing, only increases delay. I have build-box and can apply patches, if any. Please help. Eugene Grosbein