windows 7 bootmgr is missing press ctrl+alt +del to restart?

zuse1000us

New member
Mar 7, 2012
0
0
0
I am getting that error. This is what i have tried so far with no luck.

1: booted from cd and did the option for repair
2: booted from cd and from command prompt did bootrec /rebuildbcd
3: booted from cd and from command prompt did bootrec /fixboot

4: booted from cd and from command prompt did all this
bootrec.exe /fixmbr
del c:\boot\bcd
bcdedit /createstore c:\boot\bcd.tmp
bcdedit /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot manager"
bcdedit /import c:\boot\bcd.tmp
bcdedit /set {bootmgr} device partition=c:
bcdedit /timeout 10
del c:\boot\bcd.tmp
bcdedit /create /d "Windows 7" /application osloader

"this part in the {123} just replace with whatever is on your screen from the previous command
bcdedit /set {123} device partition=c:
bcdedit /set {123} osdevice partition=c:
bcdedit /set {123} path \Windows\system32\winload.exe
bcdedit /set {123} systemroot \Windows
bcdedit /displayorder {123}
exit

--------------------------------------------------------------------------------------------------------------
Anyway all these different ways said they were successful after running them , but i still get the bootmgr is missing error.

What else can i do beside restore to factory?
 
Back
Top