1998-08-23 16:42:16 +04:00
|
|
|
$NetBSD: install,v 1.21 1998/08/23 12:42:18 hubertf Exp $
|
1998-01-09 21:45:24 +03:00
|
|
|
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
0. Introduction
|
|
|
|
|
|
|
|
Using "sysinst", installing NetBSD is a relatively easy process. You
|
|
|
|
still should read this document and have it in hand when doing the
|
|
|
|
installation process. This document tries to be a good guideline
|
|
|
|
for the installation and as such covers many details to be complete.
|
|
|
|
Do not let this discourage you, the install program is not hard
|
|
|
|
to use.
|
|
|
|
|
|
|
|
0.1 Possible PCMCIA issues
|
|
|
|
|
|
|
|
There is a serious bug that may make installation of NetBSD on PCMCIA
|
|
|
|
machines difficult. This bug does not make USE of PCMCIA difficult
|
|
|
|
once a machine is installed. If you do not have PCMCIA on your
|
|
|
|
machine (PCMCIA is only really used on laptop machines), you
|
|
|
|
can skip this section, and ignore the "[PCMCIA]" notes.
|
|
|
|
|
|
|
|
This will explains how to work around the installation problem.
|
|
|
|
It is anticipated that this bug will be fixed by NetBSD 1.4
|
|
|
|
|
|
|
|
What is the bug: The kernel keeps careful track of what interrupts
|
|
|
|
and i/o ports are in use during autoconfiguration. It then allows
|
|
|
|
the PCMCIA devices to pick unused interrupts and ports.
|
|
|
|
Unfortunately, not all devices are included in the INSTALL
|
|
|
|
kernels in order to save space. Let's say your laptop has a
|
|
|
|
soundblaster device built in. The INSTALL kernel has no sound
|
|
|
|
support. The PCMCIA code might allocate your soundblaster's IRQ
|
|
|
|
and i/o ports to PCMCIA devices, causing them not to work. This
|
|
|
|
is especially bad if one of the devices in question is your
|
|
|
|
ethernet card.
|
|
|
|
|
|
|
|
This problem will impact some, but not all, users of PCMCIA. If
|
|
|
|
this bug is hurting you, watch the "[PCMCIA]" notes that will
|
|
|
|
appear in this document.
|
|
|
|
|
|
|
|
1. General
|
|
|
|
|
|
|
|
The following is a walk-through of the steps you will take while
|
|
|
|
getting NetBSD installed on your hard disk. sysinst is a menu driven
|
|
|
|
installation system that allows for some freedom in doing the
|
|
|
|
installation. Sometimes, questions will be asked and in many cases
|
|
|
|
the default answer will be displayed in brackets ("[]") after the
|
|
|
|
question. If you wish to stop the installation, you may hit Control-C
|
|
|
|
at any time, but if you do, you'll have to begin the installation
|
|
|
|
process again from scratch.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
2. Quick install
|
|
|
|
|
|
|
|
First, let's describe a quick install. The other sections of
|
|
|
|
this document go into the installation procedure in more
|
|
|
|
detail, but you may find that you do not need this. If you
|
|
|
|
want detailed instructions, skip to section 3. This section
|
|
|
|
describes a basic installation, using a CD-ROM install as
|
|
|
|
an example.
|
|
|
|
|
|
|
|
2.1 What you need.
|
|
|
|
|
|
|
|
* The distribution sets (in this example, they are on CD).
|
|
|
|
* One 1.44M 3.5" floppy.
|
|
|
|
* A PC with a 386 or newer processor, a CD-ROM drive
|
|
|
|
(SCSI or ATAPI), a harddisk and a minimum of 4Mb of
|
|
|
|
memory installed.
|
|
|
|
* The harddisk should have at least 70 + N megabytes of
|
|
|
|
space free, where N is the number of megabytes of
|
|
|
|
main memory in your system. If you wish to install
|
|
|
|
the X window system as well, you will need at least
|
|
|
|
60Mb more.
|
|
|
|
|
|
|
|
2.2 Creating a bootfloppy.
|
|
|
|
|
|
|
|
* You can create the floppy needed for installation
|
|
|
|
under DOS or Windows. Supposing your 1.44M floppy
|
|
|
|
drive is drive A:, and your CD is drive E: do the
|
|
|
|
following from an MS-DOS command prompt:
|
|
|
|
|
|
|
|
e:
|
|
|
|
cd \NetBSD-_VER\installation\misc
|
|
|
|
rawrite
|
|
|
|
|
|
|
|
When asked for a source filename, answer
|
|
|
|
|
|
|
|
..\floppy\boot.fs
|
|
|
|
|
|
|
|
When asked for a destination drive answer
|
|
|
|
|
|
|
|
a
|
|
|
|
|
|
|
|
2.3 The installation
|
|
|
|
|
|
|
|
* Insert the bootfloppy you just created. Restart the
|
|
|
|
PC. You will be presented with a menu.
|
|
|
|
* If you wish, you can configure some network settings
|
|
|
|
immediately by choosing the "utilities" menu and
|
|
|
|
then "configure network". This isn't needed, but
|
|
|
|
more convenient to do now. Go back to the main menu.
|
|
|
|
* Choose "install"
|
|
|
|
* You will be guided through some steps regarding the
|
|
|
|
setup of your harddisk, and parts to install. When
|
|
|
|
in doubt, refer to the rest of this document for
|
|
|
|
details.
|
|
|
|
* After your disk has been prepared, choose CD-ROM
|
|
|
|
as the medium. The default values for the path
|
|
|
|
and device should be ok.
|
|
|
|
* After all the files have been unpacked, go back to
|
|
|
|
the main menu and select "reboot", after you
|
|
|
|
have removed the bootfloppy from the drive.
|
|
|
|
* NetBSD will now boot. You should log in as root,
|
|
|
|
and set a password for that account. You are also
|
|
|
|
advised to edit the file "/etc/rc.conf" to match
|
|
|
|
your system needs.
|
|
|
|
* Your installation is now complete.
|
|
|
|
* For configuring the X window system, if installed,
|
|
|
|
see the files in /usr/X11R6/lib/X11/doc. Further
|
|
|
|
information can be found on http://www.xfree86.org/
|
|
|
|
|
|
|
|
3. Booting NetBSD
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
[PCMCIA]: unplug your PCMCIA devices, so that they won't be
|
|
|
|
found by NetBSD.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-06-14 10:17:22 +04:00
|
|
|
Boot your machine using the boot floppy. The boot loader will
|
|
|
|
start, and will print a countdown and begin booting. You will
|
|
|
|
likely see one "file not found" warning from the boot loader
|
|
|
|
-- ignore this as it is normal, and indicates the boot loader
|
|
|
|
failed to find a normal kernel to boot before trying to boot a
|
|
|
|
compressed kernel.
|
1997-03-25 09:09:06 +03:00
|
|
|
|
|
|
|
If the boot loader messages do not appear in a reasonable
|
|
|
|
amount of time, you either have a bad boot floppy or a
|
|
|
|
hardware problem. Try writing the install floppy image to
|
|
|
|
a different disk, and using that.
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
If that doesn't work, try booting after disabling your CPU's
|
|
|
|
internal and external caches (if any). If it still doesn't
|
|
|
|
work, NetBSD probably can't be run on your hardware. This can
|
|
|
|
probably be considered a bug, so you might want to report it.
|
|
|
|
If you do, please include as many details about your system
|
|
|
|
configuration as you can.
|
|
|
|
|
|
|
|
It will take a while to load the kernel from the floppy,
|
1997-03-25 09:09:06 +03:00
|
|
|
probably around a minute or so.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
You will then be presented with the NetBSD kernel boot
|
1997-12-19 03:59:56 +03:00
|
|
|
messages. This may take a little while, as NetBSD will
|
|
|
|
be probing for a lot of types of hardware, You may want to read the
|
|
|
|
boot messages, to notice your disk's name and geometry. Its name
|
|
|
|
will be something like "sd0" or "wd0" and the geometry will be
|
|
|
|
printed on a line that begins with its name. As mentioned above,
|
|
|
|
you may need your disk's geometry when creating NetBSD's partitions.
|
|
|
|
You will also need to know the name, to tell sysinst on which disk
|
|
|
|
to install. The most important thing to know is that
|
|
|
|
'wd0 is NetBSD's name for your first IDE disk, wd1 the second,
|
|
|
|
etc. 'sd0' is your first SCSI disk, sd1 the second, etc.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-03-25 09:09:06 +03:00
|
|
|
Note that, once the system has finished booting, you need no
|
|
|
|
longer leave the floppy in the disk drive. Earlier version of
|
|
|
|
the NetBSD install floppies mounted the floppy as the system's
|
|
|
|
root partition, but the new installation floppies use a
|
|
|
|
ramdisk file system and are no longer dependent on the floppy
|
|
|
|
once it has booted.
|
|
|
|
|
1997-12-19 03:59:56 +03:00
|
|
|
Once NetBSD has booted and printed all the boot messages,
|
|
|
|
you will be presented with a welcome message and a main menu.
|
|
|
|
It will also include instructions for using the menus.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
4. Network configuration
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
[PCMCIA] You can skip this section, as you will only get data
|
|
|
|
from floppy in the first part of the install.
|
|
|
|
|
|
|
|
If you will not use network operation during the installation,
|
|
|
|
but you do want your machine to be configured for networking once
|
|
|
|
it is installed, you should first go to the utilities menu, and select
|
|
|
|
the "Configure network option". If you only want to temporarily
|
|
|
|
use networking during the installation, you can specify these
|
|
|
|
parameters later. If you are not using Domain Name Service (DNS),
|
|
|
|
you can give an empty response in reply to answers relating to
|
|
|
|
this.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
5. The hard disk to install on and its parameters.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
To start the installation, select the menu option to install
|
|
|
|
NetBSD from the main menu.
|
|
|
|
|
|
|
|
The first thing is to identify the disk on which you want to
|
|
|
|
install NetBSD. sysinst will report a list of disks it finds
|
|
|
|
and ask you for your selection. Depending on how many disks
|
|
|
|
are found, you may get a different message. You should see
|
|
|
|
disk names like "wd0", "wd1", "sd0", or "sd1".
|
|
|
|
|
|
|
|
sysinst next tries to figure out the real and BIOS geometry
|
|
|
|
of your disk. It will present you with the values it found,
|
|
|
|
if any, and will give you a chance to change them.
|
|
|
|
Please note that if you change the values, sysinst WILL ALSO
|
|
|
|
REINITIALIZE YOUR MBR.
|
|
|
|
|
|
|
|
You will also be asked if you want to use the last cylinder of
|
|
|
|
the disk. Originally, the last cylinder of the disk was used for
|
|
|
|
diagnostic purposes, but this is usually not a concern anymore
|
|
|
|
these days. You will be able to specify whether you want to
|
|
|
|
skip the last cylinder anyway.
|
|
|
|
|
|
|
|
Next, depending on whether you are using a "wdX" or a "sdX" disk,
|
|
|
|
you will either be asked for the type of disk (wdX) you are
|
|
|
|
using or you will be asked if you want to specify a fake geometry
|
|
|
|
for your SCSI disk (sdX). The types of disk are be IDE, ST-506
|
|
|
|
or ESDI. If you're installing on an ST-506 or ESDI drive, you'll
|
|
|
|
be asked if your disk supports automatic sector forwarding. If you
|
|
|
|
are SURE that it does, reply affirmatively. Otherwise, the install
|
|
|
|
program will automatically reserve space for bad144 tables.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
6. Partitioning the disk.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
6.1 Which portion of the disk to use.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
You will be asked if you want to use the entire disk or
|
|
|
|
only part of the disk. If you decide to use the entire disk
|
|
|
|
for NetBSD, it will be checked if there are already other
|
|
|
|
systems present on the disk, and you will be asked to confirm
|
|
|
|
whether you want to overwrite these.
|
|
|
|
|
|
|
|
If you want to use the entire disk for NetBSD, you can skip
|
1998-05-15 19:08:42 +04:00
|
|
|
the following section and go to section 6.3, "Editing the
|
1997-12-19 03:59:56 +03:00
|
|
|
NetBSD disklabel".
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
6.2 Editing the Master Boot Record.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
First, you will be prompted to specify the units of size
|
|
|
|
that you want to express the sizes of the partitions in.
|
|
|
|
You can either pick megabytes, cylinders or sectors.
|
|
|
|
|
|
|
|
After this, you will be presented with the current values
|
|
|
|
stored in the MBR, and will be given the opportunity to
|
|
|
|
change, create or delete partitions. For each partition
|
|
|
|
you can set the type, the start and the size. Setting
|
|
|
|
the type to 'unused' will delete a partition. You can
|
|
|
|
also mark a partition as active, meaning that this is
|
1997-12-25 02:12:47 +03:00
|
|
|
the one that the BIOS will start from at boot time.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
Be sure to mark the partition you want to boot from as active!
|
|
|
|
|
|
|
|
After you are done editing the MBR, a sanity check
|
|
|
|
will be done, checking for partitions that overlap.
|
|
|
|
If everything is ok, you can go on to the next step,
|
|
|
|
editing the NetBSD disklabel.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
6.3 Editing the NetBSD disklabel.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
The partition table of a NetBSD part of a disk is called
|
|
|
|
a 'disklabel'. There are 3 layouts for the NetBSD part
|
|
|
|
of the disk that you can pick from: Standard, Standard
|
|
|
|
with X and Custom. The first two use a set of default
|
|
|
|
values (that you can change) suitable for a normal
|
|
|
|
installation, possibly including X. The last option
|
|
|
|
lets you specify everything yourself.
|
|
|
|
|
|
|
|
You will be presented with the current layout of the
|
|
|
|
NetBSD disklabel, and given a chance to change it.
|
|
|
|
For each partition, you can set the type, offset and size,
|
1997-12-25 02:12:47 +03:00
|
|
|
block and fragment size, and the mount point. The type
|
1997-12-19 03:59:56 +03:00
|
|
|
that NetBSD uses for normal file storage is called
|
|
|
|
"4.2BSD". A swap partition has a special type called "swap".
|
|
|
|
You can also specify a partition as type "msdos". This
|
|
|
|
is useful if you share the disk with MS-DOS or Windows95,
|
|
|
|
NetBSD is able to access the files on these partitions.
|
|
|
|
You can use the values from the MBR for the MS-DOS part
|
|
|
|
of the disk to specify the partition of type "msdos"
|
|
|
|
(you don't have to do this now, you can always re-edit
|
|
|
|
the disklabel to add this once you have installed NetBSD).
|
|
|
|
|
|
|
|
Some partitions in the disklabel have a fixed purpose.
|
|
|
|
Partition 'a' is always the root partition, 'b' is the
|
|
|
|
swap partition, 'c' is the entire NetBSD part of the disk,
|
|
|
|
and 'd' is the whole disk. Partitions 'e'-'h' are available
|
|
|
|
for other use. Traditionally, 'e' is the partition mounted
|
|
|
|
on the /usr directory, but this is historical practice,
|
|
|
|
not a fixed value.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
You will then be asked to name your disk's disklabel. The
|
1997-12-19 03:59:56 +03:00
|
|
|
default response is "mydisk". For most purposes this will be OK.
|
|
|
|
If you choose to name it something different, make sure the name
|
|
|
|
is a single word and contains no special characters. You don't
|
|
|
|
need to remember this name.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
7. Preparing your hard disk
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
YOU ARE NOW AT THE POINT OF NO RETURN. Nothing has been
|
|
|
|
written to your disk yet, but if you confirm that you want to
|
1997-12-19 03:59:56 +03:00
|
|
|
install NetBSD, your hard drive will be modified. If you are
|
|
|
|
sure you want to proceed, enter "yes" at the prompt.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
The install program will now label your disk and make the file
|
1997-12-19 03:59:56 +03:00
|
|
|
systems you specified. The filesystems will be initialized to
|
1994-10-18 10:17:04 +03:00
|
|
|
contain NetBSD bootstrapping binaries and configuration files.
|
1997-12-19 03:59:56 +03:00
|
|
|
You will see messages on your screen from the various NetBSD
|
|
|
|
disk preparation tools that are running. There should be no
|
|
|
|
errors in this section of the installation. If there are,
|
|
|
|
restart from the beginning of the installation process.
|
|
|
|
Otherwise, you can continue the installation program
|
|
|
|
after pressing 'return'.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-03-25 09:09:06 +03:00
|
|
|
NOTE: In previous versions of NetBSD, the kernel from the
|
|
|
|
install floppy was copied onto the hard drive in a special
|
|
|
|
step. In the new install system, the kernel on the floppy is
|
|
|
|
unsuited to being copied onto the hard drive. Instead, a new
|
|
|
|
set, "kern", has been added which contains a generic kernel to
|
1997-12-19 03:59:56 +03:00
|
|
|
be unloaded onto the drive. So, you can not boot from your
|
|
|
|
hard drive yet at this point.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
8. Getting the distribution sets.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
[PCMCIA] Load a kernel tar file (i.e. the kern.tgz set file)
|
1997-12-25 02:12:47 +03:00
|
|
|
on to your hard disk, for example by mounting the
|
|
|
|
hard disk first, copying the kern.tgz file from
|
1997-12-19 03:59:56 +03:00
|
|
|
floppy and unpacking it. Example:
|
|
|
|
|
|
|
|
mount /dev/wd0a /mnt
|
|
|
|
cd /mnt
|
|
|
|
|
|
|
|
<repeat following 3 steps until all kern.* files are there>
|
|
|
|
mount -t msdos /dev/fd0a /mnt2
|
|
|
|
cp /mnt2/kern.* .
|
|
|
|
umount /mnt2
|
|
|
|
|
|
|
|
cat kern.* | tar vxzf -
|
|
|
|
|
|
|
|
Then halt the machine using the 'halt' command. Power
|
|
|
|
the machine down, and re-insert all the PCMCIA devices.
|
|
|
|
Remove any floppy from the floppy drive.
|
|
|
|
Start the machine up. After booting NetBSD, you will
|
|
|
|
be presented with the main sysinst menu. Choose the
|
|
|
|
option to re-install sets. Wait for the filesystem
|
|
|
|
checks that it will do to finish, and then proceed
|
|
|
|
as described below.
|
|
|
|
|
|
|
|
|
|
|
|
The NetBSD distribution consists of a number of 'sets', that
|
|
|
|
come in the form of gzipped tarfiles. A few sets must be
|
|
|
|
installed for a working system, others are optional. At this
|
|
|
|
point of the installation, you will be presented with a menu
|
|
|
|
which enables you to choose from one of the following methods
|
|
|
|
of installing the sets. Some of these methods will first
|
1997-12-25 02:12:47 +03:00
|
|
|
load the sets on your hard disk, others will extract the sets
|
1997-12-19 03:59:56 +03:00
|
|
|
directly.
|
|
|
|
|
|
|
|
For all these methods, the first step is making the sets
|
|
|
|
available for extraction, and then do the actual installation.
|
|
|
|
The sets can be made available in a few different ways. The
|
|
|
|
following sections describe each of those methods. After
|
|
|
|
reading the one about the method you will be using, you
|
1998-05-15 19:08:42 +04:00
|
|
|
can continue to section 9
|
1997-12-19 03:59:56 +03:00
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
8.1 Installation using ftp
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
To be able to install using ftp, you first need to configure
|
|
|
|
your network setup, if you haven't already at the start of
|
|
|
|
the install procedure. sysinst will do this for you, asking you
|
|
|
|
to provide some data, like IP number, hostname, etc. If you
|
|
|
|
do not have name service set up for the machine that you
|
|
|
|
are installing on, you can just press 'return' in answer
|
|
|
|
to these questions, and DNS will not be used.
|
|
|
|
|
|
|
|
You will also be asked to specify the host that you want
|
|
|
|
to transfer the sets from, the directory on that host,
|
1997-12-25 02:12:47 +03:00
|
|
|
and the account name and password used to log into that
|
1997-12-19 03:59:56 +03:00
|
|
|
host using ftp. If you did not set up DNS when answering
|
|
|
|
the questions to configure networking, you will need to
|
|
|
|
specify an IP number instead of a hostname for the ftp
|
|
|
|
server.
|
|
|
|
|
|
|
|
sysinst will proceed to transfer all the default set files
|
1997-12-25 02:12:47 +03:00
|
|
|
from the remote site to your hard disk.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
8.2 Installation using NFS
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
To be able to install using NFS, you first need to configure
|
|
|
|
your network setup, if you haven't already at the start of
|
|
|
|
the install procedure. sysinst will do this for you, asking you
|
|
|
|
to provide some data, like IP number, hostname, etc. If you
|
|
|
|
do not have name service set up for the machine that you
|
|
|
|
are installing on, you can just press 'return' in answer
|
|
|
|
to these questions, and DNS will not be used.
|
|
|
|
|
|
|
|
You will also be asked to specify the host that you want
|
|
|
|
to transfer the sets from, and the directory on that host
|
|
|
|
that the files are in. This directory should be mountable
|
|
|
|
by the machine you are installing on, i.e. correctly
|
|
|
|
exported to your machine.
|
|
|
|
|
|
|
|
If you did not set up DNS when answering the questions to
|
|
|
|
configure networking, you will need to specify an IP number
|
|
|
|
instead of a hostname for the NFS server.
|
|
|
|
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
8.3 Installation from CD-ROM
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
When installing from a CD-ROM, you will be asked to specify
|
1997-12-25 02:12:47 +03:00
|
|
|
the device name for your CD-ROM player (usually 'cd0'), and
|
|
|
|
directory name on the CD-ROM where the distribution files are.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
sysinst will then check if the files are indeed available
|
|
|
|
in the specified location, and proceed to the actual
|
|
|
|
extraction of the sets.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
8.4 Installation from floppy
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
Because the installation sets are too big to fit on one floppy,
|
|
|
|
the floppies are expected to be filled with the split set
|
|
|
|
files. The floppies are expected to be in MS-DOS
|
|
|
|
format. You will be asked for a directory where the sets
|
|
|
|
should be reassembled. Then you will be prompted to insert
|
|
|
|
the floppies containing the split sets. This process
|
|
|
|
will continue until all the sets have been loaded from floppy.
|
|
|
|
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
8.5 Installation from an unmounted filesystem
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
In order to install from a local filesystem, you will
|
|
|
|
need to specify the device that the filesystem resides
|
|
|
|
on (for example 'wd1e'), the type of the filesystem,
|
|
|
|
and the directory on the specified filesystem where the
|
|
|
|
sets are located. sysinst will then check if it
|
|
|
|
can indeed access the sets at that location.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
8.6 Installation from a local directory
|
1997-12-19 03:59:56 +03:00
|
|
|
|
|
|
|
This option assumes that you have already done some preparation
|
|
|
|
yourself. The sets should be located in a directory on a
|
|
|
|
filesystem that is already accessible. sysinst will ask you
|
|
|
|
for the name of this directory.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
9. Extracting the distribution sets
|
1997-12-19 03:59:56 +03:00
|
|
|
|
1998-07-04 22:51:00 +04:00
|
|
|
After the install sets containing the NetBSD distribution
|
1997-12-19 03:59:56 +03:00
|
|
|
have been made available, you can either extract all the
|
|
|
|
sets (a full installation), or only extract sets that
|
|
|
|
you have selected. In the latter case you will be shown the
|
|
|
|
currently selected sets, and given the opportunity to select
|
|
|
|
the sets you want. Some sets always need to be installed
|
|
|
|
("kern", "base" and "etc"), they will not be shown in
|
|
|
|
this selection menu.
|
|
|
|
|
|
|
|
Before extraction begins, you can elect to watch the files
|
|
|
|
being extracted; the name of each file that is extracted will
|
|
|
|
be shown.
|
|
|
|
|
|
|
|
After all the files have been extracted, all the necessary
|
|
|
|
device node files will be created. If you have already
|
|
|
|
configured networking, you will be asked if you want to
|
|
|
|
use this configuration for normal operation. If so, these
|
|
|
|
values will be installed in the network configuration files.
|
|
|
|
|
1998-05-15 19:08:42 +04:00
|
|
|
10. Finalizing your installation.
|
1997-12-19 03:59:56 +03:00
|
|
|
|
1997-12-26 00:45:03 +03:00
|
|
|
Congratulations, you have successfully installed NetBSD _VER.
|
1998-05-15 19:08:42 +04:00
|
|
|
You can now reboot the machine, and boot from harddisk.
|