Hard Drive Flashcards
1
Q
Installing GRUB2 to MBR
A
grub2-install /dev/sda
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
3
Q
tree
A
shows the directories created for the boot manager
4
Q
What is GRUB2 configuration file called
A
grub.cfg