Subject: Re: Beige G3 - Unable to boot install
To: Henry B. Hotz <hotz@jpl.nasa.gov>
From: Ben Jansen <netbsd@kristamin.com>
List: port-macppc
Date: 12/11/2002 15:51:11
On Wednesday, Dec 11, 2002, at 15:22 US/Pacific, Henry B. Hotz wrote:

> At 2:22 PM -0800 12/11/02, Ben Jansen wrote:
>> Sorry, forgot to mention something: I am able to dir the CD-ROM. Here 
>> are the contents:
>>
>> 0 > dir ide0/disk@0
>> .
>> ..
>> MACPPC
>> NETBSD.MACPPC;1
>> OFWBOOT.XCF;1
>>
>> Thanks again,
>> 	Ben
>
> On this basis you should be able to do:
>
> boot ide0/disk@0,OFWBOOT.XCF;1 NETBSD.MACPPC;1
>
> If that doesn't work then try inserting a ":0" or ":1" or ":2" in 
> front of the comma (without the quotes).

Thanks for the idea! I didn't think the ;1 was part of how OF 
referenced the file.

Now I've gotten it this far:

0 > boot ide0/disk@0:0,OFWBOOT.XCF;1 NETBSD.MACPPC;1
loader: loading XCOFF
tsize=cbc0 dsize=14a8 bsize=2670 entry=640000
SECTIONS:
.text		00640000 00640000 0000cbc0 000000e0
.data		0064d000 0064d000 000014a8 0000cca0
.bss		0064e4a8 0064e4a8 00002670 00000000
loading .text, done..
loading .data, done..
clearing .bss, done..
CLAIM failed

I have:
load-base = 600000
real-base = f00000

Are there different values for these I should try? I've tried reset-all 
and doing it over, as well as running boot more than once. However, 
subsequent boot attempts without resetting display "CLAIM failed" upon 
attempting to load .text.

Thanks for your help,
	Ben