From owner-freebsd-stable@FreeBSD.ORG Wed Oct 29 22:49:38 2003 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 157CB16A4CE for ; Wed, 29 Oct 2003 22:49:38 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id BAB6043FE9 for ; Wed, 29 Oct 2003 22:49:36 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 379 invoked by uid 1002); 30 Oct 2003 06:49:36 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 30 Oct 2003 06:49:36 -0000 Message-ID: <3FA0B460.7090008@freebsd.org> Date: Wed, 29 Oct 2003 23:49:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031025 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Strick References: <200310300559.h9U5xAKx000299@ice.nodomain> In-Reply-To: <200310300559.h9U5xAKx000299@ice.nodomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: dan@ice.nodomain cc: freebsd-stable@freebsd.org Subject: Re: 4.9 is now available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 06:49:38 -0000 Dan Strick wrote: > It turns out that 4.9 CD, which produces the message > > 1. FD 2.88MB System Type-(0f) > > and fails to boot correctly, does this on only one of my systems, a > very new machine with an ATAPI CD drive on a Gigabyte 8KNXP motherboard > and AWARD BIOS. It is the only bootable CD of perhaps a dozen that > I have tried on this PC that has failed. For example, the FreeBSD > 5.1-RELEASE CD boots correctly on this new machine. > > The 4.9 CD boots correctly on one of my older machines that has a SCSI > CD drive connected to an Adaptec 2940AU. > > I did not attempted to burn and boot any of the 4.9 pre-release CDs > or any older FreeBSD release on either machine. > 5.x uses an entirely different mechanism to make the CD bootable. The mechanism used in 4.x is similar to what Microsoft used for the Windows 95/98 CD's (Emulated El-Torito), while 5.x uses a similar mechanism as Windows 2000/XP (Non-Emulated El-Torito). Since Microsoft only requires support for the second method in order to award the MS logo, I suspect that support for the first method is starting to die out in mainstream BIOSes. Scott