Difference between revisions of "GhostBSD Boot Process"
From GhostBSD Wiki
(→GhostBSD Boot Processes) |
|||
Line 13: | Line 13: | ||
* [[MBR and GPT|Basic Input/Output System (BIOS) using Master Boot Record (MBR) and the newer GUID Partition Table (GPT)]] | * [[MBR and GPT|Basic Input/Output System (BIOS) using Master Boot Record (MBR) and the newer GUID Partition Table (GPT)]] | ||
* [[UEFI]] mashines | * [[UEFI]] mashines | ||
− | + | ||
+ | Both [[MBR and GPT]] and [[UEFI]] have the goal to bring your system to the FreeBSD loader. | ||
+ | |||
Revision as of 13:52, 3 April 2020
Welcome to GhostBSD Boot Process. |
GhostBSD Boot Process | |||
---|---|---|---|
MBR and GPT | UEFI | OpenRC | /boot/ |
Back to the System |
Introduction
The process of starting a computer and loading the operating system is referred to as “the bootstrap process”, or “booting”. The GhostBSD 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.
The GhostBSD boot process differs from the FreeBSD boot process. The GhostBSD init process is connected to OpenRC.
GhostBSD Boot Processes
We will describe the boot process based on
- Basic Input/Output System (BIOS) using Master Boot Record (MBR) and the newer GUID Partition Table (GPT)
- UEFI mashines
Both MBR and GPT and UEFI have the goal to bring your system to the FreeBSD loader.