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?
A.
/usr/sbin/installboot /usr/platform/`uname \
-i`/lib/fs/ufs/bootblk /dev/rdsk/c1d0s0
B.
/usr/sbin/installboot /dev/dsk/c1d0s0 /a
/sbin/installgrub /a/boot/grub/stage1 /a/boot/grub/stage2 \
/dev/rdsk/c1d0s0
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
Explanation: