From owner-freebsd-stable@FreeBSD.ORG Sat May 24 17:00:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDA541065677; Sat, 24 May 2008 17:00:40 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 210188FC17; Sat, 24 May 2008 17:00:39 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id m4OH0a5d003951; Sun, 25 May 2008 01:00:36 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id m4OH0aRf003950; Sun, 25 May 2008 01:00:36 +0800 (KRAST) (envelope-from eugen) Date: Sun, 25 May 2008 01:00:36 +0800 From: Eugene Grosbein To: James Seward Message-ID: <20080524170036.GA3385@svzserv.kemerovo.su> References: <720051dc0805220159n23eb6205yfcf9450be7af5c77@mail.gmail.com> <200805230829.09524.jhb@freebsd.org> <20080523132645.GO29770@deviant.kiev.zoral.com.ua> <200805231811.01936.jhb@freebsd.org> <720051dc0805240934o211c522eha6888dc55ebd928f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <720051dc0805240934o211c522eha6888dc55ebd928f@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: Kostik Belousov , freebsd-stable@freebsd.org, Mark Kirkwood , John Baldwin Subject: Re: BTX loader hangs after version info 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: Sat, 24 May 2008 17:00:40 -0000 On Sat, May 24, 2008 at 05:34:57PM +0100, James Seward wrote: > X. However, from the moment I press F1 to choose FreeBSD to the moment > it's done booting, all I see on the screen is "BTX loader 1.00 BTX > version is 1.02" and the cursor blinking below it. My only clues that > it's booting at the time are disk activity, and the cursor changing > from a flashing underline to a solid block (which it always has as the > kernel proper takes over). It seems you have /boot/device.hints missing or broken. Just do "cp /usr/src/sys/i386/conf/GENERIC.hints /boot/device.hints". Eugene Grosbein