A user reports that following an abrupt power failure, a desktop computer fails to start and displays the error message 'Operating System Not Found' on a black screen. An IT technician boots the computer into the Windows Recovery Environment (WinRE) Command Prompt and confirms that the system uses a Master Boot Record (MBR) partition scheme. Diagnostics indicate that the partition structure is undamaged, but the boot loader code located in the MBR is corrupted. Which command should the technician run to write a new master boot record to the system partition without altering the existing partition table?
- bootrec /fixmbrCevap
- Bbootrec /fixboot
- Cchkdsk C: /r
- Dsfc /scannow
Cevap
The command 'bootrec /fixmbr' should be executed to write a new MBR-compatible Master Boot Record to the system partition.
Executing 'bootrec /fixmbr' writes a standard, uncorrupted Master Boot Record code to the system disk, fixing startup errors caused by corrupted MBR code without disturbing the partition table.
Adım Adım Çözüm
Anahtar Kavram
Master Boot Record (MBR) Repair via Bootrec Utility