1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
TopPart
OpenBSDfloppy
OpenBSDdistsets
OpenBSDbsd
As well you may be interested in
.../OSREV/tools/
miscellaneous i386 installation utilities like
rawrite.exe, ntrw.exe, gzip.exe, and pfdisk.exe;
see installation section, below.
There are several ways to boot a supported PowerPC Macintosh system into
the OpenBSD installer. Unfortunately they all currently require some
limited knowledge of Open Firmware commands. Examples are provided below
for common configurations.
To access Open Firmware:
Upon booting, simultaneously hold down the Command, Option, O and F
keys until you are presented with a > prompt at which you can enter
commands, such as the "boot" command or others that allow you to view the
structure of the device tree. (cd /devalias, .properties)
Typical boot commands can be used by entering them at the Open Firmware
prompt and pressing enter/return.
To netboot from a pre-configured bootp/tftp/nfs server containing the
"ofwboot" and "bsd.rd" files at the root directory of the tftp server:
boot enet:,ofwboot /bsd.rd
To boot from a HFS formatted CD containing the "ofwboot", "bsd.rd" and all
other installation files at the root directory of the CD:
boot cd:,ofwboot /OSREV/MACHINE/bsd.rd
Post-install, you will need to boot into OpenBSD from a hard drive, and
may need to reboot to Mac OS if you have it installed on another drive
connected to the system. Typical commands for this are as follows:
To boot to an OpenBSD system installed on an ATA drive configured
as a slave and connected to the same bus as the CD/DVD drive on a Power
Macintosh G4 (Tower):
boot ide1:,ofwboot /bsd
To reboot to Mac OS:
mac-boot
Typically, substituting the device alias (devalias) will allow for easy to
understand device selection. Typical examples from a Power Macintosh G4
(Tower):
ultra0 = hd = master device, primary ATA bus (factory-installed drive)
ultra1 = slave device, primary ATA bus
ide0 = cd = master device, secondary ATA bus (CD/DVD drive)
ide1 = slave device, secondary ATA bus (Zip drive, if installed)
enet = motherboard ethernet device
NOTE:
The powerpc port does not currently support sharing the disk with MacOS
This is an important fact on the iMac which does not support more than
one disk.
DistributionDescription
OpenBSDbase(23.8M,71.4M)
OpenBSDcomp(19.1M,65.5M)
OpenBSDetc(1.0M,3.3M)
OpenBSDgame(2.7M,6.3M)
OpenBSDman(5.2M,19.5M)
OpenBSDmisc(5.6M,5.6M)
OpenBSDxbase(4.4M,12.1M)
OpenBSDxshare(1.5M,8.1M)
OpenBSDxfont(6.2M,7.3M)
OpenBSDxserv(2.1M,5.4M)
|