A system administrator is troubleshooting a Windows workstation that fails to start up, displaying an error indicating that the Boot Configuration Data (BCD) file is missing or corrupted. The administrator boots the workstation using Windows installation media, opens the Command Prompt within the Windows Recovery Environment (WinRE), and needs to repair the boot configuration. Which TWO of the following bootrec utility commands should the administrator run to repair the Master Boot Record and rebuild the BCD store?
- bootrec /fixmbrAnswer
- bootrec /rebuildbcdAnswer
- Cbootrec /cleanall
- Dupdate-grub
Answer
To repair the Master Boot Record and rebuild a corrupted BCD store from the Windows Recovery Environment command prompt, the administrator must execute 'bootrec /fixmbr' and 'bootrec /rebuildbcd'.
Executing 'bootrec /fixmbr' writes a standard Windows-compatible MBR to the system partition to resolve boot code corruption. Executing 'bootrec /rebuildbcd' scans connected storage devices for compatible Windows installations and rebuilds the BCD configuration store.
Step-by-Step Solution
Key Concept
Windows Recovery Environment (WinRE) Command-Line Diagnostics (bootrec)
Estimated Time:1m 30s