From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 28 18:01:08 2011 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 89E921065672 for ; Fri, 28 Oct 2011 18:01:08 +0000 (UTC) (envelope-from carrch@mac.com) Received: from asmtpout022.mac.com (asmtpout022.mac.com [17.148.16.97]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE8C8FC0A for ; Fri, 28 Oct 2011 18:01:08 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed; delsp=yes Received: from [10.0.1.9] (c-107-5-212-219.hsd1.mi.comcast.net [107.5.212.219]) by asmtp022.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LTS00EFAFDUZ990@asmtp022.mac.com> for freebsd-ppc@freebsd.org; Fri, 28 Oct 2011 11:01:08 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-10-28_05:2011-10-28, 2011-10-28, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1110280193 Message-id: From: Chris Carr To: freebsd-ppc@freebsd.org In-reply-to: <20111026181947.ce8c22ad.torfinn.ingolfsen@broadpark.no> Date: Fri, 28 Oct 2011 14:01:05 -0400 References: <20111026181947.ce8c22ad.torfinn.ingolfsen@broadpark.no> X-Mailer: Apple Mail (2.936) Subject: Re: Loader/installer problems - can't load 'kernel' 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: Fri, 28 Oct 2011 18:01:08 -0000 Thanks for trying to help, Torfinn! Specs of machines: Powerbook G4 1.5Ghz, 1.25gb RAM, NVIDIA GeForce FX Go5200 iMac G3 (Summer 2001) 600MHz, ATI Rage 128 The "load sbp" command (entered at OF boot loader) results with: can't find 'sbp' I've tried a partition on my Powerbook's internal HD with BSD 9.0 liveCD on it and it's not cooperating either. Does DiskUtility or (command line) asr work for loading necessary boot blocks on to a device? The dd command does a device/block copy which is somehow different than an asr restore? I'm just confused as to what is going on since open firmware can see all the files on HFS (or HFS+), OF can start the boot loader, but then the boot loader loses all knowledge of any filesystems. Using the devalias (of USB stick or FW ext HD) doesn't seem to help. Maybe it all goes back to how the files are getting on to the (not a CD) install partition... Thanks, Chris Carr On Oct 26, 2011, at 12:19 PM, Torfinn Ingolfsen wrote: > On Tue, 25 Oct 2011 13:06:48 -0400 > Chris Carr wrote: > >> I've tried to install FreeBSD 8.2 on two different Macs which both > >> have bad optical drives. So I am trying to perform the install from >> removable media. I've tried USB flash drive and an external firewire >> HD. Neither is working. I can get the loader to boot (manually >> through > > I think that for firewire devices to work (past the boot menu > stage), you need to load the sbp module. > Use the menu to get to a boot prompt, then do "load sbp", then "boot". > Now, see if that will alllow you to install from a firewire device. > >> I can use dir ,:\ to list the contents of the >> install CD on the flash drive. I've passed the argument of the > device tree path> to the loader when I run the boot command. > > FWIW, to make this work, I had to make an alias ("ud") in OF. > Using the complete OF device tree path with the boot command didn't > work for some reason. > With the alias, it worked every time on the machines I have tried it > on. > Not all Macs are the same, YMMV. > -- > Regards, > Torfinn Ingolfsen >