Original post : Repair Dual-boot (Multi-boot) Configuration: Guide for Windows XP, Vista, 7, 8, 10.
If you don't have the original installation disc, go to Fix dual-boot configuration with Easy Recovery Essentials.
bootrec /FixMbr
bootrec /FixBoot
bootrec /RebuildBcd
exit
diskpart
list disk
select disk 0
0
list part
select partition 0
active
bootrec /fixmbr bootrec /rebuildbcd bootrec /fixboot
list volume
D:
cd boot
dir
bootsect /nt60 SYS /mbr
If you don't have the original installation disc or original USB, go to Fix dual-boot configuration with Easy Recovery Essentials.
bcdboot C:\windows
C:\
sel disk 0
list vol
sel vol 2
2
assign letter x:
x:
cd /d x:\EFI\Microsoft\Boot\
ren BCD BCD.backup
bcdboot c:\Windows /l en-us /s x: /f ALL
c:\