Put in remaining pages and wiki contents.
[ikiwiki.git] / docs / handbook / handbook-boot.mdwn
1 \r
2 \r
3 ## Chapter 7 The DragonFly Booting Process \r
4 \r
5 \r
6  **Table of Contents** \r
7
8 * 7.1 [Synopsis](boot.html#USERS-SYNOPSIS)\r
9
10 * 7.2 [The Booting Problem](boot-introduction.html)\r
11
12 * 7.3 [The Boot Manager and Boot Stages](boot-blocks.html)\r
13
14 * 7.4 [Kernel Interaction During Boot](boot-kernel.html)\r
15
16 * 7.5 [Init: Process Control Initialization](boot-init.html)\r
17
18 * 7.6 [Shutdown Sequence](boot-shutdown.html)\r
19 \r
20 ## 7.1 Synopsis \r
21 \r
22 The process of starting a computer and loading the operating system is referred to as ***the bootstrap process***, or simply ***booting***. DragonFly's boot process provides a great deal of flexibility in customizing what happens when you start the system, allowing you to select from different operating systems installed on the same computer, or even different versions of the same operating system or installed kernel.\r
23 \r
24 This chapter details the configuration options you can set and how to customize the DragonFly boot process. This includes everything that happens until the DragonFly kernel has started, probed for devices, and started [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#init&section8). If you are not quite sure when this happens, it occurs when the text color changes from bright white to grey.\r
25 \r
26 After reading this chapter, you will know:\r
27 \r
28
29 * What the components of the DragonFly bootstrap system are, and how they interact.\r
30
31 * The options you can give to the components in the DragonFly bootstrap to control the boot process.\r
32
33 * The basics of [device.hints(5)](http://leaf.dragonflybsd.org/cgi/web-man?command#device.hints&section5&manpath=FreeBSD+5.2-current).\r
34 \r
35  **x86 Only:** This chapter only describes the boot process for DragonFly running on x86 systems.\r
36 \r
37 \r
38 \r
39 CategoryHandbook\r
40 Category\r