Subject: Re: binary snapshot for macppc available
To: None <matt@sevenone.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-macppc
Date: 12/10/1999 14:33:54
On Fri, 10 Dec 1999, matt baker wrote:
> As an alternative, someone recently suggested using something like:
> boot /path/to/HFS/partition:#,ofwboot.elf ide0/disk@0:0
> If I'm trying to boot ofwboot.elf from the macos partition on the media
> bay drive
> what should I be using?
>
> boot ata4:0/MacHDD:#,ofwboot.elf ata0/disk@0:0
>
> do I need to specify /MacHDD if file is in the root directory of this drive?
> should disk@0:0 be replaced with wd0a or similar?
ofwboot.elf won't work.
Try ofwboot.xcf. You can find one at
ftp://ftp.netbsd.org/pub/NetBSD/misc/wrstuden/ofwboot.xcf . Note you'll
have to:
setenv LOADBASE 0x6c0000
before loading this file as otherwise it won't work (XCOFF sucks in that
respect).
I _think_ LOADBASE is the name of the right variable. The list will
correct me if I'm wrong (I hope :-).
Take care,
Bill