nerdexam
SUN

310-200 · Question #41

The boot disk on your x86-based server has been corrupted and you just finished restoring the root (/) file system to c1d0. Which describes the command(s) that you will use to install the GRUB…

The correct answer is C. /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c1d0s0. See the full explanation below for the reasoning.

Question

The boot disk on your x86-based server has been corrupted and you just finished restoring the root (/) file system to c1d0. Which describes the command(s) that you will use to install the GRUB programs from the Solaris OS DVD?

Options

  • A/usr/sbin/installboot /usr/platform/`uname \
  • B/usr/sbin/installboot /dev/dsk/c1d0s0 /a
  • C/sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c1d0s0
  • D/usr/sbin/installboot /boot/grub/stage1 /boot/grub/stage2 \ /dev/rdsk/c1d0s0
  • E/usr/sbin/mount /dev/dsk/c1d0s0 /a; /sbin/installgrub \ /a/boot/grub/stage1 /a/boot/grub/stage2 /dev/rdsk/c1d0s0

How the community answered

(27 responses)
  • A
    7% (2)
  • C
    81% (22)
  • D
    7% (2)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 310-200 Practice