Difference between revisions of "GhostBSD Boot Process"

From GhostBSD Wiki
Jump to: navigation, search
(GhostBSD Boot Processes)
Line 12: Line 12:
  
 
We will describe the boot process based on
 
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)
+
* [[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 will also collect all scripts and files connected to the boot process.
+
We will also collect all [[scripts and files]] connected to the boot process.
  
  

Revision as of 15:58, 23 March 2020

Welcome to Icon Disti GhostBSD.png GhostBSD Boot Process.
System
Directory Structure Standard Mount Points Configuration Files
Basics Users and Basic Account Management Permissions
Pc-sysinstall System Administration System Administration Utilities
Kernel Competence Hardware detection with dmesg GhostBSD Boot Process
Back to the Icon Disti GhostBSD.pngWiki
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. We will show you the similarities and differences.

GhostBSD Boot Processes

We will describe the boot process based on

We will also collect all scripts and files connected to the boot process.