From owner-freebsd-questions@FreeBSD.ORG Thu May 5 16:52:51 2005 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 3E26416A4CE for ; Thu, 5 May 2005 16:52:51 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF80943D80 for ; Thu, 5 May 2005 16:52:50 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 3760592B; Thu, 5 May 2005 12:52:42 -0400 (EDT) Received: from pool-71-112-215-205.sttlwa.dsl-w.verizon.net (pool-71-112-215-205.sttlwa.dsl-w.verizon.net [71.112.215.205]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 4DE508B; Thu, 5 May 2005 12:52:40 -0400 (EDT) Date: Thu, 5 May 2005 09:52:39 -0700 (PDT) From: Luke Dean X-X-Sender: lukas@border.crystalsphere.multiverse To: Sebastian Reichelt In-Reply-To: <20050505022615.2abcf4c6.SebastianR@gmx.de> Message-ID: <20050505094604.E89660@border.crystalsphere.multiverse> References: <20050505022615.2abcf4c6.SebastianR@gmx.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD Installation Horror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 16:52:51 -0000 > I downloaded the three floppy images for 5.3-RELEASE and dd'ed them on the > disks. Then I booted the installation and tried to partition my hard drive. > To my surprise, the partition table shown by the installation was complete > nonsense. I figured it probably had something to do with the fact that my > BIOS doesn't support the disk size. I'm using the OnTrack disk manager to fix > the problem for Windows. So I booted from the disk, and used the OnTrack > feature to boot from a floppy after OnTrack has been loaded. The partition > table was exactly the same junk, though. I also tried different geometries > (reported by LILO, BIOS, FreeBSD installation, etc.), but this didn't change > the view of the partition table either. I was able to install FreeBSD 5.2 on a machine of this generation that didn't support large partitions either, but it wasn't easy. Windows-based workarounds like OnTrack won't work. The trick I used was to make a primary bootable partition on the hard drive that fit within the size limitations that the BIOS could natively understand. (I don't have that number in front of me right now, I'm sorry.) Put the parts of FreeBSD that you need to boot in this partition and boot from it. Once FreeBSD boots, it's able to support large partitions that your old BIOS can't understand, so you can mount the rest of your hard drive, no matter how large it is.