From owner-freebsd-stable@FreeBSD.ORG Thu May 22 13:50: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 358591065677 for ; Thu, 22 May 2008 13:50:40 +0000 (UTC) (envelope-from jamesoff@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF0348FC12 for ; Thu, 22 May 2008 13:50:39 +0000 (UTC) (envelope-from jamesoff@gmail.com) Received: by el-out-1112.google.com with SMTP id m34so41754ele.13 for ; Thu, 22 May 2008 06:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=J9PgiR8EyFPJZN7AKxBb5tO8pvNXxmsNYbsAD6DvYcE=; b=cWKPi1WNnY9XZBbZMesW2Pq9rH2XNuJlYmoE91viZvVxLpx5GCODiwxB9VsU95u7N+vpcD7y8YeHzEj13exHUKGvYQS7Yr/DQfiiDuuCbkttsS31QewSyxSC3hLIgFxoWIC6VJ0+sRlbaZnbBGCg5B3T+0FhZ/tnJAL6Z1pvVKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BkDerwLrfZ8U3phfzn4LaCJkT7oIxO78BmkugaT/L7zUkplbB4SdAQny0hMyq8t6N48OAzPdgDSkZr+zQCj0sIuKQI0tbiLgJrTqv9elkzPyTDMGYeOtoB3wDGsdTcv8Gns7AB99O/voUsWVgDFEabmsEavlaTOeKXAf+WRQoTo= Received: by 10.114.15.16 with SMTP id 16mr108817wao.113.1211464238308; Thu, 22 May 2008 06:50:38 -0700 (PDT) Received: by 10.115.91.7 with HTTP; Thu, 22 May 2008 06:50:38 -0700 (PDT) Message-ID: <720051dc0805220650g299c1488la652cedf9c67f4db@mail.gmail.com> Date: Thu, 22 May 2008 14:50:38 +0100 From: "James Seward" To: "Jeremy Chadwick" In-Reply-To: <20080522122430.GA43122@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <720051dc0805220159n23eb6205yfcf9450be7af5c77@mail.gmail.com> <20080522122430.GA43122@eos.sc1.parodius.com> Cc: freebsd-stable@freebsd.org, 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: Thu, 22 May 2008 13:50:40 -0000 On Thu, May 22, 2008 at 1:24 PM, Jeremy Chadwick wrote: > http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues My problem doesn't match the description of "screen continually scrolls registers or dumps registers then reboots"; it just freezes. While looking at the code for btx/btxldr I did notice a debug knob in the Makefile; should I turn this on? (And do I have to rebuild all of world to encourage it to update BTX? Presumably I can build/install a subset of it to save time?) > After installworld, did you happen to use bsdlabel -B? No, my procedure was: make buildkernel buildworld, make installkernel, reboot (to single user), mergemaster -p, make installworld, mergemaster (installed everything but passwd/group), reboot. This is the point where it broke :) Thanks, James