From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 22:30:31 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 8F80337B401 for ; Mon, 11 Aug 2003 22:30:31 -0700 (PDT) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id D088B43F93 for ; Mon, 11 Aug 2003 22:30:30 -0700 (PDT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (12-206-23-247.client.attbi.com [12.206.23.247]) by spork.pantherdragon.org (Postfix) with ESMTP id 1625E2A41F; Mon, 11 Aug 2003 22:30:30 -0700 (PDT) Received: from speck.techno.pagans (localhost.techno.pagans [127.0.0.1]) by speck.techno.pagans (Postfix) with SMTP id ED7D05A9D; Mon, 11 Aug 2003 22:30:25 -0700 (PDT) Date: Mon, 11 Aug 2003 22:30:22 -0700 From: Darren Pilgrim To: Doug White Message-Id: <20030811223022.21bfb3df.dmp@bitfreak.org> In-Reply-To: <20030811004042.P72106@carver.gumbysoft.com> References: <20030809183834.3e196e1c.dmp@bitfreak.org> <20030810152906.B69012@carver.gumbysoft.com> <20030810154821.1883a0ca.dmp@bitfreak.org> <20030811004042.P72106@carver.gumbysoft.com> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: "Invalid partition table" error when creating more than one slice during install? 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: Tue, 12 Aug 2003 05:30:31 -0000 On 2003-08-11, at 00:41:57, Doug White wrote: >On Sun, 10 Aug 2003, Darren Pilgrim wrote: > >> On 2003-08-10, at 15:29:32, Doug White wrote: >> >> >On Sat, 9 Aug 2003, Darren Pilgrim wrote: >> > >> >> I'm trying to get 5.1-R installed, but I've run into a problem I don't >> >> understand. The disk layout I want should look like this: >> >> >> >> s1: 20gb, FreeBSD >> >> s2: 10gb, Windows >> >> s3: ~83gb (the rest of the disk), data >> > >> >with what tool are you creating s2 and s3? It sounds like the last thing >> >that touches it is not creating a proper partition table and your BIOS is >> >unhappy. >> >> Sysinstall, as part of the installation process. > >Hm. sysinstall is famously bad at making slice tables. The usual solution >is to make the Windows partitions first using DOS FDISK on a zeroed disk >-- it can usually get the geometry right. I used fdisk(8) from my existing 5.0 install and it worked great! It even dealt with my being lazy and not taking the time to calculate boundary-aligned sizes.