Linux Boot Process Flashcards

Review of the 6 Linux Boot Process components

1
Q

BIOS

A

Basic Input/ Output System

Performs Power On Self Test and executes the MBR (Master Boot Record)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MBR

A

Master Boot Record

Very beginning of the bootable disk, contains the primary bootloader, partition table, and MBR validity check

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

GRUB Phase

A

Grand Unified Bootloader
-Most important piece of software on the system
Dynamically configurable, changes GRUB is capable of making during boot include:
Altering Boot entries
Selecting different Kernels (OS’s)
Modifying the initial RAM disk (initrd)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Kernel Phase

A

Kernel Phase
Mounts root file system specified in the root= entry in the grub.conf file
Executes /sbin/init daemon, the very first process started with a PID of 1 , parent process for all other processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Init Phase

A

Init Process Daemon
Used to place and maintain the system in a specific run level or state
there are up to 8 run levels depending on version of UNIX
This mod covers sysvinit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Run Level Phase

A
Run Level Phase
0 Halt mode
1 single user mode
2 Multi User Mode
3 Full Multi User Mode
4 User Defined Mode
5 X11
6 Reboot Mode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly