Understanding the Linux startup process
Boot Camp
If you want to troubleshoot startup issues, you need a clear understanding of how Linux boots.
This article explains the process through which the Linux kernel loads. In a more technical sense, it explains how the kernel gets into memory and what it actually does until the first user process begins its execution.
Boot Processes
At a very high level, the Linux boot processes pass through the five steps described below. Some texts can describe it in four or six steps; however, the basic mechanism remains the same. The boot process starts at the moment either when you start a shutdown system or restart an already running system.
Irrespective of the computer or OS standard ("IBM-compatible"), computer systems use either the classic BIOS/MBR [1] boot process or the modern UEFI/GPT boot process. UEFI firmware and conventional BIOS both manage system boot, but the boot method and settings differ for each.
BIOS-Based Booting
The classic BIOS/MBR boot process (as shown in Figure 1) involves five steps: the BIOS POST, loading the MBR, the bootloader phase, the kernel phase, and the startup process.
Step 1: The BIOS POST
The BIOS is located on a chip on the motherboard of a computer in read-only or flash memory and performs the Power-On Self-Test (POST) operation. This is not special to Linux itself. It is related to the hardware initialization mechanism and is similar among all operating systems. The POST is a series of tests to ensure that the computer's hardware is functioning properly. Basically, it does hardware verification in terms of availability and integrity, as well as checking things such as the BIOS itself, CPU registers, RAM, and everything else the computer requires. During the POST operation, the system displays system messages and installs the required video drivers if needed [2].
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.