Chapter 5 Understanding the Boot Process Flashcards

1
Q

What is GummiBoot? pg 246

A

is an open-source EFI boot manager that’s conceptually similar to rEFIt or rEFInd,but it uses a text-mode interface and fewer options.

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

What is the Kernel Ring Buffer? pg 247

A

The kernel ring buffer is a data structure that records messages related to the operation of the kernel. A ring buffer is a special kind of buffer that is always a constant size, removing the oldest messages when new messages come in.

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

There are three popular initialization process methods used in linux distributions. What are they?

A

SysV, Systemd ,Upstart

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

What is the init process?

A

the init process run by the Linux Kernel.

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

how do you change systemd init targets?

A

use systemctl programs to start and stop services as well as to change the target level of the system.

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

at any given moment, vi is running in one of three modes:

pg 265

A

Command Mode
Ex Mode
Insert Mode

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

What does the isolate command do? pg 262

A

Starts the named unit and stops all others.

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

Initial RAM Disk-pg 241

A

In computing, initrd (initial ramdisk) is a scheme for loading a temporary root file system into memory, which may be used as part of the Linux startup process. initrd and initramfs refer to two different methods of achieving this.

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

What is rootnoverify? pg 241

A

its similar to the root option execpt that GRUB Legacy wont try to access files on this partition.

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

Chain-loader pg 241

A

It tells the GRUB Legacy to pass control to another boot loader.

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

Timeout option?

A

timeout= option that defines how long,in seconds to wait for user input before booting the default OS.

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

Identification Code or id pg 252

A

consist of a sequence of one to four characters that identify its function.

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

run levels

A

consist of a list of runlevels for which this entry applies.

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

process field

A

is this process to run for this entry, including any options and arguments that are required.

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

where might the BIOS find a boot loader?

A

Master Boot Record.

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

How do you exit vi’s insert mode to type command-mode commands?

A

Esc Key

17
Q

You wnat to enter insert mode from vi’s command mode. How might you do this?

A

R
i
a

18
Q

you want to change to single-user mode running SysV system. What command might you use to do this?

A

telinit 1

19
Q

what is the command line for Grub 2

A

/boot/grub/grub.cfg

20
Q

what is the boot command for Grub?

A

/boot/grub