SlideShare a Scribd company logo
RHEL 7 Boot Process
Team ElectroMech
1
RHEL7 Boot Process ...
Boot Loader Grub23. Read and passes control to boot loader
Boot Loader Menu4. Read config file from disk and present boot menu
Loads kernel and initramfs5. Load kernel & initramfs in memory, initramfs provides
drivers and entire usable systemd
BIOS UEFI1. POST and initialize some hardware
MBR UEFI Firmware2. MBR or UEFI firmware search boot loader
2
RHEL7 Boot Process
systemd(from initramfs) execute
all units initrd.target8. initrd.target includes mounting actual root f/s on
/sysroot, mounts /etc/fstab
systemd switch rootfs to harddisk9. root f/s will be switched to /sysroot and reexecute
using hardidisk systemd
systemd looks & start default
target, GUI or text login10. systemd start default target configured in file or CLI
and present login screen.
Boot Loader pass on control to kernel6. Option specified on CLI or config file /etc/grub.d
/etc/default/grub /boot/grub/grub.cfg
Execute /sbin/init systemd PID 17. Kernel initializes all h/w with initramfs, execute
/sbin/init = systemd (working copy) from initramfs as
PID 1 and udev daemon
3

More Related Content

PPTX
Rhel6 vs rhel7
PDF
Rhel7 vs rhel6
DOCX
ESXi PXE Server-Instructions/Documentation
PDF
Linux con europe_2014_f
PPTX
RHCE Training
PDF
Systemd poettering
PDF
[ArabBSD] Unix Basics
DOCX
Run wordcount job (hadoop)
Rhel6 vs rhel7
Rhel7 vs rhel6
ESXi PXE Server-Instructions/Documentation
Linux con europe_2014_f
RHCE Training
Systemd poettering
[ArabBSD] Unix Basics
Run wordcount job (hadoop)

What's hot (20)

PDF
Linux: Hardware Settings
PDF
Linux : Booting and runlevels
PPTX
Linux Run Level
ODP
Coscup 2012-urfkill
PPTX
Hadoop single cluster installation
PPT
Presentation1
PPT
Running hadoop on ubuntu linux
PDF
Writing flexible filesystems in FUSE-Python
PPT
3. introduction of centos
PDF
Nycbsdcon14
PDF
Oracle11g On Fedora14
PPT
Its3 Drupal
TXT
Ftp configuration
PDF
SystemD Usage Guide
PDF
SaltStack – (Not) just another Automation & Remote Execution Tool
PDF
OLSR setup
PPTX
Fuse- Filesystem in User space
PDF
3 manual installation of open vpn
PDF
Self2013
PPTX
CentOS Virt SIG - Community virtualization packages on an immutable core
Linux: Hardware Settings
Linux : Booting and runlevels
Linux Run Level
Coscup 2012-urfkill
Hadoop single cluster installation
Presentation1
Running hadoop on ubuntu linux
Writing flexible filesystems in FUSE-Python
3. introduction of centos
Nycbsdcon14
Oracle11g On Fedora14
Its3 Drupal
Ftp configuration
SystemD Usage Guide
SaltStack – (Not) just another Automation & Remote Execution Tool
OLSR setup
Fuse- Filesystem in User space
3 manual installation of open vpn
Self2013
CentOS Virt SIG - Community virtualization packages on an immutable core
Ad

Similar to Rhel 7/CentOS 7 boot process (20)

ODP
Grub and dracut ii
PDF
Troubleshooting linux booting process
PPTX
Linux booting sequence
PDF
Linux boot process
PDF
Grub2 Booting Process
ODP
5. boot process
PPTX
Linux boot process
PPTX
Bootloader and bootloading
PPT
Linux booting procedure
PPTX
Linux booting Process
PPTX
Linux booting process!!
PDF
Linux booting procedure
PPT
Linux Booting Process
PDF
Linux kernel booting
PDF
01 boot process
PDF
Your first dive into systemd!
PDF
Linux boot process – explained
PPT
101 1.2 boot the system
PDF
Launch the First Process in Linux System
PDF
Getting started with LinuxBoot Firmware on AArch64 Server
Grub and dracut ii
Troubleshooting linux booting process
Linux booting sequence
Linux boot process
Grub2 Booting Process
5. boot process
Linux boot process
Bootloader and bootloading
Linux booting procedure
Linux booting Process
Linux booting process!!
Linux booting procedure
Linux Booting Process
Linux kernel booting
01 boot process
Your first dive into systemd!
Linux boot process – explained
101 1.2 boot the system
Launch the First Process in Linux System
Getting started with LinuxBoot Firmware on AArch64 Server
Ad

Recently uploaded (20)

PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
top salesforce developer skills in 2025.pdf
PPTX
Introduction to Artificial Intelligence
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
history of c programming in notes for students .pptx
PPT
Introduction Database Management System for Course Database
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
ai tools demonstartion for schools and inter college
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Nekopoi APK 2025 free lastest update
PDF
Understanding Forklifts - TECH EHS Solution
ManageIQ - Sprint 268 Review - Slide Deck
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
top salesforce developer skills in 2025.pdf
Introduction to Artificial Intelligence
L1 - Introduction to python Backend.pptx
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Upgrade and Innovation Strategies for SAP ERP Customers
CHAPTER 2 - PM Management and IT Context
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
2025 Textile ERP Trends: SAP, Odoo & Oracle
history of c programming in notes for students .pptx
Introduction Database Management System for Course Database
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
ai tools demonstartion for schools and inter college
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Adobe Illustrator 28.6 Crack My Vision of Vector Design
How to Choose the Right IT Partner for Your Business in Malaysia
Nekopoi APK 2025 free lastest update
Understanding Forklifts - TECH EHS Solution

Rhel 7/CentOS 7 boot process

  • 1. RHEL 7 Boot Process Team ElectroMech 1
  • 2. RHEL7 Boot Process ... Boot Loader Grub23. Read and passes control to boot loader Boot Loader Menu4. Read config file from disk and present boot menu Loads kernel and initramfs5. Load kernel & initramfs in memory, initramfs provides drivers and entire usable systemd BIOS UEFI1. POST and initialize some hardware MBR UEFI Firmware2. MBR or UEFI firmware search boot loader 2
  • 3. RHEL7 Boot Process systemd(from initramfs) execute all units initrd.target8. initrd.target includes mounting actual root f/s on /sysroot, mounts /etc/fstab systemd switch rootfs to harddisk9. root f/s will be switched to /sysroot and reexecute using hardidisk systemd systemd looks & start default target, GUI or text login10. systemd start default target configured in file or CLI and present login screen. Boot Loader pass on control to kernel6. Option specified on CLI or config file /etc/grub.d /etc/default/grub /boot/grub/grub.cfg Execute /sbin/init systemd PID 17. Kernel initializes all h/w with initramfs, execute /sbin/init = systemd (working copy) from initramfs as PID 1 and udev daemon 3