Linux-Basics-Complete-Course-With-Notes-Slides

Linux Boot Sequence

In this section, we look at the boot process in a simplied manner by dividing it into four broader steps.

#### How to initiate a linux boot process?

#### BIOS POST

BIOS

#### Boot Loader

boot-loader

#### Kernel Initialization

kernel-initialize

#### INIT Process

To check the init system used run ls -l /sbin/init, if it is systemd then you will see a pointer to /lib/systemd/systemd

 $ ls -l /sbin/init