xfer revision 1.1.4.1 1 1.1 jonathan First-time installation on a bare machine is not supported, because most
2 1.1 jonathan DECstations do not have any suitable load device. Some versions of
3 1.1 jonathan DECstation PROMs are buggy and will not boot via TFTP/bootp; still
4 1.1 jonathan other versions are buggy and do not boot via MOP.
5 1.1 jonathan
6 1.1 jonathan The only DECstation with a floppy-disk drive is the Personal Decstation,
7 1.1 jonathan and that device is not supported as a boot device.
8 1.1 jonathan
9 1.1 jonathan The recommended installation procedure is to boot a miniroot via TFTP,
10 1.1 jonathan or to use a "helper" system to write a miniroot onto a disk, move that
11 1.1 jonathan disk to the target installation system, and then boot the miniroot.
12 1.1 jonathan
13 1.1 jonathan Once the miniroot is booted, a disklabel should be written.
14 1.1 jonathan At that point,
15 1.1 jonathan
16 1.1 jonathan Installation is supported from several media types, including:
17 1.1 jonathan NFS partitions
18 1.1 jonathan FTP
19 1.1 jonathan Tape
20 1.1 jonathan
21 1.1 jonathan The steps necessary to prepare the distribution sets
22 1.1 jonathan for installation depend on which method of installation
23 1.1 jonathan you choose. The various methods are explained below.
24 1.1 jonathan
25 1.1 jonathan To prepare for installing via an NFS partition:
26 1.1 jonathan
27 1.1 jonathan Place the NetBSD software you wish to install into
28 1.1 jonathan a directory on an NFS server, and make that directory
29 1.1 jonathan mountable by the machine which you will be installing
30 1.1 jonathan NetBSD on. This will probably require modifying the
31 1.1 jonathan /etc/exports file of the NFS server, and resetting
32 1.1 jonathan mountd. Both these actions will require superuser
33 1.1 jonathan privileges on the NFS server. Note the numeric IP address
34 1.1 jonathan of the NFS server. If the NFS server is not on a network
35 1.1 jonathan which is directly attached to the NetBSD machine, you must
36 1.1 jonathan also note the numeric address of the router closest to the the
37 1.1 jonathan new NetBSD machine.
38 1.1 jonathan
39 1.1 jonathan
40 1.1 jonathan If you are using a diskless setup to install NetBSD on
41 1.1 jonathan your machine, you can take advantage of the fact that
42 1.1 jonathan the above has already been done on your machine's server.
43 1.1 jonathan So, you can conveniently put the NetBSD filesets in your
44 1.1 jonathan machine's root filesystem on the server where the install
45 1.1 jonathan program can find them.
46 1.1 jonathan
47 1.1 jonathan Once you have done this, you can proceed to the next
48 1.1 jonathan step in the installation process, preparing your
49 1.1 jonathan system for NetBSD installation.
50 1.1 jonathan
51 1.1 jonathan
52 1.1 jonathan To prepare for installing via FTP:
53 1.1 jonathan
54 1.1 jonathan NOTE: this method of installation is recommended
55 1.1 jonathan only for those already familiar with using
56 1.1 jonathan the BSD network-manipulation commands and
57 1.1 jonathan interfaces. If you aren't, this documentation
58 1.1 jonathan should help, but is not intended to be
59 1.1 jonathan all-encompassing.
60 1.1 jonathan
61 1.1 jonathan The preparations for this method of installation
62 1.1 jonathan are easy: all you have to do is make sure that
63 1.1 jonathan there's some FTP site from which you can retrieve
64 1.1 jonathan the NetBSD installation when it's time to do
65 1.1 jonathan the install. You should know the numeric IP
66 1.1 jonathan address of that site, the numeric IP address of
67 1.1 jonathan your nearest router if one is necessary
68 1.1 jonathan
69 1.1 jonathan Once you have done this, you can proceed to the next
70 1.1 jonathan step in the installation process, preparing your
71 1.1 jonathan system for NetBSD installation.
72 1.1 jonathan
73 1.1 jonathan
74 1.1 jonathan To prepare for installing via a tape:
75 1.1 jonathan
76 1.1 jonathan To install NetBSD from a tape, you need to somehow
77 1.1 jonathan get the NetBSD filesets you wish to install on
78 1.1 jonathan your system on to the appropriate kind of tape,
79 1.1 jonathan in tar format.
80 1.1 jonathan
81 1.1 jonathan NOTE: the tape devices with which NetBSD/pmax is
82 1.1.4.1 mellon believed to work is the DEC TK-50. This is a very slow
83 1.1 jonathan device. Installation via disk or network is recommended
84 1.1 jonathan if at all possible.
85 1.1 jonathan
86 1.1 jonathan If you're making the tape on a UN*X system, the easiest
87 1.1 jonathan way to do so is:
88 1.1 jonathan
89 1.1 jonathan tar cvf <tape_device> <files>
90 1.1 jonathan
91 1.1 jonathan where "<tape_device>" is the name of the tape device
92 1.1 jonathan that describes the tape drive you're using (possibly
93 1.1 jonathan something like /dev/nrst0, but we make no guarantees 8-).
94 1.1 jonathan Under SunOS 5.x, this would be something like /dev/rmt/0mbn.
95 1.1 jonathan Again, your mileage may vary. If you can't figure it out,
96 1.1 jonathan ask your system administrator. "<files>" are the names
97 1.1 jonathan of the "set_name.nnn" files which you want to be placed
98 1.1 jonathan on the tape.
99 1.1 jonathan
100 1.1 jonathan Once you have done this, you can proceed to the next
101 1.1 jonathan step in the installation process, preparing your
102 1.1 jonathan system for NetBSD installation.
103 1.1 jonathan
104 1.1 jonathan
105