A desktop computer running Windows 10 with legacy BIOS and an MBR disk layout fails to complete the startup process following a power outage. Upon powering on the system, POST completes successfully, but screen output halts with the message 'Invalid partition table'. The technician boots the workstation into the Windows Recovery Environment (WinRE) command prompt to diagnose the volume configuration. Which of the following procedures should the technician perform FIRST to restore system bootability?
- Launch diskpart, select the main system partition on the primary hard drive, set it as active, and then run bootrec /fixmbr from the command prompt.Cevap
- BRun bcdboot C:\Windows /s S: /f UEFI from the command prompt to re-create the system boot directory.
- CExecute sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows to rebuild the master partition table.
- DRun chkdsk C: /r to convert the MBR partition style to GPT and regenerate missing boot files.
Cevap
Launch diskpart, select the main system partition on the primary hard drive, set it as active, and then run bootrec /fixmbr from the command prompt.
On legacy BIOS systems using MBR disk partitioning, an 'Invalid partition table' error indicates that either no partition on the boot disk is marked as active, multiple partitions are conflicting, or the MBR partition table itself has experienced corruption. The correct procedure requires entering diskpart to set the appropriate bootable partition status to active, followed by running bootrec /fixmbr to overwrite the corrupted Master Boot Record code with a compatible bootloader baseline.
Adım Adım Çözüm
Anahtar Kavram
Legacy BIOS MBR Boot Troubleshooting and Active Partition Configuration
Tahmini Süre:1m 30s