Chapter 12. The FreeBSD Booting Process

Table of Contents
12.1. Synopsis
12.2. FreeBSD Boot Process
12.3. Configuring Boot Time Splash Screens
12.4. Device Hints
12.5. Shutdown Sequence

12.1. Synopsis

The process of starting a computer and loading the operating system is referred to as the bootstrap process, or booting. FreeBSD's boot process provides a great deal of flexibility in customizing what happens when the system starts, including the ability to select from different operating systems installed on the same computer, different versions of the same operating system, or a different installed kernel.

This chapter details the configuration options that can be set. It demonstrates how to customize the FreeBSD boot process, including everything that happens until the FreeBSD kernel has started, probed for devices, and started init(8). This occurs when the text color of the boot messages changes from bright white to grey.

After reading this chapter, you will recognize:

  • The components of the FreeBSD bootstrap system and how they interact.

  • The options that can be passed to the components in the FreeBSD bootstrap in order to control the boot process.

  • How to configure a customized boot splash screen.

  • The basics of setting device hints.

  • How to boot into single- and multi-user mode and how to properly shut down a FreeBSD system.

Note:

This chapter only describes the boot process for FreeBSD running on x86 and amd64 systems.

All FreeBSD documents are available for download at https://download.freebsd.org/ftp/doc/

Questions that are not answered by the documentation may be sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.