I first installed Windows 7 Ultimate and then Ubuntu 10.04 on my laptop. Now I can boot to Ubuntu, but cannot boot to the Windows 7, even the boot loader has menu for Windows 7. I select Windows 7 in the menu and press enter for booting, but the computer just restart and return to the boot loader menu for selecting a OS, including Windows 7. Would somebody give me some clue to help me get to the Win7 system?
feedback
|
migrated from stackoverflow.com Aug 7 '11 at 3:27
This question came from our site for professional and enthusiast programmers.
|
I bet your GRUB does not refer to the true winload.exe and bootldr.mbr for your Windows. If you use You should, therefore, edit GRUB manually in Ubuntu correct the fields related to Windows, here is my bootloader file to give you a clue. GRUB should read these fields differently but the idea is more or less the same.(I stripped the unique keys)
| |||
|
feedback
|
|
This article addresses your issue: [How To] Fix MBR after installing/uninstalling Windows/Linux in a dual boot From the article:
It is important to note the term "MBR" or master boot record. If this article doesn't help you, some searches on how to fix Windows 7 master boot record should get you back on track. Sorry I couldn't provide specific details! | ||||
|
feedback
|
|
| |||
|
feedback
|
|
It sounds like the exact converse of what In all cases, you need to ensure that …
You might want Microsoft Boot Manager to be your primary bootstrap program, with one of its entries chaining to GRUB2, in which case you need to ensure that …
You might want GRUB2 to be your primary bootstrap program, with one of its entries chaining to the Microsoft Boot Manager, in which case you further need to ensure that …
As noted in other answers, you can access tools like | |||
|
feedback
|