From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 5 13:17:03 2010 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 334C6106566C for ; Tue, 5 Oct 2010 13:17:03 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.freebsd.org (Postfix) with ESMTP id DDFB18FC14 for ; Tue, 5 Oct 2010 13:17:02 +0000 (UTC) Received: from vivi.cc.vt.edu (vivi.cc.vt.edu [198.82.163.43]) by lennier.cc.vt.edu (8.13.8/8.13.8) with ESMTP id o95DGWkK023128; Tue, 5 Oct 2010 09:16:32 -0400 Received: from auth3.smtp.vt.edu (EHLO auth3.smtp.vt.edu) ([198.82.161.152]) by vivi.cc.vt.edu (MOS 4.1.8-GA FastPath queued) with ESMTP id MWE11917; Tue, 05 Oct 2010 09:16:31 -0400 (EDT) Received: from gromit.tower.lib.vt.edu (gromit.tower.lib.vt.edu [128.173.51.22]) (authenticated bits=0) by auth3.smtp.vt.edu (8.13.8/8.13.8) with ESMTP id o95DGVm7019600 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 5 Oct 2010 09:16:31 -0400 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Paul Mather In-Reply-To: <4CAA4828.3010906@freebsd.org> Date: Tue, 5 Oct 2010 09:16:31 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <07BF978E-D458-4138-8871-00D5AC1106C0@gromit.dlib.vt.edu> References: <40D5CC15-8828-4CFD-AE13-2211B9742AE2@gromit.dlib.vt.edu> <20101001150548.6a652cba@anacreon.physics.wisc.edu> <5F44B27D-0A14-4F59-8EA2-2D52ADC4C79D@gromit.dlib.vt.edu> <4CAA4828.3010906@freebsd.org> To: freebsd-ppc@freebsd.org X-Mailer: Apple Mail (2.1081) X-Mirapoint-Received-SPF: 198.82.161.152 auth3.smtp.vt.edu paul@gromit.dlib.vt.edu 5 none X-Mirapoint-IP-Reputation: reputation=neutral-1, source=Fixed, refid=n/a, actions=MAILHURDLE SPF TAG X-Junkmail-Status: score=10/50, host=vivi.cc.vt.edu X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A02020A.4CAB2530.001A,ss=1,fgs=0, ip=0.0.0.0, so=2009-09-22 00:05:22, dmn=2009-09-10 00:05:08, mode=single engine X-Junkmail-IWF: false Cc: Peter Grehan Subject: Re: Booting FreeBSD/powerpc from external FireWire drive? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2010 13:17:03 -0000 On Oct 4, 2010, at 5:33 PM, Peter Grehan wrote: > Hi Paul, >=20 >> Any clues as to why booting from the OpenFirmware prompt is not = working? >=20 > Try the ofw pathname suggested at = http://markmail.org/message/j4tpjpbhxobnxixu >=20 > later, >=20 > Peter. Thank you! Using the above information, and a suggestion from Daniel = (fbsd23@sol42.com) re: copying /boot/loader from the install CD to the = root directory of the Mac OS X install, I am able to boot from the = external FW drive via this command: boot hd:,\loader fw/node/sbp-2/disk@0:3 without having to remember to have the install CD loaded, too. It would = be nice to be able to have \loader loaded from the external FW drive, = too, but this solution works. Many thanks to everyone who helped. Cheers, Paul.