From owner-freebsd-questions@FreeBSD.ORG Fri Apr 16 13:56:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B4D16A4D2 for ; Fri, 16 Apr 2004 13:56:14 -0700 (PDT) Received: from fed1rmmtao05.cox.net (fed1rmmtao05.cox.net [68.230.241.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32DE043D55 for ; Fri, 16 Apr 2004 13:56:14 -0700 (PDT) (envelope-from keith@southo.net) Received: from southog2bwobmh ([68.8.190.141]) by fed1rmmtao05.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040416205608.BKST15918.fed1rmmtao05.cox.net@southog2bwobmh> for ; Fri, 16 Apr 2004 16:56:08 -0400 From: "Keith Baldwin" To: Date: Fri, 16 Apr 2004 13:54:17 -0700 Message-ID: <010201c423f4$fc1910b0$f901a8c0@southog2bwobmh> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: 4.9R - BTX HALTED problem - my solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 20:56:16 -0000 After reading an agonizing thread in freebsd-hackers from back in 2000 with no solution in layman's terms, this is how I got this to work. My system: Celeron 1.7Ghz MSI MS6526 v2 mobo (Intel arch, apparently this and/or the bios is the problem) WD 40GB HDD The problem: After doing a new cd install using the sysinstall menu's as I normally do this machine failed to boot. All I had to go on was a bunch of technical "garbage" and the message BTX HALTED. The solution: Boot with the install cd Select Standard Install In fdisk, as suggested in the freebsd-hackers thread, I tried altering the disk geometry to what my BIOS "sees". That has never worked for me. Nonetheless, I did try it. Fdisk just complains and reverts back to what fdisk "sees". Create one Slice or select "A" Select "F" for dd mode, select yes when prompted. Make the freebsd slice bootable with "S" Quit fdisk with "Q" At the Disklabel part of the install select "A" I didn't like the setup so I deleted all and recreated my scheme. Quit disklabel with "Q" When prompted for the boot manager I chose Standard (no boot manager) The install continued and viola, the box booted normally. Hopes this helps. Regards, Keith