Soru

Zorluk: Çok zorTroubleshooting Windows OS Startup and Boot Errors

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?

  1. 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
  2. B
    Run bcdboot C:\Windows /s S: /f UEFI from the command prompt to re-create the system boot directory.
  3. C
    Execute sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows to rebuild the master partition table.
  4. D
    Run 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

1
Identify the root cause from the displayed symptom.
The message 'Invalid partition table' on a legacy BIOS system indicates that the system BIOS/MBR cannot locate an active partition marked for boot or that the partition table in the MBR is corrupted.
Legacy BIOS systems require an MBR partition marked explicitly as 'active' to locate the bootloader.
2
Open diskpart in WinRE to verify and mark the system partition.
Using diskpart commands (list disk, select disk 0, list partition, select partition 1, active) sets the correct system partition status.
If no partition is flagged as active, the BIOS cannot hand off execution to the volume boot code.
3
Repair the MBR boot code.
Executing bootrec /fixmbr writes a clean, standard MBR header compatible with the partition table.
This fixes underlying MBR corruption introduced during abrupt shutdowns or power outages.

Anahtar Kavram

Legacy BIOS MBR Boot Troubleshooting and Active Partition Configuration
Tahmini Süre:1m 30s
Bu soruyu puanla