install revision 1.17 1 1.14 fvdl
2 1.14 fvdl 0. Introduction
3 1.14 fvdl
4 1.14 fvdl Using "sysinst", installing NetBSD is a relatively easy process. You
5 1.14 fvdl still should read this document and have it in hand when doing the
6 1.14 fvdl installation process. This document tries to be a good guideline
7 1.14 fvdl for the installation and as such covers many details to be complete.
8 1.14 fvdl Do not let this discourage you, the install program is not hard
9 1.14 fvdl to use.
10 1.14 fvdl
11 1.14 fvdl 0.1 Possible PCMCIA issues
12 1.14 fvdl
13 1.14 fvdl There is a serious bug that may make installation of NetBSD on PCMCIA
14 1.14 fvdl machines difficult. This bug does not make USE of PCMCIA difficult
15 1.14 fvdl once a machine is installed. If you do not have PCMCIA on your
16 1.14 fvdl machine (PCMCIA is only really used on laptop machines), you
17 1.14 fvdl can skip this section, and ignore the "[PCMCIA]" notes.
18 1.14 fvdl
19 1.14 fvdl This will explains how to work around the installation problem.
20 1.14 fvdl It is anticipated that this bug will be fixed by NetBSD 1.4
21 1.14 fvdl
22 1.14 fvdl What is the bug: The kernel keeps careful track of what interrupts
23 1.14 fvdl and i/o ports are in use during autoconfiguration. It then allows
24 1.14 fvdl the PCMCIA devices to pick unused interrupts and ports.
25 1.14 fvdl Unfortunately, not all devices are included in the INSTALL
26 1.14 fvdl kernels in order to save space. Let's say your laptop has a
27 1.14 fvdl soundblaster device built in. The INSTALL kernel has no sound
28 1.14 fvdl support. The PCMCIA code might allocate your soundblaster's IRQ
29 1.14 fvdl and i/o ports to PCMCIA devices, causing them not to work. This
30 1.14 fvdl is especially bad if one of the devices in question is your
31 1.14 fvdl ethernet card.
32 1.14 fvdl
33 1.14 fvdl This problem will impact some, but not all, users of PCMCIA. If
34 1.14 fvdl this bug is hurting you, watch the "[PCMCIA]" notes that will
35 1.14 fvdl appear in this document.
36 1.14 fvdl
37 1.14 fvdl 1. General
38 1.14 fvdl
39 1.14 fvdl The following is a walk-through of the steps you will take while
40 1.14 fvdl getting NetBSD installed on your hard disk. sysinst is a menu driven
41 1.14 fvdl installation system that allows for some freedom in doing the
42 1.14 fvdl installation. Sometimes, questions will be asked and in many cases
43 1.14 fvdl the default answer will be displayed in brackets ("[]") after the
44 1.14 fvdl question. If you wish to stop the installation, you may hit Control-C
45 1.14 fvdl at any time, but if you do, you'll have to begin the installation
46 1.14 fvdl process again from scratch.
47 1.14 fvdl
48 1.14 fvdl 2. Booting NetBSD
49 1.14 fvdl
50 1.14 fvdl [PCMCIA]: unplug your PCMCIA devices, so that they won't be
51 1.14 fvdl found by NetBSD.
52 1.1 cgd
53 1.10 perry Boot your machine using the boot floppy. The boot loader will
54 1.10 perry start, and will print a countdown and begin booting. You will
55 1.10 perry likely see one "file not found" warning from the boot loader
56 1.10 perry -- ignore this as it is normal, and indicates the boot loader
57 1.10 perry failed to find a normal kernel to boot before trying to boot a
58 1.10 perry compressed kernel.
59 1.8 perry
60 1.8 perry If the boot loader messages do not appear in a reasonable
61 1.8 perry amount of time, you either have a bad boot floppy or a
62 1.8 perry hardware problem. Try writing the install floppy image to
63 1.8 perry a different disk, and using that.
64 1.8 perry
65 1.1 cgd If that doesn't work, try booting after disabling your CPU's
66 1.1 cgd internal and external caches (if any). If it still doesn't
67 1.1 cgd work, NetBSD probably can't be run on your hardware. This can
68 1.1 cgd probably be considered a bug, so you might want to report it.
69 1.1 cgd If you do, please include as many details about your system
70 1.1 cgd configuration as you can.
71 1.1 cgd
72 1.1 cgd It will take a while to load the kernel from the floppy,
73 1.8 perry probably around a minute or so.
74 1.1 cgd
75 1.1 cgd You will then be presented with the NetBSD kernel boot
76 1.14 fvdl messages. This may take a little while, as NetBSD will
77 1.14 fvdl be probing for a lot of types of hardware, You may want to read the
78 1.14 fvdl boot messages, to notice your disk's name and geometry. Its name
79 1.14 fvdl will be something like "sd0" or "wd0" and the geometry will be
80 1.14 fvdl printed on a line that begins with its name. As mentioned above,
81 1.14 fvdl you may need your disk's geometry when creating NetBSD's partitions.
82 1.14 fvdl You will also need to know the name, to tell sysinst on which disk
83 1.14 fvdl to install. The most important thing to know is that
84 1.14 fvdl 'wd0 is NetBSD's name for your first IDE disk, wd1 the second,
85 1.14 fvdl etc. 'sd0' is your first SCSI disk, sd1 the second, etc.
86 1.1 cgd
87 1.8 perry Note that, once the system has finished booting, you need no
88 1.8 perry longer leave the floppy in the disk drive. Earlier version of
89 1.8 perry the NetBSD install floppies mounted the floppy as the system's
90 1.8 perry root partition, but the new installation floppies use a
91 1.8 perry ramdisk file system and are no longer dependent on the floppy
92 1.8 perry once it has booted.
93 1.8 perry
94 1.14 fvdl Once NetBSD has booted and printed all the boot messages,
95 1.14 fvdl you will be presented with a welcome message and a main menu.
96 1.14 fvdl It will also include instructions for using the menus.
97 1.14 fvdl
98 1.14 fvdl 3. Network configuration
99 1.14 fvdl
100 1.14 fvdl [PCMCIA] You can skip this section, as you will only get data
101 1.14 fvdl from floppy in the first part of the install.
102 1.14 fvdl
103 1.14 fvdl If you will not use network operation during the installation,
104 1.14 fvdl but you do want your machine to be configured for networking once
105 1.14 fvdl it is installed, you should first go to the utilities menu, and select
106 1.14 fvdl the "Configure network option". If you only want to temporarily
107 1.14 fvdl use networking during the installation, you can specify these
108 1.14 fvdl parameters later. If you are not using Domain Name Service (DNS),
109 1.14 fvdl you can give an empty response in reply to answers relating to
110 1.14 fvdl this.
111 1.14 fvdl
112 1.16 perry 4. The hard disk to install on and its parameters.
113 1.14 fvdl
114 1.14 fvdl To start the installation, select the menu option to install
115 1.14 fvdl NetBSD from the main menu.
116 1.14 fvdl
117 1.14 fvdl The first thing is to identify the disk on which you want to
118 1.14 fvdl install NetBSD. sysinst will report a list of disks it finds
119 1.14 fvdl and ask you for your selection. Depending on how many disks
120 1.14 fvdl are found, you may get a different message. You should see
121 1.14 fvdl disk names like "wd0", "wd1", "sd0", or "sd1".
122 1.14 fvdl
123 1.14 fvdl sysinst next tries to figure out the real and BIOS geometry
124 1.14 fvdl of your disk. It will present you with the values it found,
125 1.14 fvdl if any, and will give you a chance to change them.
126 1.14 fvdl Please note that if you change the values, sysinst WILL ALSO
127 1.14 fvdl REINITIALIZE YOUR MBR.
128 1.14 fvdl
129 1.14 fvdl You will also be asked if you want to use the last cylinder of
130 1.14 fvdl the disk. Originally, the last cylinder of the disk was used for
131 1.14 fvdl diagnostic purposes, but this is usually not a concern anymore
132 1.14 fvdl these days. You will be able to specify whether you want to
133 1.14 fvdl skip the last cylinder anyway.
134 1.14 fvdl
135 1.14 fvdl Next, depending on whether you are using a "wdX" or a "sdX" disk,
136 1.14 fvdl you will either be asked for the type of disk (wdX) you are
137 1.14 fvdl using or you will be asked if you want to specify a fake geometry
138 1.14 fvdl for your SCSI disk (sdX). The types of disk are be IDE, ST-506
139 1.14 fvdl or ESDI. If you're installing on an ST-506 or ESDI drive, you'll
140 1.14 fvdl be asked if your disk supports automatic sector forwarding. If you
141 1.14 fvdl are SURE that it does, reply affirmatively. Otherwise, the install
142 1.14 fvdl program will automatically reserve space for bad144 tables.
143 1.14 fvdl
144 1.14 fvdl 5. Partitioning the disk.
145 1.14 fvdl
146 1.14 fvdl 5.1 Which portion of the disk to use.
147 1.14 fvdl
148 1.14 fvdl You will be asked if you want to use the entire disk or
149 1.14 fvdl only part of the disk. If you decide to use the entire disk
150 1.14 fvdl for NetBSD, it will be checked if there are already other
151 1.14 fvdl systems present on the disk, and you will be asked to confirm
152 1.14 fvdl whether you want to overwrite these.
153 1.14 fvdl
154 1.14 fvdl If you want to use the entire disk for NetBSD, you can skip
155 1.14 fvdl the following section and go to section 5.3, "Editing the
156 1.14 fvdl NetBSD disklabel".
157 1.14 fvdl
158 1.14 fvdl 5.2 Editing the Master Boot Record.
159 1.14 fvdl
160 1.14 fvdl First, you will be prompted to specify the units of size
161 1.14 fvdl that you want to express the sizes of the partitions in.
162 1.14 fvdl You can either pick megabytes, cylinders or sectors.
163 1.14 fvdl
164 1.14 fvdl After this, you will be presented with the current values
165 1.14 fvdl stored in the MBR, and will be given the opportunity to
166 1.14 fvdl change, create or delete partitions. For each partition
167 1.14 fvdl you can set the type, the start and the size. Setting
168 1.14 fvdl the type to 'unused' will delete a partition. You can
169 1.14 fvdl also mark a partition as active, meaning that this is
170 1.16 perry the one that the BIOS will start from at boot time.
171 1.14 fvdl
172 1.14 fvdl Be sure to mark the partition you want to boot from as active!
173 1.14 fvdl
174 1.14 fvdl After you are done editing the MBR, a sanity check
175 1.14 fvdl will be done, checking for partitions that overlap.
176 1.14 fvdl If everything is ok, you can go on to the next step,
177 1.14 fvdl editing the NetBSD disklabel.
178 1.14 fvdl
179 1.14 fvdl 5.3 Editing the NetBSD disklabel.
180 1.14 fvdl
181 1.14 fvdl The partition table of a NetBSD part of a disk is called
182 1.14 fvdl a 'disklabel'. There are 3 layouts for the NetBSD part
183 1.14 fvdl of the disk that you can pick from: Standard, Standard
184 1.14 fvdl with X and Custom. The first two use a set of default
185 1.14 fvdl values (that you can change) suitable for a normal
186 1.14 fvdl installation, possibly including X. The last option
187 1.14 fvdl lets you specify everything yourself.
188 1.14 fvdl
189 1.14 fvdl You will be presented with the current layout of the
190 1.14 fvdl NetBSD disklabel, and given a chance to change it.
191 1.14 fvdl For each partition, you can set the type, offset and size,
192 1.16 perry block and fragment size, and the mount point. The type
193 1.14 fvdl that NetBSD uses for normal file storage is called
194 1.14 fvdl "4.2BSD". A swap partition has a special type called "swap".
195 1.14 fvdl You can also specify a partition as type "msdos". This
196 1.14 fvdl is useful if you share the disk with MS-DOS or Windows95,
197 1.14 fvdl NetBSD is able to access the files on these partitions.
198 1.14 fvdl You can use the values from the MBR for the MS-DOS part
199 1.14 fvdl of the disk to specify the partition of type "msdos"
200 1.14 fvdl (you don't have to do this now, you can always re-edit
201 1.14 fvdl the disklabel to add this once you have installed NetBSD).
202 1.14 fvdl
203 1.14 fvdl Some partitions in the disklabel have a fixed purpose.
204 1.14 fvdl Partition 'a' is always the root partition, 'b' is the
205 1.14 fvdl swap partition, 'c' is the entire NetBSD part of the disk,
206 1.14 fvdl and 'd' is the whole disk. Partitions 'e'-'h' are available
207 1.14 fvdl for other use. Traditionally, 'e' is the partition mounted
208 1.14 fvdl on the /usr directory, but this is historical practice,
209 1.14 fvdl not a fixed value.
210 1.1 cgd
211 1.1 cgd You will then be asked to name your disk's disklabel. The
212 1.14 fvdl default response is "mydisk". For most purposes this will be OK.
213 1.14 fvdl If you choose to name it something different, make sure the name
214 1.14 fvdl is a single word and contains no special characters. You don't
215 1.14 fvdl need to remember this name.
216 1.14 fvdl
217 1.16 perry 6. Preparing your hard disk
218 1.1 cgd
219 1.1 cgd YOU ARE NOW AT THE POINT OF NO RETURN. Nothing has been
220 1.1 cgd written to your disk yet, but if you confirm that you want to
221 1.14 fvdl install NetBSD, your hard drive will be modified. If you are
222 1.14 fvdl sure you want to proceed, enter "yes" at the prompt.
223 1.1 cgd
224 1.1 cgd The install program will now label your disk and make the file
225 1.14 fvdl systems you specified. The filesystems will be initialized to
226 1.4 glass contain NetBSD bootstrapping binaries and configuration files.
227 1.14 fvdl You will see messages on your screen from the various NetBSD
228 1.14 fvdl disk preparation tools that are running. There should be no
229 1.14 fvdl errors in this section of the installation. If there are,
230 1.14 fvdl restart from the beginning of the installation process.
231 1.14 fvdl Otherwise, you can continue the installation program
232 1.14 fvdl after pressing 'return'.
233 1.8 perry
234 1.8 perry NOTE: In previous versions of NetBSD, the kernel from the
235 1.8 perry install floppy was copied onto the hard drive in a special
236 1.8 perry step. In the new install system, the kernel on the floppy is
237 1.8 perry unsuited to being copied onto the hard drive. Instead, a new
238 1.8 perry set, "kern", has been added which contains a generic kernel to
239 1.14 fvdl be unloaded onto the drive. So, you can not boot from your
240 1.14 fvdl hard drive yet at this point.
241 1.14 fvdl
242 1.14 fvdl 7. Getting the distribution sets.
243 1.14 fvdl
244 1.14 fvdl [PCMCIA] Load a kernel tar file (i.e. the kern.tgz set file)
245 1.16 perry on to your hard disk, for example by mounting the
246 1.16 perry hard disk first, copying the kern.tgz file from
247 1.14 fvdl floppy and unpacking it. Example:
248 1.14 fvdl
249 1.14 fvdl mount /dev/wd0a /mnt
250 1.14 fvdl cd /mnt
251 1.14 fvdl
252 1.14 fvdl <repeat following 3 steps until all kern.* files are there>
253 1.14 fvdl mount -t msdos /dev/fd0a /mnt2
254 1.14 fvdl cp /mnt2/kern.* .
255 1.14 fvdl umount /mnt2
256 1.14 fvdl
257 1.14 fvdl cat kern.* | tar vxzf -
258 1.14 fvdl
259 1.14 fvdl Then halt the machine using the 'halt' command. Power
260 1.14 fvdl the machine down, and re-insert all the PCMCIA devices.
261 1.14 fvdl Remove any floppy from the floppy drive.
262 1.14 fvdl Start the machine up. After booting NetBSD, you will
263 1.14 fvdl be presented with the main sysinst menu. Choose the
264 1.14 fvdl option to re-install sets. Wait for the filesystem
265 1.14 fvdl checks that it will do to finish, and then proceed
266 1.14 fvdl as described below.
267 1.14 fvdl
268 1.14 fvdl
269 1.14 fvdl The NetBSD distribution consists of a number of 'sets', that
270 1.14 fvdl come in the form of gzipped tarfiles. A few sets must be
271 1.14 fvdl installed for a working system, others are optional. At this
272 1.14 fvdl point of the installation, you will be presented with a menu
273 1.14 fvdl which enables you to choose from one of the following methods
274 1.14 fvdl of installing the sets. Some of these methods will first
275 1.16 perry load the sets on your hard disk, others will extract the sets
276 1.14 fvdl directly.
277 1.14 fvdl
278 1.14 fvdl For all these methods, the first step is making the sets
279 1.14 fvdl available for extraction, and then do the actual installation.
280 1.14 fvdl The sets can be made available in a few different ways. The
281 1.14 fvdl following sections describe each of those methods. After
282 1.14 fvdl reading the one about the method you will be using, you
283 1.14 fvdl can continue to section 8
284 1.14 fvdl
285 1.14 fvdl 7.1 Installation using ftp
286 1.14 fvdl
287 1.14 fvdl To be able to install using ftp, you first need to configure
288 1.14 fvdl your network setup, if you haven't already at the start of
289 1.14 fvdl the install procedure. sysinst will do this for you, asking you
290 1.14 fvdl to provide some data, like IP number, hostname, etc. If you
291 1.14 fvdl do not have name service set up for the machine that you
292 1.14 fvdl are installing on, you can just press 'return' in answer
293 1.14 fvdl to these questions, and DNS will not be used.
294 1.14 fvdl
295 1.14 fvdl You will also be asked to specify the host that you want
296 1.14 fvdl to transfer the sets from, the directory on that host,
297 1.16 perry and the account name and password used to log into that
298 1.14 fvdl host using ftp. If you did not set up DNS when answering
299 1.14 fvdl the questions to configure networking, you will need to
300 1.14 fvdl specify an IP number instead of a hostname for the ftp
301 1.14 fvdl server.
302 1.14 fvdl
303 1.14 fvdl sysinst will proceed to transfer all the default set files
304 1.16 perry from the remote site to your hard disk.
305 1.14 fvdl
306 1.14 fvdl 7.2 Installation using NFS
307 1.14 fvdl
308 1.14 fvdl To be able to install using NFS, you first need to configure
309 1.14 fvdl your network setup, if you haven't already at the start of
310 1.14 fvdl the install procedure. sysinst will do this for you, asking you
311 1.14 fvdl to provide some data, like IP number, hostname, etc. If you
312 1.14 fvdl do not have name service set up for the machine that you
313 1.14 fvdl are installing on, you can just press 'return' in answer
314 1.14 fvdl to these questions, and DNS will not be used.
315 1.14 fvdl
316 1.14 fvdl You will also be asked to specify the host that you want
317 1.14 fvdl to transfer the sets from, and the directory on that host
318 1.14 fvdl that the files are in. This directory should be mountable
319 1.14 fvdl by the machine you are installing on, i.e. correctly
320 1.14 fvdl exported to your machine.
321 1.14 fvdl
322 1.14 fvdl If you did not set up DNS when answering the questions to
323 1.14 fvdl configure networking, you will need to specify an IP number
324 1.14 fvdl instead of a hostname for the NFS server.
325 1.14 fvdl
326 1.14 fvdl
327 1.14 fvdl 7.3 Installation from CD-ROM
328 1.14 fvdl
329 1.14 fvdl When installing from a CD-ROM, you will be asked to specify
330 1.16 perry the device name for your CD-ROM player (usually 'cd0'), and
331 1.16 perry directory name on the CD-ROM where the distribution files are.
332 1.14 fvdl
333 1.14 fvdl sysinst will then check if the files are indeed available
334 1.14 fvdl in the specified location, and proceed to the actual
335 1.14 fvdl extraction of the sets.
336 1.14 fvdl
337 1.14 fvdl 7.4 Installation from floppy
338 1.14 fvdl
339 1.14 fvdl Because the installation sets are too big to fit on one floppy,
340 1.14 fvdl the floppies are expected to be filled with the split set
341 1.14 fvdl files. The floppies are expected to be in MS-DOS
342 1.14 fvdl format. You will be asked for a directory where the sets
343 1.14 fvdl should be reassembled. Then you will be prompted to insert
344 1.14 fvdl the floppies containing the split sets. This process
345 1.14 fvdl will continue until all the sets have been loaded from floppy.
346 1.14 fvdl
347 1.14 fvdl
348 1.14 fvdl 7.5 Installation from an unmounted filesystem
349 1.14 fvdl
350 1.14 fvdl In order to install from a local filesystem, you will
351 1.14 fvdl need to specify the device that the filesystem resides
352 1.14 fvdl on (for example 'wd1e'), the type of the filesystem,
353 1.14 fvdl and the directory on the specified filesystem where the
354 1.14 fvdl sets are located. sysinst will then check if it
355 1.14 fvdl can indeed access the sets at that location.
356 1.14 fvdl
357 1.16 perry 7.6 Installation from a local directory
358 1.14 fvdl
359 1.14 fvdl This option assumes that you have already done some preparation
360 1.14 fvdl yourself. The sets should be located in a directory on a
361 1.14 fvdl filesystem that is already accessible. sysinst will ask you
362 1.14 fvdl for the name of this directory.
363 1.14 fvdl
364 1.14 fvdl 8. Extracting the distribution sets
365 1.14 fvdl
366 1.14 fvdl After you the install sets containing the NetBSD distribution
367 1.14 fvdl have been made available, you can either extract all the
368 1.14 fvdl sets (a full installation), or only extract sets that
369 1.14 fvdl you have selected. In the latter case you will be shown the
370 1.14 fvdl currently selected sets, and given the opportunity to select
371 1.14 fvdl the sets you want. Some sets always need to be installed
372 1.14 fvdl ("kern", "base" and "etc"), they will not be shown in
373 1.14 fvdl this selection menu.
374 1.14 fvdl
375 1.14 fvdl Before extraction begins, you can elect to watch the files
376 1.14 fvdl being extracted; the name of each file that is extracted will
377 1.14 fvdl be shown.
378 1.14 fvdl
379 1.14 fvdl After all the files have been extracted, all the necessary
380 1.14 fvdl device node files will be created. If you have already
381 1.14 fvdl configured networking, you will be asked if you want to
382 1.14 fvdl use this configuration for normal operation. If so, these
383 1.14 fvdl values will be installed in the network configuration files.
384 1.14 fvdl
385 1.14 fvdl 9. Finalizing your installation.
386 1.14 fvdl
387 1.17 fvdl Congratulations, you have successfully installed NetBSD _VER.
388 1.17 fvdl You can now reboot the machine, and boot from harddisk. NetBSD
389 1.17 fvdl will enter single-user mode, and you will be presented with
390 1.17 fvdl a shell prompt. You should now edit the /etc/rc.conf file
391 1.17 fvdl to configure the system to suit your needs. To do this,
392 1.17 fvdl you might want to first make all local filesystems accessible
393 1.17 fvdl and set the terminal type, so that, for example, vi will work
394 1.17 fvdl properly. The following commands will do this:
395 1.14 fvdl
396 1.17 fvdl mount -a
397 1.17 fvdl TERM=pc3 ; export TERM
398 1.17 fvdl
399 1.17 fvdl You should at least do the following in /etc/rc.conf:
400 1.17 fvdl
401 1.17 fvdl * Change rc_configured=NO to rc_configured=YES
402 1.17 fvdl * Set the hostname in the 'hostname' line, e.g.
403 1.17 fvdl hostname="somename"
404 1.17 fvdl
405 1.17 fvdl You are advised to take a look at the other items in the
406 1.17 fvdl /etc/rc.conf file, and change them if you wish. After you
407 1.17 fvdl have made and saved the changes, reboot the machine again.
408 1.17 fvdl
409 1.17 fvdl After reboot, you can log in "root" at the login prompt. There
410 1.17 fvdl is no initial password, but if you're using the machine in a
411 1.17 fvdl networked environment, you should create yourself an account
412 1.17 fvdl and protect it and the "root" account with good passwords.
413 1.17 fvdl
414 1.17 fvdl Some other files in the NetBSD _VER distribution might need to be
415 1.14 fvdl tailored for your site. In particular, the /etc/sendmail.cf file will
416 1.14 fvdl almost definitely need to be adjusted, and other files in /etc will
417 1.14 fvdl probably need to be modified, as well.
418 1.14 fvdl
419 1.16 perry Some leftover files from the installation may be on your hard disk,
420 1.14 fvdl depending on the procedure you followed. If you find any of
421 1.14 fvdl the files, you should remove them:
422 1.14 fvdl
423 1.14 fvdl /.termcap
424 1.14 fvdl /sysinst
425 1.14 fvdl
426 1.14 fvdl If you are unfamiliar with UN*X-like system administration, it's
427 1.14 fvdl recommended that you buy a book that discusses it.
428