0

so I accidentally deleted my ubuntu hard drive off windows and I created a new partition and now my system will not properly boot up into Windows. I have to hit F12 and click on the Windows Boot Manager option , otherwise my system will boot into GRUB. I did some research on the forums and found that I have to get a Windows 10 pendrive and just go to the repair, and insert in the command line both "bootrec.exe /fixmbr" & "BootRec.exe /fixboot" but that does not seem to solve my problem. Any thoughts on this? Thanks in advance

2 Answers2

0

well go to an live cd and try


https://www.boyans.net/dual-boot-repair-windows-10.html or


Uninstall Grub and use Windows bootloader

edymola
  • 26
  • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Mark Kirby Apr 03 '16 at 21:55
  • Since nothing else works for me, I went ahead and reinstalled Ubuntu, then followed this tutorial http://askubuntu.com/a/497690/477176 from the second link, and everything seems to work fine. – Markos Kerasovitis Apr 04 '16 at 04:38
0

This tutorial says to run bootrec /RebuildBcd first, before the two other commands you tried. It also says you might have to run

bootsect /nt60 SYS

or

bootsect /nt60 ALL

after the other three commands.