From owner-freebsd-ppc@FreeBSD.ORG Sun Oct 30 03:03:36 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 0423E106564A for ; Sun, 30 Oct 2011 03:03:36 +0000 (UTC) (envelope-from carrch@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id DC2E98FC0A for ; Sun, 30 Oct 2011 03:03:35 +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 asmtp018.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LTU0016AZ5LQF50@asmtp018.mac.com> for freebsd-ppc@freebsd.org; Sat, 29 Oct 2011 20:03:24 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-10-30_01:2011-10-29, 2011-10-30, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=4 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1110290378 Message-id: From: Chris Carr To: freebsd-ppc@freebsd.org In-reply-to: <20111029230814.7de65ff6.torfinn.ingolfsen@broadpark.no> Date: Sat, 29 Oct 2011 23:03:21 -0400 References: <20111026181947.ce8c22ad.torfinn.ingolfsen@broadpark.no> <20111029230814.7de65ff6.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: Sun, 30 Oct 2011 03:03:36 -0000 I have been able to get 'ls' from the boot loader to show the filesystem on the USB stick. The only way I was able to get that to even was by settings the OF devalias for cd to the device path of the USB stick. But even when I can get it that far, 'lsdev' does not list any block devices (just enet.) I finally got the optical drive on the Powerbook to read the BSD install disc and the install CD worked flawlessly. Seems to me that the boot loader just won't cooperate, since I'm taking files that are supposed to be for a CD-ROM and everything built- in to the boot process on the live cd or install cd are assuming you're using an optical drive. Perhaps I can just figure out how to modify the boot loader on .rc or conf files to make them work? Does BSD require a root filesystem at boot, similar to how a linux liveCD will use a RAM disk? the live CD and install CD iso images are all HFS standard partitions on the CD. asr is the apple system restore utility for cloning (block-level or file-level.) On Oct 29, 2011, at 5:08 PM, Torfinn Ingolfsen wrote: > On Fri, 28 Oct 2011 14:01:05 -0400 > Chris Carr wrote: > >> 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' > > Try 'load kernel/sbp' instead. Does 'ls' work (or is it 'lsdev'?); > can you see any files on the CD? > >> I've tried a partition on my Powerbook's internal HD with BSD 9.0 >> liveCD on it and it's not cooperating either. > > What kind of partition? In the old days (FreeBSD 3.x, 4.x) it had to > be a MS-DOS (ie. FAT) partition; today I haven't tried, so I don't > know what kind of partition > can be / needs to be. > >> Does DiskUtility or (command line) asr work for loading necessary >> boot >> blocks on to a device? > > Sorry; I don't know. > >> The dd command does a device/block copy which is somehow different >> than an asr restore? > > I don't know what an "asr restore" is; sorry. > >> 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. > > So, the 'ls' (or 'lsdev') command from the boot loader doesn't work? > -- > Torfinn > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org"