SUN
310-200 · Question #289
Your x86-based server will not boot Solaris 10 OS. You discover that you need to restore your pboot and boot block on the / (root) slice located on disk c0d0. You first boot off of the CD-ROM or DVD…
The correct answer is D. # cd /usr/platform/`uname -m`/lib/fs/ufs # installboot /usr/platform/`uname -i`/lib/fs/ufs/pboot \ /usr/platform/`. See the full explanation below for the reasoning.
Question
Your x86-based server will not boot Solaris 10 OS. You discover that you need to restore your pboot and boot block on the / (root) slice located on disk c0d0. You first boot off of the CD-ROM or DVD into single user mode. What commands should you run to restore the pboot and boot block on the slice?
Options
- A
cd /usr/lib/ufs# installboot /dev/rdsk/c0d0s0
- B
cd /usr/platform/
uname -m/lib/fs/ufs # install -bootblock -pboot /dev/rdsk/c0d0s0 - C
cd /usr/platform/
uname -m/lib/# install-pboot /dev/rdsk/c0d0s2 -b bootblock /dev/rdsk/c0d0s2 - D
cd /usr/platform/
uname -m/lib/fs/ufs # installboot /usr/platform/uname -i/lib/fs/ufs/pboot \ /usr/platform/`
How the community answered
(59 responses)- A7% (4)
- B15% (9)
- C5% (3)
- D73% (43)
Community Discussion
No community discussion yet for this question.