SlideShare a Scribd company logo
33.1. The Boot Process
Below are the basic stages of the boot process for an x86 system:
1. The system BIOS checks the system and launches the first stage boot loader on the MBR
of the primary hard disk.
2. The first stage boot loader loads itself into memory and launches the second stage boot
loader from the /boot/ partition.
3. The second stage boot loader loads the kernel into memory, which in turn loads any
necessary modules and mounts the root partition read-only.
4. The kernel transfers control of the boot process to the /sbin/init program.
5. The /sbin/init program loads all services and user-space tools, and mounts all
partitions listed in /etc/fstab.
6. The user is presented with a login screen for the freshly booted Linux system.
Because configuration of the boot process is more common than the customization of the
shutdown process, the remainder of this chapter discusses in detail how the boot process works
and how it can be customized to suite specific needs.

More Related Content

PPT
PPTX
Booting process by Amar singh
PPTX
Boot process
PDF
PPTX
bios booting process
PPTX
Linux Boot Process
PPTX
Booting of Computer System
Booting process by Amar singh
Boot process
bios booting process
Linux Boot Process
Booting of Computer System

What's hot (20)

PPTX
Linux booting process!!
PPTX
Booting Process OS
PPTX
booting steps of a computer
PPT
Linux installation and booting process
PPT
Booting Up And Shutting Down Computer
PPTX
Booting and Start-up Sequence
PPTX
PPTX
System Booting Process overview
PPTX
Linux booting Process
PPTX
Code4vn - Linux day - linux boot process
PPTX
Order of boot process in Linux
ODP
Linux boot process
PPTX
An Insight into the Linux Booting Process
PPTX
Linux booting process
PPT
Operating system.26
PPTX
Boot process -test
PPT
Operating system
PDF
Grub2 Booting Process
PDF
Booting & shut down,
Linux booting process!!
Booting Process OS
booting steps of a computer
Linux installation and booting process
Booting Up And Shutting Down Computer
Booting and Start-up Sequence
System Booting Process overview
Linux booting Process
Code4vn - Linux day - linux boot process
Order of boot process in Linux
Linux boot process
An Insight into the Linux Booting Process
Linux booting process
Operating system.26
Boot process -test
Operating system
Grub2 Booting Process
Booting & shut down,
Ad

Similar to Boot (20)

PPT
Linux Booting Steps
PPTX
Bootloader and bootloading
PDF
Linux boot process – explained
PDF
linux-bsd-init.pdf jihfkfopsnbbd jdifkfo kfogo
PPT
BOOTING.ppt
PPT
3996234.ppt
PPT
Ch04 system administration
PDF
Linux booting procedure
PPT
Linux booting procedure
PPT
Computer Computer Booting Topic two.ppt
PPTX
Configuring startup and troubleshooting startup issues
PPTX
Boot_Loaders.pptx
PPT
Linux Booting Process
PDF
File000124
PDF
Computer Hardware ,Booting Processes-1.pdf
PPTX
Bootloaders (U-Boot)
PPTX
Linux booting process, Dual booting, Components involved
PDF
IRJET- Orchestration of Operating System Start-Up
PPTX
Linux boot process
Linux Booting Steps
Bootloader and bootloading
Linux boot process – explained
linux-bsd-init.pdf jihfkfopsnbbd jdifkfo kfogo
BOOTING.ppt
3996234.ppt
Ch04 system administration
Linux booting procedure
Linux booting procedure
Computer Computer Booting Topic two.ppt
Configuring startup and troubleshooting startup issues
Boot_Loaders.pptx
Linux Booting Process
File000124
Computer Hardware ,Booting Processes-1.pdf
Bootloaders (U-Boot)
Linux booting process, Dual booting, Components involved
IRJET- Orchestration of Operating System Start-Up
Linux boot process
Ad

More from Md Shihab (13)

PDF
Samba
PDF
PDF
Maria db
PDF
Mail
PDF
Iscsi
PDF
PDF
Dhcp
DOCX
Rhel 7 root password reset
DOCX
Easy vlsm
DOCX
RedHat/CentOs Commands for administrative works
PPTX
How to transfer core mode into gui in RedHat/centOs
PPTX
Assignment on windows firewall
PPTX
Assignment on high availability(clustering)
Samba
Maria db
Mail
Iscsi
Dhcp
Rhel 7 root password reset
Easy vlsm
RedHat/CentOs Commands for administrative works
How to transfer core mode into gui in RedHat/centOs
Assignment on windows firewall
Assignment on high availability(clustering)

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation theory and applications.pdf
PDF
KodekX | Application Modernization Development
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
A Presentation on Artificial Intelligence
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
20250228 LYD VKU AI Blended-Learning.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Approach and Philosophy of On baking technology
Review of recent advances in non-invasive hemoglobin estimation
Spectral efficient network and resource selection model in 5G networks
Encapsulation theory and applications.pdf
KodekX | Application Modernization Development
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
CIFDAQ's Market Insight: SEC Turns Pro Crypto
A Presentation on Artificial Intelligence
The AUB Centre for AI in Media Proposal.docx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Dropbox Q2 2025 Financial Results & Investor Presentation
NewMind AI Weekly Chronicles - August'25 Week I
Network Security Unit 5.pdf for BCA BBA.
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Big Data Technologies - Introduction.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?

Boot

  • 1. 33.1. The Boot Process Below are the basic stages of the boot process for an x86 system: 1. The system BIOS checks the system and launches the first stage boot loader on the MBR of the primary hard disk. 2. The first stage boot loader loads itself into memory and launches the second stage boot loader from the /boot/ partition. 3. The second stage boot loader loads the kernel into memory, which in turn loads any necessary modules and mounts the root partition read-only. 4. The kernel transfers control of the boot process to the /sbin/init program. 5. The /sbin/init program loads all services and user-space tools, and mounts all partitions listed in /etc/fstab. 6. The user is presented with a login screen for the freshly booted Linux system. Because configuration of the boot process is more common than the customization of the shutdown process, the remainder of this chapter discusses in detail how the boot process works and how it can be customized to suite specific needs.