From owner-freebsd-stable@FreeBSD.ORG Sat Aug 9 13:02:15 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 C11F2106566C; Sat, 9 Aug 2008 13:02:15 +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 1BEB38FC15; Sat, 9 Aug 2008 13:02:14 +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 m79D2C51028180; Sat, 9 Aug 2008 21:02:12 +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 m79D2CIB028178; Sat, 9 Aug 2008 21:02:12 +0800 (KRAST) (envelope-from eugen) Date: Sat, 9 Aug 2008 21:02:12 +0800 From: Eugene Grosbein To: John Baldwin , freebsd-stable@freebsd.org Message-ID: <20080809130211.GA27931@svzserv.kemerovo.su> References: <20080627031233.9DC4945047@ptavv.es.net> <200808081249.28513.jhb@freebsd.org> <20080809092200.GA70050@svzserv.kemerovo.su> <20080809115642.GB1798@roadrunner.spoerlein.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080809115642.GB1798@roadrunner.spoerlein.net> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: Problem with /boot/loader [A new patch] 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, 09 Aug 2008 13:02:15 -0000 On Sat, Aug 09, 2008 at 01:56:42PM +0200, Ulrich Spoerlein wrote: > > > The updated patch (same URL, new patch) is at > > > http://www.FreeBSD.org/~jhb/patches/btx_hang.patch > > > > Sigh, it does not fix my problem described here: > > > > http://groups.google.ru/group/muc.lists.freebsd.stable/browse_thread/thread/538039f40b469e2a > > > > I've just updated my 7.0-STABLE to latest sources, applied your patch > > using "cd /usr/src; patch -p6 < ~/btx_hang.patch", it has applied cleanly. > > Then I've rebuilt and reinstalled kernel and world and rebooted. > > My problem persists as it was. > > I'm not sure about which piece of code you are talking here (boot0, > boot1, boot2, loader?) But if it's one of the former, you dont need to > installworld, but install new boot blocks using either fdisk -B or > bsdlabel -B (or both). As Subject: says, I'm talking about /boot/loader and its command prompt. Eugene Grosbein