101.2 Boot System (Boot Process -sysvinit - Power On to System Prompt) Flashcards

1
Q

Boot Process: sysvinit

older but valid system and service management

A

sysvinit

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

Boot Process: sysvinit

sysvinit is “_____” script driven

A

init

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

Boot Process: sysvinit

Step 1: Power ON

A

power on

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

Boot Process: sysvinit

Step 2: BIOS loads

A

modern systems include EFI

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

Boot Process: sysvinit

Step 3: BIOS finds and hands off to the primary (or chosen)

A

boot sector

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

Boot Process: sysvinit

Step 4 - Boot sector provides “____” within 512 bytes of active drive

A

Master Boot Record

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

Boot Process: sysvinit

Step 5: Boot loader is

A

executed

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

Boot Process: sysvinit

Step 6: LILO/GRUB/GRUB2

A

begins

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

Boot Process: sysvinit

Step 7: depending on boot loader config the user may be able to choose from a menu of potential boot types/kernel version or allow the default to proceed

A

User Input

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

Boot Process: sysvinit

Step 8: Linux kernel is read and

A

executed

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

Boot Process: sysvinit

Step 9: device initialization, module loading, and the initial RAM disk is loaded

A

initrd

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

Boot Process: sysvinit

Step 10: root filesystem

A

mounted

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

Boot Process: sysvinit

Step 11: init program is loaded and becomes the first PID

A

/sbin/init

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

Boot Process: sysvinit

Step 12: read and the appropriate run level scripts are read

A

/etc/inittab

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

Boot Process: sysvinit

Step 12: Debian/Ubuntu

A

/etc/init.d/rc#

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

Boot Process: sysvinit

Step 12: Red Hat/CentOS

A

/etc/rc.d/init.d/rc.sysinit

17
Q

Boot Process: sysvinit

Step 13: modules inidicated with init script are

A

loaded

18
Q

Boot Process: sysvinit

Step 14: root file system is

A

checked

19
Q

Boot Process: sysvinit

Step 15: remaining local filesystems

A

mounted

20
Q

Boot Process: sysvinit

Step 16: n/w devices

A

started

21
Q

Boot Process: sysvinit

Step 17: if configured, remote filesystems are

A

mounted

22
Q

Boot Process: sysvinit

Step 18: process re-reads and changes to the default runlevel indicated and executes the appropriate scripts

A

/etc/inittab

23
Q

Boot Process: sysvinit

Step 19: executed in numeriec order

A

runlevel scripts

24
Q

Boot Process: sysvinit

Step 20: tty sessions are loaded as listed in

A

/etc/inittab