NetBSD/share/man/man8/man8.i386/boot.8

133 lines
4.8 KiB
Groff
Raw Normal View History

1997-07-10 11:37:23 +04:00
.\" $NetBSD: boot.8,v 1.5 1997/07/10 07:37:25 mikel Exp $
1995-04-23 14:33:03 +04:00
.\"
1995-03-18 18:17:32 +03:00
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software written and contributed
.\" to Berkeley by William Jolitz.
.\"
.\" 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 University of
.\" California, Berkeley and its contributors.
.\" 4. Neither the name of the University 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 REGENTS 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 REGENTS 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.
.\"
.\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94
.\"
.Dd March 13, 1997
1995-03-18 18:17:32 +03:00
.Dt BOOT 8 i386
.Os
.Sh NAME
.Nm boot
.Nd
system bootstrapping procedures
.Sh DESCRIPTION
.Sy Power fail and crash recovery.
Normally, the system will reboot itself at power-up or after crashes.
An automatic consistency check of the file systems will be performed,
and unless this fails, the system will resume multi-user operations.
.Pp
.Sy Cold starts.
The 386
.Tn "PC AT"
clones attempt to boot the floppy disk drive A (otherwise known as drive
0) first, and failing that, attempt to boot the hard disk C (otherwise
known as hard disk controller 1, drive 0).
The NetBSD bootblocks are loaded and started either by the BIOS, or by
a boot selector program (such as OS-BS, BOOTEASY, or the OS/2 Boot Menu)
1995-03-18 18:17:32 +03:00
.Pp
Once running, a prompt similar to the following will appear.
.Bd -unfilled -offset indent
>> NetBSD BOOT: 637/15360 k [1.28]
use hd(1,a)/netbsd to boot sd0 when wd0 is also installed
Boot: [[wd(0,a)]/netbsd][-adrs]] :-
.Ed
1995-03-18 18:17:32 +03:00
.Pp
After a short delay the system image listed will be loaded. (In the
above example, it will be
.Dq Li wd(0,a)/netbsd
which is the file
.Nm netbsd
on partition
.Dq a
of the
.Nx
MBR partition of the first non-SCSI hard disk.)
1995-03-18 18:17:32 +03:00
.Pp
The default disk will be set to the disk that the boot loader was
loaded from.
To boot from an alternate disk, the full name of the device should
be given at the prompt. Alternate system images can be loaded by
just specifying the name of the image.
1995-03-18 18:17:32 +03:00
.Pp
The following list of supported devices may vary from installation to
installation:
.Bd -unfilled -offset indent
sd SCSI disks on a controller recognized by the BIOS
wd ST506, IDE, ESDI, RLL disks on a WD100[2367] or
lookalike controller
hd A hard disk as numbered by the BIOS. Must be used
to boot from the second disk (D:) when it is SCSI
and the first disk (C:) is non SCSI.
1995-03-18 18:17:32 +03:00
fd 5 1/4" or 3 1/2" High density floppies
.Ed
.Pp
The
.Op Fl s
flag to the boot loader will bring the system up in single-user mode.
The
.Op Fl a
flag instructs the system to prompt for the location of the root filesystem
and the primary swap partition.
The
.Op Fl r
flag instructs the system to use the compiled in value for the root
device, not the device the system image was loaded from.
The
.Op Fl d
flag to the boot loader will bring the system up in debug mode.
Here it waits for a kernel debugger connect; see
1997-07-10 11:37:23 +04:00
.Xr ddb 4 .
Other flags are currently ignored.
1995-03-18 18:17:32 +03:00
.Pp
In an emergency, the bootstrap methods described in the
.Nx
installation notes for the i386 architecture
can be used to boot from floppy.
1995-03-18 18:17:32 +03:00
.Sh FILES
.Bl -tag -width /usr/mdec/xxboot -compact
.It Pa /netbsd
1995-03-18 18:17:32 +03:00
system code
.It Pa /usr/mdec/xxboot
sector-0 boot block, xx is disk type
.It Pa /usr/mdec/bootxx
second-stage boot, xx is disk type
1995-03-18 18:17:32 +03:00
.El
.Sh SEE ALSO
1997-07-10 11:37:23 +04:00
.Xr ddb 4 ,
1995-03-18 18:17:32 +03:00
.Xr halt 8 ,
.Xr reboot 8 ,
.Xr shutdown 8