PrepAway - Latest Free Exam Questions & Answers

Which tool should you use?

You have a server named Server1 that runs Windows Server 2012 R2.
Server1 fails.
You identify that the master boot record (MBR) is corrupt.
You need to repair the MBR.
Which tool should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
Bcdedit

B.
Bcdboot

C.
Bootrec

D.
Fixmbr

Explanation:
Repairing an unbootable Windows installation with bootrec.exe
If the boot/recovery partition is corrupted or lost, you can modify your Windows OS partition to
boot.
1. Boot from your Windows Vista/7/Server2008/R2/2012 media and choose the “Repair
Windows” option.
2. Open the command prompt.
3. Using diskpart, mark your Windows partition as bootable.
4. If your windows partition does not have it, copy the “boot” folder from the
installation media.
5. Run the following commands:
>c:
>cd boot
>attrib bcd -s -h -r
>ren c:\boot\bcd bcd.old
>bootrec /RebuildBcd
Reboot and Windows should boot normally. If not, return to the command prompt and run:
>bootrec /FixMBR
>bootrec /FixBoot
Incorrect:
Not A. BCDEdit is a command-line tool for managing BCD stores. It can be used for a variety of
purposes, including creating new stores, modifying existing stores, adding boot menu options, and
so on. BCDEdit serves essentially the same purpose as Bootcfg.exe on earlier versions of Windows
Not B. The BCDboot tool is a command-line tool that enables you to manage system partition files
Not D. Fixmbr is not a tool. Fixmbr is an option when using the bootrec tool. Windows BCD Store
http://www.itsgotme.com/wiki/Windows_BCD


Leave a Reply