Dear Martin,
I saw your message and checked with my O2. There it works without a
problem with `bsd.rd.IP32` from OpenBSD 6.0 (see below). Although I have
an older firmware version than you, could it be that you're just booting
the wrong file?
This because the loading info (`9306240+565632 entry:
0xffffffffa0100000`) looks different on my machine compared to the
output from your machine (`3281248+981560 entry: 0xffffffffa8800000`).
The file size of the `bsd.rd.IP32` image is close to 10 MiB which would
match my numbers but not yours, which sum up to roughly 4.2 MiB only.
But it's just a guess currently, that these numbers reflect the size of
the loaded file.
```
> version
PROM Monitor (BE)
Tue Dec 15 11:47:20 PST 1998
VERSION 4.11
O2 R5000/R10000
IRIX 6.3 IP32prom IP32PROM-v4
> bootp():
Setting $netaddr to 172.16.2.25 (from server )
Obtaining from server
9306240+565632 entry: 0xffffffffa0100000
Initial setup done, switching console.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2016 OpenBSD. All rights reserved.
http://www.OpenBSD.org
OpenBSD 6.0 (RAMDISK-IP32) #593: Thu Jul 28 19:45:06 MDT 2016
[email protected]:/sys/arch/sgi/compile/RAMDISK-IP32
[...]
gbe0 at mainbus0: device has not been setup by firmware!
boot device: 'scsi(0)disk(1)rdisk(0)partition(2)' unrecognized.
root on rd0a swap on rd0b dump on rd0b
erase ^?, werase ^W, kill ^U, intr ^C, status ^T
Welcome to the OpenBSD/sgi 6.0 installation program.
(I)nstall, (U)pgrade, (A)utoinstall or (S)hell?
```
What I've seen on my machine is that although I gave the name of the
file to load in the PROM monitor, the machine really took the name that
was given by the DHCP/BOOTP server and loaded a different file
(`bsd.IP32` instead of `bsd.rd.IP32`):
```
> bootp():/bsd.rd.IP32
Setting $netaddr to 172.16.2.25 (from server )
Obtaining /bsd.rd.IP32 from server
6349656+637128 entry: 0xffffffffa0100000
ARCS32 Firmware Version 1.10
Found SGI-IP32, setting up.
Initial setup done, switching console.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2016 OpenBSD. All rights reserved.
http://www.OpenBSD.org
OpenBSD 6.0 (GENERIC-IP32) #639: Thu Jul 28 17:34:01 MDT 2016
[email protected]:/usr/src/sys/arch/sgi/compile/GENERIC-IP32
[...]
```
...although the loading info looks different.
Maybe that's your problem.
Cheers,
Frank