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?
Asked
Active
Viewed 1,016 times
-1
-
I'd say the boot priority is of very little concern, when you can't boot either OS. You should restore the Windows bootloader, instead of worrying which boots first. – mikewhatever Jun 06 '14 at 12:55
-
Wow.. that seems a really windows try this – Zuko Jun 06 '14 at 14:08
2 Answers
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