From owner-freebsd-current@FreeBSD.ORG Sat May 17 08:30:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F4A37B404 for ; Sat, 17 May 2003 08:30:48 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C0543F3F for ; Sat, 17 May 2003 08:30:46 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.12) id 19H3dy-0007FQ-00; Sat, 17 May 2003 17:30:42 +0200 Date: Sat, 17 May 2003 17:30:42 +0200 From: Sheldon Hearn To: "Cliff L. Biffle" Message-ID: <20030517153042.GA27368@starjuice.net> Mail-Followup-To: "Cliff L. Biffle" , current@freebsd.org References: <200305170123.24631.cbiffle@safety.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305170123.24631.cbiffle@safety.net> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: current@freebsd.org Subject: Re: 5.0-R won't boot partition 60G into a drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 15:30:49 -0000 On (2003/05/17 01:23), Cliff L. Biffle wrote: > Well, I've run into an odd bug that I haven't seen before. Methinks it's in > the bootloader. If this is a known bug or has been fixed since 5.0R, lemme > know. > > It goes something like this: workstation contains one 120GB IDE drive. The > first 60G is Win2k, the second is FreeBSD, in theory at least. Install > completes successfully. > > When I get to the bootloader prompt and hit F2, it just beeps at me and > refuses to proceed. For as long as I remember, FreeBSD has had issues booting a kernel beyond the first 1GB of a disk. Some time last year, changes were made that allowed for this, but they were backed out because they caused other problems, and I don't remember them being brought back in. The solution many folks (including me) have used to get around this has been to make the first partition on the disk a small root partition for FreeBSD, then leave a partition reserved for Windows, and then continue with FreeBSD's partitions. This is easy if you install FreeBSD first, then install Windows and then reinstall the boot loader from the CDROM. Ciao, Sheldon.