From owner-freebsd-hackers Thu Oct 16 20:42:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA15720 for hackers-outgoing; Thu, 16 Oct 1997 20:42:41 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA15713 for ; Thu, 16 Oct 1997 20:42:37 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id NAA00494; Fri, 17 Oct 1997 13:09:21 +0930 (CST) Message-Id: <199710170339.NAA00494@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: filo@yahoo.com cc: freebsd-hackers@FreeBSD.ORG Subject: Re: biosboot/start.S needs fix for Intel AL440LX motherboard In-reply-to: Your message of "Thu, 16 Oct 1997 20:18:18 MST." <199710170318.UAA22876@ns2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 Oct 1997 13:09:20 +0930 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I should point out that, having just checked, their practice of passing > > 0 in %dl to the bootstrap is in direct violation of the BIOS Boot > > Specification version 1.01, 11 Jan 1997. Quoting: ... > > Do you have any idea who is responsible for this BIOS? (ie. is it an > > Intel in-house job, or a third party like Phoenix or Award?) > > it's a phoenix bios. of course it's possible that i'm just being > stupid and there's an option somewhere that needs to be changed. > still looking.. I don't think so; I *honestly* can't think of any reason they would deliberately blow off a standard they co-authored. Are you booting from a SCSI disk? If so what controller? Do you have an IDE disk you can try booting from? I won't have my hands on one of those boards until mid-next week (this is an "Atlantic", correct?), and probably not for very long then. Jordan, can you perhaps work something like this into the RELNOTES for 2.2.5, in case we don't manage to track this one down: (Known bugs section maybe?) The Intel AL440LX "Atlantic" motherboard BIOS is incompatible with the FreeBSD bootstrap. To work around this, the boot disk MUST NOT be sliced using the "dedicated" mode, and the BootEasy boot manager MUST be installed. Symptoms of this problem are a system which attempts to access the floppy disk when booting from the hard disk, displaying an endless succession of C:0 H:0 S:0 error messages. David; can you confirm that last paragraph? I'm just guessing there. mike