A desktop computer running Windows 10 fails to start and presents the message "Operating System Not Found" immediately following POST. After booting into the Command Prompt within the Windows Recovery Environment (WinRE), which TWO commands should the technician execute to repair the master boot record and rebuild the boot configuration storage file? (Select TWO.)
- bootrec /fixmbrAnswer
- bootrec /rebuildbcdAnswer
- Csfc /scannow
- Ddism /online /cleanup-image /restorehealth
Answer
The technician should execute bootrec /fixmbr to write a compatible Master Boot Record and bootrec /rebuildbcd to scan and rebuild the Boot Configuration Data store.
To resolve startup boot sector and configuration errors, executing bootrec /fixmbr rewrites the master boot record code, while bootrec /rebuildbcd locates existing Windows installations and recreates the boot configuration file required for system startup.
Step-by-Step Solution
Key Concept
Troubleshooting Windows Boot Sector and BCD Corruption using WinRE Bootrec Utilities