Print Friendly and PDF
Below are the basic stages of the boot process for an x86 system: The system BIOS checks the system and launches the first stage boot loader on the MBR of the primary hard disk. The first stage boot loader loads itself into memory and launches the second stage boot loader from the /boot/ partition.
Below are the basic stages of the boot process for an x86 system:

The system BIOS checks the system and launches the first stage boot loader on the MBR of the primary hard disk.

The first stage boot loader loads itself into memory and launches the second stage boot loader from the /boot/ partition.

The second stage boot loader loads the kernel into memory, which in turn loads any necessary modules and mounts the root partition read-only.

The kernel transfers control of the boot process to the /sbin/init program.

The /sbin/init program loads all services and user-space tools, and mounts all partitions listed in /etc/fstab.
The user is presented with a login screen for the freshly booted Linux system.
zubairsaif

Zubair saif

A passionate writer who loves to write on new technology and programming

Post A Comment:

0 comments: