Corruption in the Master Boot Record (MBR) can prevent a Windows PC from starting even when partitions and files remain intact. Restoring the MBR rewrites the first-stage boot code so startup can continue normally.
On legacy BIOS systems that boot from an MBR-partitioned disk, the first sector contains executable boot code plus the disk’s partition table. The Windows recovery command bootrec /FixMbr replaces the boot code with a standard Windows-compatible version while leaving existing partitions in place.
The procedure targets BIOS or “Legacy” boot problems on MBR disks and does not fix UEFI boot failures on GPT disks (which typically involve the EFI System Partition and BCD entries). In dual-boot setups, rewriting the MBR removes third-party boot loaders such as GRUB, so other operating systems may require boot loader repair afterward.
Most systems provide a one-time boot menu key (commonly F12, Esc, or F9) to select the install media without changing firmware settings.





X:\Sources> bootrec /FixMbr The operation completed successfully.
The command updates the boot code area of the MBR and does not rewrite the partition table.
In multi-boot setups, bootrec /FixMbr replaces third-party boot loaders (such as GRUB), which can prevent other operating systems from booting until their boot loader is restored.
X:\Sources> exit