The first 446 bytes of the Master Boot Record (MBR) on station1 are damaged and you are not
able to boot the system. You have the /dev/sda3 disk partition as the /boot file system. You are in
the rescue environment. You tried the grub-install command but you are not able to fix this error
using this command. The grub-install command takes a long time to execute and then displays the
following message:
“Probing devices to guess BIOS drives, This may take a long time.”
What would you do to recover 446 bytes, without using the grub-install command?
A.
Enter the grub command to get the grub prompt, and then issue the commands grub> root
(hd0,3) grub> setup (hd0)
B.
Enter the grub command to get the grub prompt, and then issue the commands grub> root
(hd0,0) grub> setup (hd0)
C.
Enter the grub command to get the grub prompt, and then issue the commands grub> root
(hd0,1) grub> setup (hd0)
D.
Enter the grub command to get the grub prompt, and then issue the commands grub> root
(hd0,2) grub> setup (hd0)