Which of the following shell commands should you use if you want to install GRUB into the first partition on your first SCSI hard disk drive?
  1. grub /dev/sda1
  2. grub-install /dev/sda
  3. grub-install /dev/sda1
  4. grub /dev/hda1
Explanation
Answer - C - You should use the grub-install /dev/sda1 command to install GRUB into the first partition on your first SCSI hard disk drive.

Key Takeaway: The grub-install /dev/sda1 command will install GRUB into the first partition on the first SCSI hard disk drive. If you want GRUB to use images under a directory other than the root directory, you need to specify the option -root-directory.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz