Subject: Re: reproducible kernel panic w/ 2.0RC4MP
To: Tim Kelly <hockey@dialectronics.com>
From: Michael <macallan18@earthlink.net>
List: port-macppc
Date: 11/08/2004 10:53:56
Hello,

> > I can however confirm your OF-related booting problems - OF
> > steadfastly refuses to load ofwboot from a ZIP drive, says it cannot
> > LOAD from sd@5:0 or anything that's not sd@0:0. Loading ofwboot.xcf
> > from a CDROM or the ZIP ( something like sd@5,\OFWBOOT.XCF ) works
> > though.
> 
> Let me revisit this, as I do wonder how closely related this is.
> 
> When you say you couldn't get ofwboot to load, but could with
> ofwboot.xcf, what formatting was the partition you were trying to load
> from? IN the case I was using, the partition was PC, but I was running
> into "bad address to DMA-MAP-IN" with the bootloader sometimes.

That's different things. ofwboot lives in a ffs filesystem and is loaded by bootxx when using the partition zero method ( sd@0:0 ), ofwboot.xcf is loaded by OF from a iso9660 or MSDOS filesystem ( sd@something:,\OFWBOOT.XCF ), the two aren't interchangeable which gave me some headache because installboot with ofwboot.xcf doesn't complain but leaves the disk unbootable.
So, I couldn't get ofwboot to work on anything besides target 0 while ofwboot.xcf works from almost anywhere as long as OF can see the partition.

have fun
Michael