Active Partition Recovery Full Site
chkdsk C: /f /r
fdisk /dev/sda # Use 'a' to toggle active flag on the correct partition active partition recovery full
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): chkdsk C: /f /r fdisk /dev/sda # Use
# Linux fdisk -l /dev/sda diskpart list disk list partition active partition recovery full
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