From owner-freebsd-ppc@FreeBSD.ORG Thu Aug 26 03:06:54 2004 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 D0A5316A4CE for ; Thu, 26 Aug 2004 03:06:54 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B3943D48 for ; Thu, 26 Aug 2004 03:06:54 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-19-124.dsl.OntheNet.net [203.144.19.124]) i7Q36FnP005823; Thu, 26 Aug 2004 13:06:15 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <412D539A.4060200@freebsd.org> Date: Thu, 26 Aug 2004 13:06:02 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ed Sutherland References: <412CE7D8.5070805@twcny.rr.com> <1093463741.14988.6.camel@schemer> <412D485B.3020105@twcny.rr.com> In-Reply-To: <412D485B.3020105@twcny.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Installing FreeBSD from CD 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: Thu, 26 Aug 2004 03:06:54 -0000 Hi Ed, > Okay. I booted from the cd and it stopped at the 'mountroot>' prompt. > What do I enter here -- it is supposed to take the form of 'cd9660:acd0' > but there isn't any such device. Should this be my Mac partition, my > Linux partition (which I'll convert to FreeBSD), or my CDROM? And how > (from Mac OS X) do I determine what I need to enter? You've got it right; you should be able to enter 'cd9660:acd0' at the mountroot prompt. Actually, you should be able to hold down the 'c' key at boot time with that CD image. The acd0 ATA CDROM should show up in the boot log on your screen just before the mountroot prompt. This is what it looks like on my eMac: ... gem0: Ethernet address: 00:03:93:a4:36:fe gem0: [GIANT-LOCKED] sc0: on nexus0 sc0: Unknown <16 virtual consoles, flags=0x300> Timecounters tick every 10.000 msec ad0: 39073MB [79387/16/63] at ata0-master BIOSPIO ATAPI_RESET time = 580us acd0: CDRW at ata1-master BIOSPIO Manual root filesystem specification: : Mount using filesystem eg. ufs:/dev/da0a ? List valid disk boot devices Abort manual input mountroot> It's shorthand to put 'acd0' instead of '/dev/acd0' as in the mountroot text, but it'll still work. Are you seeing the disks probed correctly ? later, Peter.