Hard Drive Flashcards

1
Q

Installing GRUB2 to MBR

A

grub2-install /dev/sda

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

Installing GRUB2 to an Alternate Location

A

grub2-install –boot-directory=/mnt/tmpboot /dev/sda

tree -d /mnt/tmpboot/

this is often used if you’re making your own boot disk on an existing system, where you will have an image of the disk temporarily mounted

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

tree

A

shows the directories created for the boot manager

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

What is GRUB2 configuration file called

A

grub.cfg

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