Difference between revisions of "GhostBSD Boot Process"

From GhostBSD Wiki
Jump to: navigation, search
(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
We also connected to the [[/boot/]] directory.
+
 
 +
Both [[MBR and GPT]] and [[UEFI]] have the goal to bring your system to the FreeBSD loader.
 +
 
  
  

Revision as of 14:52, 3 April 2020

Welcome to Icon Disti GhostBSD.png GhostBSD Boot Process.
GhostBSD Boot Process
MBR and GPT UEFI OpenRC /boot/
Back to the Icon Disti GhostBSD.pngSystem

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

Both MBR and GPT and UEFI have the goal to bring your system to the FreeBSD loader.