A desktop computer running Windows 10 on a legacy Master Boot Record (MBR) partitioned system drive fails to start following a sudden power outage. Immediately after the Power-On Self-Test (POST), the system halts and displays a black screen with the message 'Invalid partition table'. The hard drive is correctly identified in the system Firmware/BIOS settings, but the operating system fails to initialize. A technician boots the machine using Windows 10 installation media and opens the Command Prompt within the Windows Recovery Environment (WinRE). Which of the following commands should the technician execute to repair the master boot code and rewrite the partition boot sector? (Select TWO.)
- bootrec /fixmbrCevap
- bootrec /fixbootCevap
- Cbootrec /rebuildbcd
- Dsfc /scannow /offbootdir=c:\ /offwindir=c:\windows
Cevap
The technician should execute 'bootrec /fixmbr' and 'bootrec /fixboot' to repair the Master Boot Record and write a clean boot sector to the system partition.
The 'Invalid partition table' error at POST indicates corrupt bootloader instructions in the Master Boot Record or volume boot sector on legacy MBR disks. Running 'bootrec /fixmbr' repairs the master boot code, and running 'bootrec /fixboot' writes a compliant volume boot sector to ensure the OS bootloader can start.
Adım Adım Çözüm
Anahtar Kavram
Legacy MBR and Boot Sector Repair via WinRE Bootrec