]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/reboot/boot_i386.8
This commit was generated by cvs2svn to compensate for changes in r147173,
[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 .\" 4. 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 September 30, 2004
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 By default, a three-stage bootstrap is employed, and control is
60 automatically passed from the boot blocks (bootstrap stages one and
61 two) to a separate third-stage bootstrap program,
62 .Xr loader 8 .
63 This third stage provides more sophisticated control over the booting
64 process than it is possible to achieve in the boot blocks, which are
65 constrained by occupying limited fixed space on a given disk or slice.
66 .Pp
67 However, it is possible to dispense with the third stage altogether,
68 either by specifying a kernel name in the boot block parameter
69 file,
70 .Pa /boot.config ,
71 or, unless option
72 .Fl n
73 is set, by hitting a key during a brief pause (while one of the characters
74 .Sy - ,
75 .Sy \e ,
76 .Sy \&| ,
77 or
78 .Sy /
79 is displayed) before
80 .Xr loader 8
81 is invoked.
82 Booting will also be attempted at stage two, if the
83 third stage cannot be loaded.
84 .Pp
85 Make note of the fact that
86 .Pa /boot.config
87 is read only from the
88 .Ql a
89 partition.
90 As a result, slices which are missing an
91 .Ql a
92 parition require user intervention during the boot process.
93 .Pp
94 The remainder of this subsection deals only with the boot blocks.
95 The
96 .Xr loader 8
97 program is documented separately.
98 .Pp
99 After the boot blocks have been loaded,
100 you should see a prompt similar to the following:
101 .Bd -literal
102 >> FreeBSD/i386 BOOT
103 Default: 0:ad(0,a)/boot/loader
104 boot:
105 .Ed
106 .Pp
107 The automatic boot will attempt to load
108 .Pa /boot/loader
109 from partition
110 .Ql a
111 of either the floppy or the hard disk.
112 This boot may be aborted by typing any character on the keyboard
113 at the
114 .Ql boot:
115 prompt.
116 At this time, the following input will be accepted:
117 .Bl -tag -width indent
118 .It Ic \&?
119 Give a short listing of the files in the root directory of the default
120 boot device, as a hint about available boot files.
121 (A
122 .Ic ?\&
123 may also be specified as the last segment of a path, in which case
124 the listing will be of the relevant subdirectory.)
125 .Pp
126 .It Xo
127 .Sm off
128 .Ar bios_drive : interface ( unit , Oo Ar slice , Oc Ar part )
129 .Sm on
130 .Ar filename
131 .Op Fl aCcDdghmnPprsv
132 .Xc
133 Specify boot file and flags.
134 .Bl -tag -width indent
135 .It Ar bios_drive
136 The drive number as recognized by the BIOS.
137 0 for the first drive, 1 for the second drive, etc.
138 .It Ar interface
139 The type of controller to boot from.
140 Note that the controller is required
141 to have BIOS support since the BIOS services are used to load the
142 boot file image.
143 .Pp
144 The supported interfaces are:
145 .Pp
146 .Bl -tag -width "adXX" -compact
147 .It ad
148 ST506, IDE, ESDI, RLL disks on a WD100[2367] or lookalike
149 controller
150 .It fd
151 5 1/4" or 3 1/2" High density floppies
152 .It da
153 SCSI disk on any supported SCSI controller
154 .\".It cd
155 .\"boot from CDROM
156 .El
157 .It Ar unit
158 The unit number of the drive on the interface being used.
159 0 for the first drive, 1 for the second drive, etc.
160 .It Oo Ar slice , Oc Ns Ar part
161 The partition letter inside the
162 .Bx
163 portion of the disk.
164 See
165 .Xr bsdlabel 8 .
166 By convention, only partition
167 .Ql a
168 contains a bootable image.
169 If sliced disks are used
170 .Pq Dq fdisk partitions ,
171 any
172 .Ar slice
173 (1 for the first slice, 2 for the second slice, etc.\&)
174 can be booted from, with the default (if not specified) being the active slice
175 or, otherwise, the first
176 .Fx
177 slice.
178 If
179 .Ar slice
180 is specified as 0, the first
181 .Fx
182 slice (also known as
183 .Dq compatibility
184 slice) is booted from.
185 .It Ar filename
186 The pathname of the file to boot (relative to the root directory
187 on the specified partition).
188 Defaults to
189 .Pa /kernel .
190 Symbolic links are not supported (hard links are).
191 .It Fl aCcDdghmnPprsv
192 Boot flags:
193 .Pp
194 .Bl -tag -width "-CXX" -compact
195 .It Fl a
196 during kernel initialization,
197 ask for the device to mount as the root file system.
198 .It Fl C
199 try to mount root file system from a CD-ROM.
200 .It Fl c
201 this flag is currently a no-op.
202 .It Fl D
203 boot with the dual console configuration.
204 In the single
205 configuration, the console will be either the internal display
206 or the serial port, depending on the state of the
207 .Fl h
208 option below.
209 In the dual console configuration,
210 both the internal display and the serial port will become the console
211 at the same time, regardless of the state of the
212 .Fl h
213 option.
214 .It Fl d
215 enter the DDB kernel debugger
216 (see
217 .Xr ddb 4 )
218 as early as possible in kernel initialization.
219 .It Fl g
220 use the GDB remote debugging protocol.
221 .It Fl h
222 force the serial console.
223 For instance, if you boot from the internal console,
224 you can use the
225 .Fl h
226 option to force the kernel to use the serial port as its
227 console device.
228 The serial port driver
229 .Xr sio 4
230 has a flag (0x20) to override this option.
231 If that flag is set, the serial port will always be used as the console,
232 regardless of the
233 .Fl h
234 option described here.
235 See the man page for
236 .Xr sio 4
237 for more details.
238 .It Fl m
239 mute the console.
240 .It Fl n
241 ignore key press to interrupt boot before
242 .Xr loader 8
243 is invoked.
244 .It Fl P
245 probe the keyboard.
246 If no keyboard is found, the
247 .Fl D
248 and
249 .Fl h
250 options are automatically set.
251 .It Fl p
252 pause after each attached device during the device probing phase.
253 .It Fl r
254 use the statically configured default for the device containing the
255 root file system
256 (see
257 .Xr config 8 ) .
258 Normally, the root file system is on the device
259 that the kernel was loaded from.
260 .It Fl s
261 boot into single-user mode; if the console is marked as
262 .Dq insecure
263 (see
264 .Xr ttys 5 ) ,
265 the root password must be entered.
266 .It Fl v
267 be verbose during device probing (and later).
268 .El
269 .El
270 .El
271 .Pp
272 You may put a BIOS drive number, a controller type, a unit number,
273 a partition, a kernel file name, and any valid option in
274 .Pa /boot.config
275 to set defaults.
276 Enter them in one line just as you type at the
277 .Ql boot:
278 prompt.
279 .Sh FILES
280 .Bl -tag -width /boot/loader -compact
281 .It Pa /boot.config
282 parameters for the boot blocks (optional)
283 .It Pa /boot/boot1
284 first stage bootstrap file
285 .It Pa /boot/boot2
286 second stage bootstrap file
287 .It Pa /boot/loader
288 third stage bootstrap
289 .It Pa /boot/kernel/kernel
290 default kernel
291 .It Pa /boot/kernel.old/kernel
292 typical non-default kernel (optional)
293 .El
294 .Sh DIAGNOSTICS
295 When disk-related errors occur, these are reported by the second-stage
296 bootstrap using the same error codes returned by the BIOS, for example
297 .Dq Disk error 0x1 (lba=0x12345678) .
298 Here is a partial list of these error codes:
299 .Pp
300 .Bl -tag -width "0x80" -compact
301 .It 0x1
302 Invalid argument
303 .It 0x2
304 Address mark not found
305 .It 0x4
306 Sector not found
307 .It 0x8
308 DMA overrun
309 .It 0x9
310 DMA attempt across 64K boundary
311 .It 0xc
312 Invalid media
313 .It 0x10
314 Uncorrectable CRC/ECC error
315 .It 0x20
316 Controller failure
317 .It 0x40
318 Seek failed
319 .It 0x80
320 Timeout
321 .El
322 .Pp
323 .Sy "NOTE" :
324 On older machines, or otherwise where EDD support (disk packet
325 interface support) is not available, all boot-related files and
326 structures (including the kernel) that need to be accessed during the
327 boot phase must reside on the disk at or below cylinder 1023 (as the
328 BIOS understands the geometry).
329 When a
330 .Dq Disk error 0x1
331 is reported by the second-stage bootstrap, it generally means that this
332 requirement has not been adhered to.
333 .Sh SEE ALSO
334 .Xr ddb 4 ,
335 .Xr ttys 5 ,
336 .Xr boot0cfg 8 ,
337 .Xr bsdlabel 8 ,
338 .Xr btxld 8 ,
339 .Xr config 8 ,
340 .Xr halt 8 ,
341 .Xr loader 8 ,
342 .Xr reboot 8 ,
343 .Xr shutdown 8
344 .Sh BUGS
345 The
346 .Xr bsdlabel 5
347 format used by this version of
348 .Bx
349 is quite
350 different from that of other architectures.
351 .Pp
352 Due to space constraints, the keyboard probe initiated by the
353 .Fl P
354 option is simply a test that the BIOS has detected an
355 .Dq extended
356 keyboard.
357 If an
358 .Dq XT/AT
359 keyboard (with no F11 and F12 keys, etc.) is attached, the probe will
360 fail.