Lines Matching +full:- +full:boot

39 .Nm boot
43 Normally, the system will reboot itself at power-up or after crashes.
45 and unless this fails, the system will resume multi-user operations.
48 Legacy i386 PCs attempt to boot first from floppy disk drive 0 (sometimes
52 you to change this default sequence, and may also include a CD-ROM
53 drive as a boot device.
55 Contemporary PCs boot using UEFI firmware, not BIOS.
60 A three-stage bootstrap is employed.
61 Control is passed from the boot blocks (bootstrap stages one and two) to a
62 third-stage bootstrap program,
65 process than it is possible to achieve in the boot blocks, which are
68 The remainder of this subsection deals only with the boot blocks.
73 After the boot blocks have been loaded,
75 .Bd -literal
76 >> FreeBSD/x86 BOOT
77 Default: 0:ad(0,a)/boot/loader
78 boot:
81 The automatic boot will attempt to load
82 .Pa /boot/loader
86 This boot may be aborted by typing any character on the keyboard
88 .Ql boot\&:
91 .Bl -tag -width indent
94 boot device, as a hint about available boot files.
107 Specify boot file and flags.
108 .Bl -tag -width indent
113 The type of controller to boot from.
116 boot file image.
120 .Bl -tag -width "adXX" -compact
129 .\"boot from CDROM
160 The pathname of the file to boot (relative to the root directory
163 .Pa /boot/kernel/kernel .
168 Boot flags:
170 .Bl -tag -width "-CXX" -compact
175 try to mount root file system from a CD-ROM.
177 this flag is currently a no-op.
179 boot with the dual console configuration.
199 For instance, if you boot from the internal console,
206 boot.
208 ignore key press to interrupt boot before
222 do not write anything to the console unless automatic boot fails or
224 This option only affects second-stage bootstrap,
237 boot into single-user mode; if the console is marked as
249 and recompiling and reinstalling the boot blocks.
257 .Pa /boot.config
258 file to set the default configuration options for the boot block code.
260 .Xr boot.config 5
262 .Pa /boot.config
265 .Bl -tag -width /boot/loader -compact
266 .It Pa /boot.config
267 parameters for the boot blocks (optional)
268 .It Pa /boot/boot1
270 .It Pa /boot/boot2
272 .It Pa /boot/loader
274 .It Pa /boot/kernel/kernel
276 .It Pa /boot/kernel.old/kernel
277 typical non-default kernel (optional)
280 When disk-related errors occur, these are reported by the second-stage
285 .Bl -tag -width "0x80" -compact
310 interface support) is not available, all boot-related files and
312 boot phase must reside on the disk at or below cylinder 1023 (as the
316 is reported by the second-stage bootstrap, it generally means that this
320 .Xr boot.config 5 ,