From owner-freebsd-stable@FreeBSD.ORG Thu Mar 3 05:15:33 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D35C16A4CE for ; Thu, 3 Mar 2005 05:15:33 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E086443D2F for ; Thu, 3 Mar 2005 05:15:32 +0000 (GMT) (envelope-from edwin.brown@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so290895rnf for ; Wed, 02 Mar 2005 21:15:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dyefjCIrJLgpZnMYqvNfH8d+YpblBcWSxeiA2Lng703QN54tQU11aIVEXlztw8uU4C11TC+TeC3uh0ED1PDhrSgRIVSxlCIADDWNYgmiu7kqiOu9c1b/XI1kjoQx1DV8WKq2VmBdDVy0CB32pHmYtW/SapFk9NTQxU/kzX+OPLw= Received: by 10.38.126.54 with SMTP id y54mr182409rnc; Wed, 02 Mar 2005 21:15:03 -0800 (PST) Received: by 10.38.78.45 with HTTP; Wed, 2 Mar 2005 21:15:03 -0800 (PST) Message-ID: <8b6eae960503022115363d3fde@mail.gmail.com> Date: Thu, 3 Mar 2005 00:15:03 -0500 From: Edwin Brown To: freebsd-stable@freebsd.org In-Reply-To: <8b6eae960503022048b90c457@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <8b6eae960503022048b90c457@mail.gmail.com> Subject: Re: 5.3 STABLE Boot CD Fails on PPRO 200 (BTX halted) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Brown List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 05:15:33 -0000 It boots OK from the floppies as a work around... On Wed, 2 Mar 2005 23:48:19 -0500, Edwin Brown wrote: > I've built 5.3 Stable as of tonight 03/02/2005 with the following in make.conf > > CPUTYPE=i686 > CFLAGS=-02 -pipe > > It was built on a p4. > > I went to install this on my trusty firewall machine and I get the following > error: > -----BEGIN ERROR----- > CD Loader 1.2 > > Building the boot loader arguments > Looking up /BOOT/LOADER... Found > Relocating the loader and the BTX > Starting the BTX loader > > BTX loader 1.00 BTX version is 1.01 > > int=0000000d err=000000c0 efl=00010a47 eip=00015528 > eax=00000000 ebx=00000001 ecx=ffffffff edx=00094fa0 > esi=01164e7f edi=c8b66ff7 ebp=00093ff8 esp=7c24ddf4 > cs=002b ds=0033 es=0033 fs=0033 gs=0033 ss=0033 > cs:eip=9a c0 00 00 9a c0 00 00-9a c0 00 00 9a c0 00 00 > 9a c0 00 00 9a c0 00 00-9a c0 00 00 9a c0 00 00 > ss:esp=ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff > BTX halted > -----END ERROR----- > Also, the 5.3.isos downloaded from ftp.freebsd.org fail to boot as well. > > It's not hardware related as I'm able to pop in a OpenBSD3.6 snapshot > and boot from that. > > Any help would be greatly appreciated. I'm going to try the floppies next. >