Subject: Re: Beige G3 - Unable to boot install
To: None <kilbi@rad.rwth-aachen.de>
From: Ben Jansen <netbsd@kristamin.com>
List: port-macppc
Date: 12/11/2002 17:00:15
On Wednesday, Dec 11, 2002, at 16:26 US/Pacific, Markus W Kilbinger  
wrote:

> ...
> What I did:
>
> Install OF patches via 'System Disk' as mentioned on the Model Support
> page:

Which OF patch? The only one I see mentioned is one for OF 1.05.

> You need an updated ofwboot.xcf version of the 1.6 branch or -current,
> e. g. under
>
>    
> ftp://releng.netbsd.org/pub/NetBSD-daily/netbsd-1-6/200212090000/ 
> macppc/installation/
>
> for the 1.6 branch.

So, this would not be the same as the one in  
/pub/NetBSD/NetBSD-1.6/macppc/installation/?

> With my beige g3v2 I only managed to install netbsd via netbooting:
> Install ofwboot.xcf on a tftp server, set up an approriate dhcp server
> entry and a minimum nfs root for your machine. See
>
>   http://netbsd.org/Documentation/network/netboot/
>   http://netbsd.org/Documentation/network/netboot/intro.macppc.html

I may try that, once I've exhausted my options.

> Set correct *-base OF values. With the installed OF patches you have
> to specify 'boot-device' and 'boot-file' explicitly and finally type
> '0 bootr' as boot command, like:

Hmmm, I tried a variation on this, like so:

setenv boot-device ide0/disk@0:0,OFWBOOT.XCF;1
setenv boot-file NETBSD.MACPPC;1
reset-all
0 bootr

It displays:

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..

DEFAULT CATCH!, code=fff00300 at %SRR0: 00640018 %SRR1: 00003070

Is this better or worse than CLAIM failed? :-)

Thanks,
	Ben