install revision 1.8.2.1 1 1.1 briggs The installation can be broken down into three basic steps:
2 1.1 briggs * Run Mkfs to build a filesystem or filesystems.
3 1.8 ender * Run the Installer to load the files onto your filesystems.
4 1.8 ender * Run the Booter to boot the system.
5 1.1 briggs
6 1.1 briggs **** Preparing the filesystem(s)
7 1.1 briggs
8 1.1 briggs Double-click on the Mkfs application icon to start it up. It will ask
9 1.1 briggs you for the SCSI ID of the drive that you are installing upon. Once
10 1.1 briggs this is selected, it will present a list of the partitions on that disk.
11 1.8 ender You must first convert the partitions to a type which NetBSD can
12 1.8 ender understand. Select each partition on which you wish to build a filesystem
13 1.8 ender and click on the "Change" button. If you are placing the entire
14 1.8 ender installation on a single partition, select the "NetBSD Root&Usr" radio
15 1.8 ender button. If you are using multiple partitions, select "NetBSD Root" for
16 1.8 ender the root partition and "NetBSD Usr" for all the other partitions. You
17 1.8 ender should select "NetBSD Swap" for the swap partition.
18 1.8 ender
19 1.8 ender When you have finished converting each partition, select each partition
20 1.8 ender and click on the "Format" button. You will now be asked for a bunch of
21 1.8 ender parameters for the hard drive and the filesystem. Usually, you can just
22 1.8 ender take the defaults. If you are installing onto removable media (e.g. a
23 1.8 ender Zip, Jaz, or Syquest), please see the FAQ. Note that although this
24 1.8 ender dialog only has the "OK" button, you are not committed, yet. Once you
25 1.8 ender get the values you want, press the "OK" button. A dialog will be
26 1.8 ender presented at this point with two options: "Format" and "Cancel." If you
27 1.8 ender choose "Cancel," nothing will be written to your drive. If you choose
28 1.8 ender "Format," the program will proceed to make a filesystem.
29 1.1 briggs
30 1.1 briggs Mkfs is not a well-behaved Macintosh application. It will not allow
31 1.1 briggs any other tasks to run while it does (cooperative multitasking at its
32 1.1 briggs best). When it's finished, the program will put up a dialog to ask if
33 1.1 briggs you have scanned the output for any error messages. Usually there won't
34 1.1 briggs have been any errors, but do scan the output to make sure. Simply click
35 1.1 briggs on the "I Read It" button and the program will quit.
36 1.1 briggs
37 1.1 briggs Repeat as necessary for any extra partitions that you wish to make
38 1.1 briggs filesystems on. Note that you do _not_ need a filesystem on your swap
39 1.1 briggs partition.
40 1.1 briggs
41 1.8 ender When you are finished, click on the "Done" button and choose "Quit" from
42 1.8 ender the "File" menu to exit Mkfs.
43 1.8 ender
44 1.1 briggs **** Installing the files
45 1.1 briggs
46 1.8 ender Before using the Installer, it is probably a good idea to increase its
47 1.8 ender memory allocation. Select the Installer icon by clicking on it and
48 1.8 ender choose "Get Info" from the File menu. Increase both the Minimum and
49 1.8 ender Preferred sizes to as much as you can spare.
50 1.8 ender
51 1.8 ender Double-click on the Installer icon to start it up. The Installer
52 1.8 ender will present the same SCSI ID menu that Mkfs did. Select the same SCSI
53 1.1 briggs ID that you did for mkfs--i.e., the one you are installing onto.
54 1.1 briggs
55 1.1 briggs If you are installing onto a single root partition, proceed to the
56 1.1 briggs "Installation of base files" section, below.
57 1.1 briggs
58 1.1 briggs If you have not created filesystems for the root, usr, and
59 1.1 briggs any other filesystems, go back to "Preparing the filesystem(s),"
60 1.1 briggs above.
61 1.1 briggs
62 1.8 ender When you started the Installer, it mounted your root partition.
63 1.1 briggs Just before it printed, "Mounting partition 'A' as /," it printed
64 1.1 briggs lines like:
65 1.1 briggs sd1 at scsi ID 5.
66 1.1 briggs This means that the device for scsi ID 5 is sd1. The partitions
67 1.1 briggs are signified by a trailing letter. For instance, sd1a would be
68 1.1 briggs the root partition of the second scsi disk in the chain, and sd0g
69 1.1 briggs would be the first usr partition on the first scsi disk.
70 1.1 briggs
71 1.1 briggs You will need to know the proper device to mount the remaining
72 1.1 briggs partition(s) by hand:
73 1.1 briggs
74 1.1 briggs * Select "Build Devices" from the "File" menu.
75 1.1 briggs
76 1.1 briggs * Select "Mini Shell" from the "File" menu.
77 1.1 briggs
78 1.8 ender * You can use the 'disklabel' command to get a listing of
79 1.8 ender the available partitions and their types and sizes.
80 1.8 ender
81 1.1 briggs * Mount the filesystems you wish with the command:
82 1.1 briggs mount device path
83 1.1 briggs For example, if you wish to mount a usr partition from
84 1.1 briggs the first scsi disk, sd0, on /usr, you would type:
85 1.1 briggs mount /dev/sd0g /usr
86 1.1 briggs
87 1.8 ender * Type "fstab force" to create a proper /etc/fstab file
88 1.8 ender
89 1.1 briggs * Type "quit" after you have mounted all the filesystems.
90 1.1 briggs
91 1.1 briggs Installation of base files:
92 1.1 briggs
93 1.1 briggs Select the "Install" menu item from the "File" menu and install
94 1.8 ender base13, etc13, netbsd13, and any other packages you wish to install
95 1.8 ender at this time (see the contents section for information about what's
96 1.8 ender in each package). The Installer will print out the filename of
97 1.1 briggs each file as it is installed, and will take quite some time to
98 1.8 ender install everything (the base package alone can take over an hour
99 1.8 ender on a slow hard drive).
100 1.1 briggs
101 1.1 briggs As is the case with Mkfs, this is not a particularly well-behaved
102 1.1 briggs Macintosh application and the machine will be completely tied up
103 1.1 briggs while the installation takes place.
104 1.1 briggs
105 1.1 briggs At some point after installing the base package, select the "Build
106 1.8 ender Devices" option from the "File" menu if you have not already done so.
107 1.8 ender This will create a bunch of device nodes for you and will create your
108 1.8 ender initial /etc/fstab. The Installer program also has an option to give
109 1.8 ender you a mini-shell. Do not use this unless you are sure know what you
110 1.8 ender are doing.
111 1.8 ender
112 1.8 ender When you are finished installing all of the packages you wish to
113 1.8 ender install, exit the Installer by choosing "Quit" from the "File" menu.
114 1.8 ender
115 1.1 briggs **** Booting the system
116 1.1 briggs
117 1.7 scottr Prior to attempting to boot NetBSD/mac68k, please verify that all of
118 1.7 scottr the following are true:
119 1.7 scottr
120 1.7 scottr 1) 32-bit addressing is enabled[*] in the Memory control panel;
121 1.7 scottr
122 1.7 scottr 2) All forms of virtual memory are disabled (the Memory control
123 1.7 scottr panel, RAM Doubler, or other software-based memory enhancement
124 1.7 scottr products); and
125 1.7 scottr
126 1.7 scottr 3) Your system is in B&W mode (1-bit color or grayscale) as shown
127 1.8 ender by the Monitors control panel. You may choose to have the
128 1.8 ender Booter do this for you automatically by selecting the appropriate
129 1.8 ender check box and radio button in the "Monitors" dialog on the
130 1.8 ender "Options" menu.
131 1.7 scottr
132 1.7 scottr You may have to restart your Macintosh for changes to take effect before
133 1.7 scottr proceding.
134 1.7 scottr
135 1.8 ender [* NOTE: If you have an older II-class system (including the II, IIx, IIcx,
136 1.8 ender and SE/30), it is necessary to install Connectix's MODE32 to work around
137 1.7 scottr ROM issues which prevent you from enabling 32-bit addressing. Please see
138 1.8 ender <http://www.netbsd.org/Ports/mac68k/faq/> for more information.]
139 1.7 scottr
140 1.5 scottr Double-click on the NetBSD/mac68k Booter icon to start the application.
141 1.8 ender Select "Booting" from the "Options" menu. Check that all of the items in
142 1.8 ender the resulting dialog look sane--especially the SCSI ID. If not, correct
143 1.8 ender them to your preference (the SCSI ID should be the only thing you need to
144 1.8 ender change). When you are satisfied with your choices, try booting NetBSD by
145 1.8 ender selecting "Boot Now" from the "Options" menu.
146 1.8 ender
147 1.8 ender If you wish to save your preferences, choose "Save Options" from the
148 1.8 ender "File" menu, then quit the application and restart it. Due to a
149 1.8 ender long-standing bug, the preferences will not be saved unless you quit and
150 1.8 ender restart the Booter.
151 1.8 ender
152 1.8 ender If the system does not come up, send mail to scottr (a] netbsd.org describing
153 1.8 ender your software, your hardware, and as complete a description of the
154 1.8 ender problem as you can.
155 1.1 briggs
156 1.8 ender If the system does come up, congratulations, you have successfully
157 1.8 ender installed NetBSD _VER. When you reboot into NetBSD, you should log
158 1.1 briggs in as "root" at the login prompt. There is no initial password, but
159 1.1 briggs if you're using the machine in a networked environment, you should
160 1.1 briggs create yourself an account and protect it and the "root" account with
161 1.1 briggs good passwords.
162 1.1 briggs
163 1.8 ender Some of the files in the NetBSD _VER distribution might need to be
164 1.1 briggs tailored for your site. In particular, the /etc/sendmail.cf file will
165 1.1 briggs almost definitely need to be adjusted, and other files in /etc will
166 1.8.2.1 mellon probably need to be modified, as well. In particular, you will want to
167 1.8.2.1 mellon take a look at /etc/rc.conf and modify it to your tastes. Make sure
168 1.8.2.1 mellon that you set "rc_configured=YES" so that your changes will be enabled.
169 1.8.2.1 mellon If you are unfamiliar with UN*X-like system administration, it's
170 1.8.2.1 mellon recommended that you buy a book that discusses it.
171 1.8 ender
172