Automatic Repair Fails
Within Windows recovery select the option to launch command prompt.
With the command prompt open type:
DISKPARTlist disk
Find the disk you are trying to fix. This is most likelyDISK 0sel disk 0list partlist volume
Find the letter that belongs to the OSexit(to exit diskpart)bcdboot x:\windows(wherexrefers to the volume letter belonging to Windows)
Reboot and see if the computer boots now.
If you get an error message when running the bcdboot command:
- boot into your preferred partition tool
- if the
ESPpartition exists, delete it. - if not, make sure the drive is GPT and find a way to create at least 40mb of unallocated space
- reboot back into windows recovery
Within Windows recovery select the option to launch command prompt.
With the command prompt open type:
DISKPARTlist disk
Find the disk you are trying to fix. This is most likelyDISK 0sel disk 0list partcreate part efiformat quick fs=fat32list part(verify you see the new partition)list volume
Find the latter that belongs to the OSexit(to exit diskpart)bcdboot x:\windows(wherexrefers to the volume letter belonging to Windows)
Reboot and see if the computer boots now.