-1

I have installed ubuntu 14.04 and windows 7 with dual boot.Now the problem is my ubuntu was crash so i delete the ubuntu partition in windows diskmanagement but the default boot priority is ubuntu now i can not open my windows operating system. Is there any way to change the boot priority? if so how to do that?

mikewhatever
  • 32,638

2 Answers2

0

=> u need a windows 7 repair disc or windows 7 live usb or cd

boot from any of the above windows disc and go to 'repair using windows command prompt'

type the following two commands in cmd

Bootrec/fixmbr 'press enter'

Bootrec/fixboot 'press enter'

now reboot u can see windows boot loader again

Sudheer
  • 5,113
  • 4
  • 24
  • 27
0

Be carefull to mess with mbr as it can leads to Blue screen of death (BSOD). So it is best to reinstall windows. Bootrec/fixmbr command will be executed successfully and you will be able to reboot if error is not complex.

zuari
  • 1