BOOTMGR IS MISSING PRESS CTRL+ALT+DEL TO RESTART
Note: This is a VM on VMWare ESX server, but that should not matter
I put in the 2008 R2 x64 install dvd and can get to recovery, but it lists no Operating Systems. Clicking on Next brings me to
+=========================== System Recovery Options +=========================== Choose a recovery tool Operating system: Unknown or (Unknown) Local Disk ..... Command Prompt
I start the command prompt, go to C:\ and perform a dir /a
Apart from files I put there myself, these are showing
$Recycle.Bin
Documents and Settings [C:\Users]
Program Files
Program Files (x86)
ProgramData
Recovery
System Volume Information
Temp
Users
Windows
Where to go next? Is it like the NTLDR problem with Windows 2003 where I can just drop a file in there and it will be hunky dory again?
Try BCDBoot.
Boot from the windows CD then go to the command prompt.
Type
I have had an immense amount of trouble getting windows to boot on a new 1TB disk. It booted off the new drive so long as the old drive was plugged in to the first SATA port, but after a year of running like that the old drive finally died.
I followed the advice of @SLY and @JFB and also this useful hint on how to access the Startup Repair function under Windows 2008 R2 Server from the command line. (x:\sources\recovery\StartRep.exe)
After much trial and error I did get this machine to boot with only the new drive connected, so I can finally pull the aging OEM drive. As I don't really know exactly which step fixed it, I am just listing what I did below.
I had the same thing happen to me, here is what I did:
Fixed the problem, and now in
msconfig
(System Configuration) under the boot tab, I see all my Windows installations.It appears that there was a D: drive that can be accessed in recovery mode and the bootmgr file is there!
This got me going again. Not sure if the
bootrec /rebuildbcd
from Vick's answer was required, but that was already attempted before copying the bootmgr file.Although this post is rather old, here is a solution for those who have this problem in the future. This procedure was tested and does work (at least in my case) :
You will need a Windows 7 x64 DVD.
Hope it helps
Try this: Type Bootrec /RebuildBcd while in repair mode, and then press ENTER.
if this will not work:
Restart the computer.
Based on this
You know why this fixed your problem? Because you have a recovery partition and obviously ignored it. You just needed to use diskpart and mark THE RECOVERY PARTITION (not Windows) as active.