From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 5 17:43:42 2007 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8EA216A419 for ; Wed, 5 Dec 2007 17:43:42 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id 58E1513C45A for ; Wed, 5 Dec 2007 17:43:41 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DJC06885 (AUTH peterg@ptree32.com.au); Thu, 6 Dec 2007 03:43:29 +1000 (EST) Message-ID: <4756E3DA.6040102@freebsd.org> Date: Wed, 05 Dec 2007 09:46:02 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Brandon McWhirter References: <475600C5.4080805@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Error Loading Installer Disc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2007 17:43:42 -0000 Hi Brandon, > http://www.macmaniacs.com/1204071648.jpg > > I want to get rid of the 'ad0's at the top Can anyone point me in the right > direction as to how I can accomplish this? If you are willing to wipe whatever is on the disk, you can still get this to work, albeit a little klunky. Select the ad0s2 partition. Use 'C' to create a filesystem, with the path of '/'. Then 'Q' to finish. You haven't created a swap paritition, and you will receive a warning, but that is OK. Then, complete a FreeBSD install like you normally would. However, to boot, you must leave the install CD in the drive, break into OpenFirmware, and: 0 > boot cd:0,\boot\loader hd:2 later, Peter.