From owner-freebsd-questions@FreeBSD.ORG Sun Nov 25 03:06:51 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD6191C5 for ; Sun, 25 Nov 2012 03:06:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 960378FC0C for ; Sun, 25 Nov 2012 03:06:50 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAP36oSj018365; Sat, 24 Nov 2012 20:06:50 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qAP36oQR018362; Sat, 24 Nov 2012 20:06:50 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 24 Nov 2012 20:06:49 -0700 (MST) From: Warren Block To: Ralf Mardorf Subject: Re: How to create a partition for FreeBSD 9.0? In-Reply-To: <1353795280.2662.12.camel@q> Message-ID: References: <1353795280.2662.12.camel@q> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 24 Nov 2012 20:06:50 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Nov 2012 03:06:51 -0000 On Sat, 24 Nov 2012, Ralf Mardorf wrote: > I use the amd64 install DVD. > > With or without deleting, I can't format a bootable FreeBSD partition to > ada0s1, aka Linux /dev/sda1. FWIW if I reinstall GRUB legacy > to /dev/sda, the boot flag will be set for the extended > partition. /dev/sda1 is an empty ext3 partition, size 57.83 GiB. Delete it, or set it to type 0xa5. I think the first is probably better for bsdinstall to see it as available. Expect boot loaders to be overwritten, so make a backup, preferably of everything.