A system administrator is troubleshooting a Windows 11 workstation that fails to start after an improper shutdown. The system displays the startup error "BOOTMGR is missing." Diagnostic scans confirm that the physical drive is functional, but the Master Boot Record (MBR) is corrupted and the Boot Configuration Data (BCD) store is missing valid OS installation paths. Which of the following commands executed from the Windows Recovery Environment (WinRE) Command Prompt are required to resolve both issues? (Select TWO.)
- bootrec /fixmbrCevap
- bootrec /rebuildbcdCevap
- Cbootcfg /rebuild
- Dfsck -f
Cevap
The administrator must run 'bootrec /fixmbr' to repair the damaged Master Boot Record and 'bootrec /rebuildbcd' to locate Windows installations and reconstruct the missing BCD store entries.
To resolve MBR corruption and missing BCD configuration settings on modern Windows systems, technicians use bootrec.exe in WinRE. The switch '/fixmbr' writes a master boot record to the system partition, fixing initial boot code corruption. The switch '/rebuildbcd' scans all disks for valid Windows installations and rebuilds the BCD store so BOOTMGR can launch the operating system successfully.
Adım Adım Çözüm
Anahtar Kavram
Windows Boot Recovery Utility (bootrec.exe)
Tahmini Süre:2m 0s