From owner-freebsd-questions@FreeBSD.ORG Mon Nov 30 20:50:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4391D1065693 for ; Mon, 30 Nov 2009 20:50:32 +0000 (UTC) (envelope-from forkandwait@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id 03E218FC15 for ; Mon, 30 Nov 2009 20:50:31 +0000 (UTC) Received: by iwn36 with SMTP id 36so2341009iwn.3 for ; Mon, 30 Nov 2009 12:50:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:cc:content-type; bh=gArEsx8h0/OivwxixTY1/htE57IIIBibqNQTDgVZGHE=; b=T6b+RPdUl/qpVj6q/v2AkAdpnk1sJ5nwUTJtdyV38ES9jKlTZ1Zckv0IRW9aCPtJum k9gbZRi1/KFg/tnAH47jLk7yaJD7iJK0E9tlFI7Jmes8+NL0pTJeQbCuh0/UH/To87j3 sYkhtcwVaElHytmmqQQU45SgiBNPPArWS4z28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; b=hfqBWCwadhZB9ciPxKfNp232rRKwUrhxV+bfqYDJJXhz2oIsM2AMpeC6zYrp+NBOCD NCWu5XoPipDaizFvg3y3h35pr87HHv8xSmtnv+72pNtxyJ8mkHn2Va17YVtA5XkyLCbZ 9Fl4GtTILY8BftMxynEJvf65g5x/+bIguqZwc= MIME-Version: 1.0 Received: by 10.231.121.164 with SMTP id h36mr12005507ibr.9.1259614231211; Mon, 30 Nov 2009 12:50:31 -0800 (PST) In-Reply-To: <4B13B1DB.3090106@unsane.co.uk> References: <8029763b0911292150t75039f71kc20f9715f697ce88@mail.gmail.com> <4B13B1DB.3090106@unsane.co.uk> Date: Mon, 30 Nov 2009 12:50:31 -0800 Message-ID: <8029763b0911301250i3517b86bvb0b5ab475803e718@mail.gmail.com> From: w s Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: FreeBSD only on MacBook? Having problems... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 20:50:32 -0000 >> 2. How can I "lose the GPT"? When I run "# gpart destory ad5" I get >> "gpart: Device busy". I presume that it is because / is mounted to run >> the livefs CD. So ... >> >> > Not quite, if you run gpart show you should get a list of stuff on ad5, > so before you can destroy the GPT you have to delete the stuff using > it,a quick example using an md device: > (reminder just in case, this will remove ANY partitions on the disk, but > you already know that :) Bingo -- I cleared the partitions (gpart delete XXX) and then installed from CD without a hitch. Thanks!