4.2.1 Flashcards

1
Q

The following commands can be used to view the version of GRUB used by the Linux distribution you have installed. The actual command used will vary between distributions

A

grub-install -V or grub-install –version
grub2-install -V or grub2-install –version

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

The configuration files for GRUB2 are

A

/boot/grub/grub.cfg or /boot/grub2/grub.cfg

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

Depending on the distribution, the update-grub or grub2-mkconfig commands generate the

A

configuration files

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

Some distributions, such as Fedora and Centos, create an /etc/grub2/grub.cfg file. This file is a symbolic link to the

A

/boot/grub2/grub.cfg file

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

The /etc/grub.d/ directory holds script files that are read when the ______________ or the ____________commands are used

A

update-grub or the grub2-mkconfig

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

Sets initial appearance items, such as the graphics mode, default selection, timeout, etc. These settings are typically imported from the /etc/default/grub file.

A

00_header

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

Identifies all Linux kernels installed on the root device and creates corresponding GRUB2 menu entries for each one. This allows you to select which Linux kernel you want to load when you initially boot the system

A

10_linux

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

Executes os-prober to search for other operating systems (such as Microsoft Windows) and automatically creates GRUB2 menu items for them.

A

30_os-prober

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

Allows for custom menu entries, which are imported directly into /boot/grub/grub.cfg without any changes.

A

40_custom

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

Sets the default menu entry

A

GRUB_DEFAULT

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

Sets the last selected OS from the menu as the default OS on the next boot

A

GRUB_SAVEDEFAULT

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

Determines how long a blank screen will be displayed.

A

GRUB_HIDDEN_TIMEOUT

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

Works in conjunction with the GRUB_HIDDEN_TIMEOUT parameter.

A

GRUB_HIDDEN_TIMEOUT_QUIET

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

Determines how long to wait for user interaction before booting the default operating system

A

GRUB_TIMEOUT

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

Passes options to the kernel. With the GRUB Legacy bootloader, this was done by adding options to the end of the kernel line

A

GRUB_CMDLINE_LINUX

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

Sets the background image during the GRUB2 menu display.

A

GRUB_BACKGROUND

17
Q

Sets the resolution of the graphical GRUB2 menu.

A

GRUB_GFXMODE

18
Q

Enables and disables the os-prober check of other partitions for operating systems, including Windows and Linux, during execution of the update-grub command.

A

GRUB_DISABLE_OS_PROBER

19
Q

These passwords prevent a person from accessing the bootloader menu without knowing the password. can be implemented on one or all of the available boot menu options.

A

bootloader password

20
Q

These passwords allow you set low-level passwords to restrict people from booting the computer, booting from removable devices, and changing BIOS or UEFI settings without knowing the password.

A

UEFI/BIOS