From owner-freebsd-stable@FreeBSD.ORG Tue Sep 26 17:06:30 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 0883E16A4D0 for ; Tue, 26 Sep 2006 17:06:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1325C43DE1 for ; Tue, 26 Sep 2006 17:06:05 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k8QH5wSw049594; Tue, 26 Sep 2006 13:06:03 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 26 Sep 2006 13:05:11 -0400 User-Agent: KMail/1.9.1 References: <15af975d0609212321r29fdd287p462ae0f2b7e404b4@mail.gmail.com> <15af975d0609220725s1206d7ebr53589adbc1b9c17@mail.gmail.com> <4513F5B0.9030300@goodforbusiness.co.uk> In-Reply-To: <4513F5B0.9030300@goodforbusiness.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609261305.12224.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 26 Sep 2006 13:06:03 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1946/Tue Sep 26 09:18:37 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Dominic Marks , CyberSans AirBort Subject: Re: bug on BTX 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: Tue, 26 Sep 2006 17:06:30 -0000 On Friday 22 September 2006 10:39, Dominic Marks wrote: > CyberSans AirBort wrote: > > hello guys, sorry if i send email to wrong address. > > > > i have tested 6.2-BETA and the same problem still appear when i want to > > install it into compaq evo desktop; BTX HALTED. > > > > like previous version, it stucks when booting from cd on the first > > installation. i have follow so many discussion around the internet, and > > they > > are blaming compaq BIOS, some of them give solution such as change hdd mode > > from extended DMA to max PIO, but it won't work. and for your information, > > this machine had no problem when installed with windows or linux. > > > > please guys, i hope there will be a fixed on 6.2 so that it will load, > > installed, and run on my compaq evo desktop > > Go into the BIOS, disable BIOS DMA transfers **. After that it > will boot > normally. I have about 20 EVOs, which this change they run fine. This > is true of all versions of FreeBSD I have ever tried. > > ** I can't remember the exact name of the option, but it is something > along those lines. Hmm, are you willing to test a change that should fix that? If so, try http://people.freebsd.org/~jhb/patches/btx_crx.patch You'll need to do a 'make clean && make && make install' in /sys/boot after applying, and if the make install suceeeds, do a 'bsdlabel -B ad0s1' (replace ad0s1 with the actual slice you boot from). I think it should work (I think it was tested a while ago, but boot2 used to not fit, now it does though). Be warned though that if it doesn't work, you won't be able to boot from your disk. If that happens and you have a 6.x disc 1 lying around, you can boot into rescue mode and re-run 'bsdlabel' and move boot/loader.old to boot/loader on the root partition to get your system back. Ideally you'd try this on a system with data you don't care about (i.e., it's ok to just do a reinstall if it is hosed). -- John Baldwin