blitzvergnugen
Member
I've scoured the web for advice on this, but I think your tool along with some help will finally fix my problem.
Background:
Several years ago, I dual booted xp and ubuntu. I never used ubuntu and needed the space, so I just formatted the drive (E). Unfortunately, I must have left the drive active.
Recently, I wiped my main drive (C) and installed Win7. Worked fine until I shut down the computer. When I tried to boot, I was presented with the "BootMGR is missing." Read some forums and did "bootrec /fixmbr" and "bootrec /fixboot" and I was able to boot. Unfortunately, next time I shut down, same problem.
Did some more digging and used bcdedit. Got this:
As you can see, my boot manager is on a different partition. I believe that this is what's causing my woes. I think that if I can get that moved to my C: drive, then I should be ok.
Can EasyBCD help me? Or am I way off here?
Background:
Several years ago, I dual booted xp and ubuntu. I never used ubuntu and needed the space, so I just formatted the drive (E). Unfortunately, I must have left the drive active.
Recently, I wiped my main drive (C) and installed Win7. Worked fine until I shut down the computer. When I tried to boot, I was presented with the "BootMGR is missing." Read some forums and did "bootrec /fixmbr" and "bootrec /fixboot" and I was able to boot. Unfortunately, next time I shut down, same problem.
Did some more digging and used bcdedit. Got this:
Code:
C:\Windows\system32>bcdedit
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=E:
path \bootmgr
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {b679bf5a-95c7-11de-b093-b627c04cae13}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {b679bf5c-95c7-11de-b093-b627c04cae13}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {b679bf5a-95c7-11de-b093-b627c04cae13}
nx OptIn
C:\Windows\system32>
Can EasyBCD help me? Or am I way off here?