]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/reboot/boot_i386.8
Import lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
[FreeBSD/FreeBSD.git] / sbin / reboot / boot_i386.8
1 .\" Copyright (c) 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" This code is derived from software written and contributed
5 .\" to Berkeley by William Jolitz.
6 .\"
7 .\" Almost completely rewritten for FreeBSD 2.1 by Joerg Wunsch.
8 .\"
9 .\" Substantially revised for FreeBSD 3.1 by Robert Nordier.
10 .\"
11 .\" Redistribution and use in source and binary forms, with or without
12 .\" modification, are permitted provided that the following conditions
13 .\" are met:
14 .\" 1. Redistributions of source code must retain the above copyright
15 .\"    notice, this list of conditions and the following disclaimer.
16 .\" 2. Redistributions in binary form must reproduce the above copyright
17 .\"    notice, this list of conditions and the following disclaimer in the
18 .\"    documentation and/or other materials provided with the distribution.
19 .\" 3. Neither the name of the University nor the names of its contributors
20 .\"    may be used to endorse or promote products derived from this software
21 .\"    without specific prior written permission.
22 .\"
23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" SUCH DAMAGE.
34 .\"
35 .\"     @(#)boot_i386.8 8.2 (Berkeley) 4/19/94
36 .\"
37 .\" $FreeBSD$
38 .\"
39 .Dd November 19, 2019
40 .Dt BOOT 8 i386
41 .Os
42 .Sh NAME
43 .Nm boot
44 .Nd system bootstrapping procedures
45 .Sh DESCRIPTION
46 .Sy Power fail and crash recovery .
47 Normally, the system will reboot itself at power-up or after crashes.
48 An automatic consistency check of the file systems will be performed,
49 and unless this fails, the system will resume multi-user operations.
50 .Pp
51 .Sy Cold starts .
52 Most i386 PCs attempt to boot first from floppy disk drive 0 (sometimes
53 known as drive A:) and, failing that, from hard disk drive 0 (sometimes
54 known as drive C:, or as drive 0x80 to the BIOS).
55 Some BIOSes allow
56 you to change this default sequence, and may also include a CD-ROM
57 drive as a boot device.
58 .Pp
59 Some newer PCs boot using UEFI firmware, not BIOS.
60 That process is described
61 in
62 .Xr uefi 8 .
63 .Pp
64 By default, a three-stage bootstrap is employed, and control is
65 automatically passed from the boot blocks (bootstrap stages one and
66 two) to a separate third-stage bootstrap program,
67 .Xr loader 8 .
68 This third stage provides more sophisticated control over the booting
69 process than it is possible to achieve in the boot blocks, which are
70 constrained by occupying limited fixed space on a given disk or slice.
71 .Pp
72 However, it is possible to dispense with the third stage altogether,
73 either by specifying a kernel name in the boot block parameter
74 file,
75 .Pa /boot.config ,
76 or, unless option
77 .Fl n
78 is set, by hitting a key during a brief pause (while one of the characters
79 .Sy - ,
80 .Sy \e ,
81 .Sy \&| ,
82 or
83 .Sy /
84 is displayed) before
85 .Xr loader 8
86 is invoked.
87 Booting will also be attempted at stage two, if the
88 third stage cannot be loaded.
89 .Pp
90 The remainder of this subsection deals only with the boot blocks.
91 The
92 .Xr loader 8
93 program is documented separately.
94 .Pp
95 After the boot blocks have been loaded,
96 you should see a prompt similar to the following:
97 .Bd -literal
98 >> FreeBSD/x86 BOOT
99 Default: 0:ad(0,a)/boot/loader
100 boot:
101 .Ed
102 .Pp
103 The automatic boot will attempt to load
104 .Pa /boot/loader
105 from partition
106 .Ql a
107 of either the floppy or the hard disk.
108 This boot may be aborted by typing any character on the keyboard
109 at the
110 .Ql boot:
111 prompt.
112 At this time, the following input will be accepted:
113 .Bl -tag -width indent
114 .It Ic \&?
115 Give a short listing of the files in the root directory of the default
116 boot device, as a hint about available boot files.
117 (A
118 .Ic ?\&
119 may also be specified as the last segment of a path, in which case
120 the listing will be of the relevant subdirectory.)
121 .It Xo
122 .Sm off
123 .Ar bios_drive : interface ( unit , Oo Ar slice , Oc Ar part )
124 .Ar filename
125 .Sm on
126 .Op Fl aCcDdghmnPprsv
127 .Op Fl S Ns Ar speed
128 .Xc
129 Specify boot file and flags.
130 .Bl -tag -width indent
131 .It Ar bios_drive
132 The drive number as recognized by the BIOS.
133 0 for the first drive, 1 for the second drive, etc.
134 .It Ar interface
135 The type of controller to boot from.
136 Note that the controller is required
137 to have BIOS support since the BIOS services are used to load the
138 boot file image.
139 .Pp
140 The supported interfaces are:
141 .Pp
142 .Bl -tag -width "adXX" -compact
143 .It ad
144 ST506, IDE, ESDI, RLL disks on a WD100[2367] or lookalike
145 controller
146 .It fd
147 5 1/4" or 3 1/2" High density floppies
148 .It da
149 SCSI disk on any supported SCSI controller
150 .\".It cd
151 .\"boot from CDROM
152 .El
153 .It Ar unit
154 The unit number of the drive on the interface being used.
155 0 for the first drive, 1 for the second drive, etc.
156 .It Oo Ar slice , Oc Ns Ar part
157 The partition letter inside the
158 .Bx
159 portion of the disk.
160 See
161 .Xr bsdlabel 8 .
162 By convention, only partition
163 .Ql a
164 contains a bootable image.
165 If sliced disks are used
166 .Pq Dq fdisk partitions ,
167 any
168 .Ar slice
169 (1 for the first slice, 2 for the second slice, etc.\&)
170 can be booted from, with the default (if not specified) being the active slice
171 or, otherwise, the first
172 .Fx
173 slice.
174 If
175 .Ar slice
176 is specified as 0, the first
177 .Fx
178 slice (also known as
179 .Dq compatibility
180 slice) is booted from.
181 .It Ar filename
182 The pathname of the file to boot (relative to the root directory
183 on the specified partition).
184 Defaults to
185 .Pa /boot/kernel/kernel .
186 Symbolic links are not supported (hard links are).
187 .It Xo Op Fl aCcDdghmnPpqrsv
188 .Op Fl S Ns Ar speed
189 .Xc
190 Boot flags:
191 .Pp
192 .Bl -tag -width "-CXX" -compact
193 .It Fl a
194 during kernel initialization,
195 ask for the device to mount as the root file system.
196 .It Fl C
197 try to mount root file system from a CD-ROM.
198 .It Fl c
199 this flag is currently a no-op.
200 .It Fl D
201 boot with the dual console configuration.
202 In the single
203 configuration, the console will be either the internal display
204 or the serial port, depending on the state of the
205 .Fl h
206 option below.
207 In the dual console configuration,
208 both the internal display and the serial port will become the console
209 at the same time, regardless of the state of the
210 .Fl h
211 option.
212 .It Fl d
213 enter the DDB kernel debugger
214 (see
215 .Xr ddb 4 )
216 as early as possible in kernel initialization.
217 .It Fl g
218 use the GDB remote debugging protocol.
219 .It Fl h
220 force the serial console.
221 For instance, if you boot from the internal console,
222 you can use the
223 .Fl h
224 option to force the kernel to use the serial port as its
225 console device.
226 .It Fl m
227 mute the console to suppress all kernel console input and output during the
228 boot.
229 .It Fl n
230 ignore key press to interrupt boot before
231 .Xr loader 8
232 is invoked.
233 .It Fl P
234 probe the keyboard.
235 If no keyboard is found, the
236 .Fl D
237 and
238 .Fl h
239 options are automatically set.
240 .It Fl p
241 pause after each attached device during the device probing phase.
242 .It Fl q
243 be quiet,
244 do not write anything to the console unless automatic boot fails or
245 is disabled.
246 This option only affects second-stage bootstrap,
247 to prevent next stages from writing to the console use in
248 combination with the
249 .Fl m
250 option.
251 .It Fl r
252 use the statically configured default for the device containing the
253 root file system
254 (see
255 .Xr config 8 ) .
256 Normally, the root file system is on the device
257 that the kernel was loaded from.
258 .It Fl s
259 boot into single-user mode; if the console is marked as
260 .Dq insecure
261 (see
262 .Xr ttys 5 ) ,
263 the root password must be entered.
264 .It Fl S Ns Ar speed
265 set the speed of the serial console to
266 .Ar speed .
267 The default is 9600 unless it has been overridden by setting
268 .Va BOOT_COMCONSOLE_SPEED
269 in
270 .Xr make.conf 5
271 and recompiling and reinstalling the boot blocks.
272 .It Fl v
273 be verbose during device probing (and later).
274 .El
275 .El
276 .El
277 .Pp
278 Use the
279 .Pa /boot.config
280 file to set the default configuration options for the boot block code.
281 See
282 .Xr boot.config 5
283 for more information about the
284 .Pa /boot.config
285 file.
286 .Sh FILES
287 .Bl -tag -width /boot/loader -compact
288 .It Pa /boot.config
289 parameters for the boot blocks (optional)
290 .It Pa /boot/boot1
291 first stage bootstrap file
292 .It Pa /boot/boot2
293 second stage bootstrap file
294 .It Pa /boot/loader
295 third stage bootstrap
296 .It Pa /boot/kernel/kernel
297 default kernel
298 .It Pa /boot/kernel.old/kernel
299 typical non-default kernel (optional)
300 .El
301 .Sh DIAGNOSTICS
302 When disk-related errors occur, these are reported by the second-stage
303 bootstrap using the same error codes returned by the BIOS, for example
304 .Dq Disk error 0x1 (lba=0x12345678) .
305 Here is a partial list of these error codes:
306 .Pp
307 .Bl -tag -width "0x80" -compact
308 .It 0x1
309 Invalid argument
310 .It 0x2
311 Address mark not found
312 .It 0x4
313 Sector not found
314 .It 0x8
315 DMA overrun
316 .It 0x9
317 DMA attempt across 64K boundary
318 .It 0xc
319 Invalid media
320 .It 0x10
321 Uncorrectable CRC/ECC error
322 .It 0x20
323 Controller failure
324 .It 0x40
325 Seek failed
326 .It 0x80
327 Timeout
328 .El
329 .Pp
330 .Sy "NOTE" :
331 On older machines, or otherwise where EDD support (disk packet
332 interface support) is not available, all boot-related files and
333 structures (including the kernel) that need to be accessed during the
334 boot phase must reside on the disk at or below cylinder 1023 (as the
335 BIOS understands the geometry).
336 When a
337 .Dq Disk error 0x1
338 is reported by the second-stage bootstrap, it generally means that this
339 requirement has not been adhered to.
340 .Sh SEE ALSO
341 .Xr ddb 4 ,
342 .Xr boot.config 5 ,
343 .Xr make.conf 5 ,
344 .Xr mount.conf 5 ,
345 .Xr ttys 5 ,
346 .Xr boot0cfg 8 ,
347 .Xr btxld 8 ,
348 .Xr config 8 ,
349 .Xr gpart 8 ,
350 .Xr gptboot 8 ,
351 .Xr halt 8 ,
352 .Xr loader 8 ,
353 .Xr nextboot 8 ,
354 .Xr reboot 8 ,
355 .Xr shutdown 8 ,
356 .Xr uefi 8
357 .Sh BUGS
358 The bsdlabel format used by this version of
359 .Bx
360 is quite
361 different from that of other architectures.
362 .Pp
363 Due to space constraints, the keyboard probe initiated by the
364 .Fl P
365 option is simply a test that the BIOS has detected an
366 .Dq extended
367 keyboard.
368 If an
369 .Dq XT/AT
370 keyboard (with no F11 and F12 keys, etc.) is attached, the probe will
371 fail.