Hello,
I'm having problems booting to OpenBSD/powerpc from disk, after installing
it from CD successfully.
Here's what I get (I press RETURN after /bsd):
============= cut =============
0 > boot hd:,ofwboot /bsd load-size=e4cc adler32=e5569bcc
Loading ELF
found OpenBSD DPME partition
============= cut =============
I can boot to the 2.9 CD, mount my disk partitions, and all looks fine.
The only issue I had, intermittently, is that the USB bus would sometimes
get "stuck". For example, after booting to the CD, if I press "i" for
install, the key would keep repeating until I reset my USB hub. I would see
"iiiiiiiiiiiiiiiiiiiii" until I powercycled my USB hub. To eliminate this
potential problem, I removed the USB hub and all devices from the iMac,
except the keyboard. That didn't seem to make any difference, as I was still
unable to boot from my disk.
Any ideas?
Thanks,
David
Rating: 0%, 0 votes
disklabel output.
When booted from the CD, verify that the kernel is present in the
wd0a partition
There is a problem with the usb driver with key repeat of the very first key
pressed on some systems. it can can be avoided by pressing a non-repeating
key first, such as the shift key, or "fixed" by unplugging the mouse and
plugging it back in.
Dale Rahn d @prairieinet.net
Was this solution helpful? Show your Appreciation by rating it:
Rating: 0%, 0 votes
First, thanks for the key repeat tip.
Second, the kernel was NOT on my disk!! I copied /bsd from the CD to wd0a.
Rebooted, but still no luck.
Third, I created a network, and got the following information: pdisk,
disklabel, dmesg.
Let me know if there's anything else you need.
Thanks,
David
pdisk:
Partition map (with 512 byte blocks) on '/dev/wd0c'
#: type name length base ( size )
1: Apple_partition_map Apple 63 @ 1
2: Apple_Driver_ATA*Macintosh 54 @ 64
3: Apple_Driver_ATA*Macintosh 74 @ 118
4: Apple_Patches Patch Partition 512 @ 192
5: Apple_HFS untitled 33888544 @ 704 ( 16.2G)
6: OpenBSD OpenBSD 6189830 @ 33889248 ( 3.0G)
7: Apple_Free Extra 10 @ 40079078
Device block size=512, Number of Blocks=40079087 (19.1G)
DeviceType=0x0, DeviceId=0x0
Drivers-
1: @ 64 for 20, type=0x701
2: @ 118 for 33, type=0xf8ff
disklabel:
# /dev/rwd0c:
type: ESDI
disk: ESDI/IDE disk
label: WDC WD205AA
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 16383
total sectors: 40079088
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
16 partitions:
# size offset fstype [fsize bsize cpg]
a: 261792 33889248 4.2BSD 1024 8192 16 # (Cyl. 33620*-
33879)
b: 262080 34151040 swap # (Cyl. 33880 -
34139)
c: 40079088 0 unused 0 0 # (Cyl. 0 -
39760)
d: 262080 34413120 4.2BSD 1024 8192 16 # (Cyl. 34140 -
34399)
e: 262080 34675200 4.2BSD 1024 8192 16 # (Cyl. 34400 -
34659)
f: 3145968 34937280 4.2BSD 1024 8192 16 # (Cyl. 34660 -
37780)
g: 1995840 38083248 4.2BSD 1024 8192 16 # (Cyl. 37781 -
39760)
i: 33888544 704 HFS # (Cyl. 0*-
33620*)
dmesg:
console out [ATY,RagePro_C]console in [keyboard] USB
: memaddr 81000000 size 1000000, : consaddr 81000000, : ioaddr 80881000,
size 1000: memtag 9000, iotag 9000: cons_width 1024 cons_linebytes 1024
cons_height 768
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2001 OpenBSD. All rights reserved.
http://www.OpenBSD.org
OpenBSD 2.9 (RAMDISK) #57: Sat Apr 28 14:45:29 MDT 2001
dera @powerpc.openbsd.org:/usr/src/sys/arch/powerpc/compile/RAMDISK
real mem = 167772160
avail mem = 142794752
using 2048 buffers containing 8388608 bytes of memory
mainbus0 (root)
cpu0 at mainbus0:
Was this solution helpful? Show your Appreciation by rating it:

