113 lines
3.8 KiB
Plaintext
113 lines
3.8 KiB
Plaintext
.\" $NetBSD: install,v 1.13 2002/06/30 13:03:41 lukem Exp $
|
|
.\"
|
|
.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
|
.\" All rights reserved.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
.\" must display the following acknowledgement:
|
|
.\" This product includes software developed by the NetBSD
|
|
.\" Foundation, Inc. and its contributors.
|
|
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
.\" contributors may be used to endorse or promote products derived
|
|
.\" from this software without specific prior written permission.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
|
.\"
|
|
Installation of
|
|
.Nx*M
|
|
is now easier than ever!
|
|
For the latest news, problem reports, and discussion, join
|
|
the port-\*M maillist by mailing a line saying
|
|
.Pp
|
|
.Dl subscribe port-\*M
|
|
.Pp
|
|
to
|
|
.Mt majordomo@netsbd.org .
|
|
Also, see
|
|
.Lk http://www.netbsd.org
|
|
for more information.
|
|
.Pp
|
|
If you encounter any problems, please report them via the mailing list or the
|
|
.Xr send-pr 1
|
|
program so that they can be fixed for the next release.
|
|
.Pp
|
|
To install or upgrade
|
|
.Nx ,
|
|
you need to first boot the installation
|
|
program and then interact with the screen-menu program
|
|
.Ic sysinst .
|
|
The installation program actually consists of the
|
|
.Nx
|
|
kernel plus
|
|
an in-memory file system of utility programs.
|
|
.Pp
|
|
The usual procedure is to write the installation system to the
|
|
install media, as described earlier.
|
|
.Pp
|
|
Booting from install media
|
|
.Pp
|
|
The built-in console monitor understands a bunch of commands, dependent
|
|
of which VAX you have.
|
|
To just boot from a device, type
|
|
.Sq Ic B
|
|
at the
|
|
.Li \*>\*>\*>
|
|
prompt.
|
|
Device naming in the console monitor differs a lot from the
|
|
.Ux
|
|
counterparts.
|
|
A device looks like
|
|
.Li "ddcu" , where
|
|
.Sq Li dd
|
|
is the device
|
|
type,
|
|
.Sq Li c
|
|
is the controller number and
|
|
.Sq Li u
|
|
is the device unit.
|
|
Many console monitors also support the
|
|
.Ic SHOW DEV
|
|
command, which shows available units to boot from.
|
|
.Pp
|
|
A summary of the most common boot devices and their name:
|
|
.(tag B\ DUA0
|
|
.It Ic "B DUA0"
|
|
first MSCP controller, unit 0.
|
|
.It Ic "B MUA0"
|
|
first TMSCP tape controller, unit 0.
|
|
.It Ic "B DKB0"
|
|
second SCSI bus, unit 0.
|
|
.It Ic "B XQA0"
|
|
first Q22 bus Ethernet controller.
|
|
.It Ic "B ESA0"
|
|
first LANCE Ethernet controller on VAXstations.
|
|
.It Ic "B EZA0"
|
|
first SGEC Ethernet controller on VAXstations.
|
|
.tag)
|
|
Other devices may be appropriate for your configuration.
|
|
.Pp
|
|
Then just proceed with the program
|
|
.Ic sysinst .
|
|
The install descriptions for sysinst that follows can be easily adopted to VAX.
|
|
.Pp
|
|
.\" Sad that the sysinst install instructions are so i386-specific.
|
|
.so ../common/sysinst
|