XK0-005 Exam QuestionsBrowse all questions from this exam

XK0-005 Exam - Question 92


A systems administrator is tasked with installing GRUB on the legacy MBR of the SATA hard drive. Which of the following commands will help the administrator accomplish this task?

Show Answer
Correct Answer: B

In order to install GRUB on the legacy Master Boot Record (MBR) of a SATA hard drive, the command must target the correct device name for the first SATA hard drive. The correct device name for the first SATA hard drive in a system is typically /dev/sda. Therefore, the command 'grub-install /dev/sda' will accomplish the task of installing GRUB on the legacy MBR of the SATA hard drive.

Discussion

2 comments
Sign in to comment
linux_adminOption: B
Aug 13, 2024

The GRUB boot loader is a crucial component of a Linux system. It is responsible for loading the operating system into memory and allowing the user to select the desired operating system to boot into. In order to install GRUB on a legacy MBR (Master Boot Record) of a SATA hard drive, the administrator needs to specify the correct device name. The device name is used to identify the hard drive in the system, and it must be specified correctly in order for GRUB to be installed and function properly. The correct device name to use in this scenario would be /dev/sda. The /dev/sda device name is the standard name used to identify the first SATA hard drive on a system. This is the device name that should be specified in the grub-install command

abriloOption: B
Jun 15, 2024

https://www.thegeekdiary.com/grub-install-command-options/