From owner-freebsd-smp Thu Jun 27 12:15:44 2002 Delivered-To: freebsd-smp@freebsd.org Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by hub.freebsd.org (Postfix) with ESMTP id 4915C37B400 for ; Thu, 27 Jun 2002 12:15:38 -0700 (PDT) Received: (qmail 22292 invoked from network); 27 Jun 2002 19:15:35 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 27 Jun 2002 19:15:35 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g5RJFWM00886; Thu, 27 Jun 2002 15:15:34 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 27 Jun 2002 15:15:19 -0400 (EDT) From: John Baldwin To: "Coreix Systems - BSD UNIX & Linux Networking, Development & Support" Subject: RE: Compaq EVO D500 "BTX Halted" Error, After Successful Instal Cc: freebsd-smp@FreeBSD.org Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 27-Jun-2002 Coreix Systems - BSD UNIX & Linux Networking, Development & Support wrote: > > > I have a Client who has supplied a Compaq EVO D500 For a gateway machine. > Install BSD 4.5, Without a Problem, Successful Install.. > However, On Following BTX Error... > > - > int=0000000d err=00000000 efl=00030346 eip=0000c9c7 > eax=00002020 ebx=00000001 ecx=00000200 edx=000013dd > esi=000008a6 edi=00014000 ebp=0000150c esp=000014da > cs=f000 ds=ed03 es=ed03 fs=0000 gs=0000 ss=ed03 > cs:eip=0f 20 dd 81 e5 00 f0 0f-20 c2 0f 01 e0 a8 01 75 > ss:esp=00 40 01 00 a6 08 00 00-0c 15 00 00 fa 15 00 00 > > BTX halted > > > > Can anyone shed any _light_ on what might be wrong here, We have installed > SuSE linux on the machine and it Install's and Boot's fine...? Does this machine have a RAID controller or any kind of funky disk controller that it is booting from? The disassembly looks like: 00000000 0F20DD mov ebp,cr3 00000003 81E500F0 and bp,0xf000 00000007 0F20C2 mov edx,cr0 0000000A 0F01E0 smsw ax 0000000D A801 test al,0x1 IOW, the BIOS on this thing is doing bad things by trying to enter protected mode on its own. With paging even. *sigh* I wish BIOS writers would grow up and use the defined BIOS calls for accessing upper memory and what not instead of getting cute and doing it all themselves. It prevents the BIOS from working in VM86 mode like we do in our boot process. This really needs to be fixed by the BIOS writers if possible. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message