Active Partition Recovery Full | 2025 |

bootrec /fixmbr # Rewrites MBR code (does not modify partition table) bootrec /fixboot # Writes new boot sector onto the system partition bootrec /rebuildbcd # Rebuilds Boot Configuration Database

From Windows PE command prompt:

# Mount root partition mount /dev/sda1 /mnt # Reinstall GRUB grub-install --root-directory=/mnt /dev/sda update-grub Using fdisk (Linux): active partition recovery full

# Linux fdisk -l /dev/sda diskpart list disk list partition bootrec /fixmbr # Rewrites MBR code (does not