Install a Boot Manager Flashcards

1
Q

What is GRUB

A

(Grand Unified Bootloader) A program that calls a Unix/Linux operating system into memory

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

What does the command grub-install (device) device

A

Used to install GRUB to the specified device

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

What does the command grub do

A

Invokes the GRUB shell environment

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

What does the command help do

A

Print the help listing for GRUB, or get more info on a command

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

What does the command find do

A

Search for a file in all partitions and list the device the file is on

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

What does the command quit do

A

Exit the grub shell

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

How partitions did the MBR support

A

26 total partitions

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

How many partitions can GPT (GUID Partition Table) have

A

Supports 128 partitions

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

Describe the boot process with UEFI

A

UEFI BIOS starts up and looks for MBR - GPT Header (lets the computer know its a header – Partition Entry array(Large list of partitions)— enters the /boot/grub2 file

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

What partition stores the image for the boot loader in the efi system

A

/boot/efi

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

What does the command grub2-editenv list

A

view the default boot entry for the grub configuration file

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

What does the command grub2-mkconfig do

A

Creates (or updates) a /boot/grub2/grub.cfg file based on entries from the /etc/default/grub file

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

What does the command update-grub do

A

command that can be used to update a GRUB2 configuration after changes to /etc/default/grub have been made, found on Debian based systems

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