A Windows desktop fails to start following a power failure, displaying the error message 'BOOTMGR is missing. Press Ctrl+Alt+Del to restart.' A technician boots the system into the Windows Recovery Environment (WinRE) Command Prompt to repair the boot sector. Which command should the technician run to write a new Master Boot Record (MBR) to the system partition?
- bootrec /fixmbrAnswer
- Bbootrec /rebuildbcd
- Cchkdsk /r
- Dsfc /scannow
Answer
The command bootrec /fixmbr writes a new Master Boot Record to the system partition.
The bootrec /fixmbr command directly writes a Windows-compatible Master Boot Record (MBR) to the system partition. This resolves initial bootloader failures such as 'BOOTMGR is missing' caused by MBR corruption.
Step-by-Step Solution
Key Concept
Repairing MBR Startup Files with bootrec
Estimated Time:45s