Hi Ryan.
Yep, I had double-checked that. OpenFirmware on macppc is pretty much
identical to what I have on the SunBlade 100.
Here's an interesting tidbit. When I re-ran the installer with the
default partition scheme and a fully-dedicated OpenBSD disk, I noticed
that mkfs either wasn't being ran on the wd0i partition (MSDOS) or if
it was, it wasn't reporting anything (I saw mkfs results from all of
the 4.2BSD partitions so I guessed it wasn't ran).
Given that clue, I was able to get the laptop to autoboot by manually
doing the following post install:
mkfs_msdos /dev/rwd0i
mount -t msdos /dev/wd0i /mnt
mount -t cd9660 /dev/cd0 /mnt2
cp /mnt2/ofwboot /mnt
umount /mnt2
umount /mnt
So it looks like the default 5.7 CD that I bought from the OpenBSD
store wasn't formatting the MSDOS partition in a situation where the
user is dedicating the entire hard drive to OpenBSD. I'm probably an
edge case (guessing a lot of people keep OSX on these boxes as well)
but is that something someone could look into for 5.8 so that future
people in my camp don't have to figure this out?
Thanks,
Bryan