From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 1 22:33:21 2005 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 652F916A4CF; Sat, 1 Jan 2005 22:33:21 +0000 (GMT) Received: from moof.catpipe.net (moof.catpipe.net [195.249.214.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 062F043D48; Sat, 1 Jan 2005 22:33:21 +0000 (GMT) (envelope-from regnauld@moof.catpipe.net) Received: from localhost (localhost [127.0.0.1]) by localhost.catpipe.net (Postfix) with ESMTP id D414870625; Sat, 1 Jan 2005 23:33:18 +0100 (CET) Received: from moof.catpipe.net ([127.0.0.1]) by localhost (moof.catpipe.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07373-06; Sat, 1 Jan 2005 23:33:18 +0100 (CET) Received: by moof.catpipe.net (Postfix, from userid 1001) id 256737061C; Sat, 1 Jan 2005 23:33:18 +0100 (CET) Date: Sat, 1 Jan 2005 23:33:17 +0100 From: Phil Regnauld To: Peter Grehan Message-ID: <20050101223317.GA6970@moof.catpipe.net> References: <41D4B6BD.3050705@freebsd.org> <20050101213630.GA3034@flow.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050101213630.GA3034@flow.eu.org> X-Operating-System: FreeBSD 4.8-STABLE i386 Organization: catpipe Systems ApS User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at catpipe.net cc: freebsd-ppc@freebsd.org Subject: Re: PPC miniinst.iso available X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 22:33:21 -0000 Phil Regnauld (regnauld) writes: > > I tried creating a partition within s3 (the ~ 4GB slice), > but it didn't ask me for size and just allocated everything to > the partition (/). I tried auto partition as well, and that seemed > ok until I tried either to start write (W) the changes or run > the install - then it failed saying it couldn't mount ad1s3 on / > (which it shouldn't try to do, it should be mounting ad1s3a). > > I will try to nuke the disk with OS X and repeat the process. Ok, fixed and booted :) Howto: - create a number of partitions from within Disk Utility (I used HFS, but anything will do), one for each FreeBSD partitions required. These showed up as ad1s10,11,12 and 13. For booting (this is the secondary disk) I used: boot cd:,\boot\loader ultra1:10 (ultra0 and ultra1 are devaliases for first IDE disk and second IDE in OpenFirmware, as the OF command 'devalias' will tell you). P.