Simplified View of the Boot Process Flashcards

1
Q

Step 1

A

The machine’s BIOS or boot firmware loads and runs a boot loader.

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

Step 2

A

The boot loader finds the kernel image on disk, loads it into memory, and starts it.

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

Step 3

A

The kernel initializes the devices and its drivers

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

Step 4

A

The kernel mounts the root filesystem.

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

Step 5

A

The kernel starts a program called init with a process ID of 1. This point is the user space start.

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

Step 6

A

iNit sets the rest of the system processes in motion.

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

Step 7

A

At some point, init starts a process allowing you to log in, usually at the end or near the end of the boot.

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