K
kingrob
Guest
Had a near-death experience this morning, when our company's Windows Server 2008 R2 production server failed to boot.
The only message I got was : BOOTMGR IS MISSING PRESS CTRL+ALT+DEL TO RESTART, which is not what you would like to see when you boot a production server.
I fixed it, so thought I would post the solution here, as it might help someone else.
I tried the old fixes, but that didn't work :
Insert the install CD/DVD and press ANY key to boot from CD/DVD when needed
Choose "Repair the computer" (or something similar)
After selecting the OS, if it finds one, open the Command Prompt
Type DISKPART and hit [ENTER]
Type LIST VOLUME and hit [ENTER] (remember the drive letter of the CD/DVD which has as TYPE 'CD-ROM' or something similar)
Type EXIT and hit [ENTER]
Change to the drive of the CD-ROM
Type CD BOOT and hit [ENTER]
Type BOOTSECT /NT60 C: /FORCE /MBR and hit [ENTER] (this does assume the installation is on the C-drive)
Type BOOTREC /REBUILDBCD and hit [ENTER] (choose the YES option to accept what has been found)
Type EXIT and hit [ENTER]
Remove the install CD/DVD and reboot the computer
So, it didn't work....but this did :
Boot from a Windows Server 2008 R2 DVD, choose repair, load any drivers for RAID controllers and go to Command Prompt.
The command prompt will show you : X:\Sources . Then change folder to Recovery and type in : StartRep.exe . This is the full path : x:\sources\recovery\StartRep.exe
And that was it. Problem fixed and the server is booting again. *phew*
The only message I got was : BOOTMGR IS MISSING PRESS CTRL+ALT+DEL TO RESTART, which is not what you would like to see when you boot a production server.
I fixed it, so thought I would post the solution here, as it might help someone else.
I tried the old fixes, but that didn't work :
Insert the install CD/DVD and press ANY key to boot from CD/DVD when needed
Choose "Repair the computer" (or something similar)
After selecting the OS, if it finds one, open the Command Prompt
Type DISKPART and hit [ENTER]
Type LIST VOLUME and hit [ENTER] (remember the drive letter of the CD/DVD which has as TYPE 'CD-ROM' or something similar)
Type EXIT and hit [ENTER]
Change to the drive of the CD-ROM
Type CD BOOT and hit [ENTER]
Type BOOTSECT /NT60 C: /FORCE /MBR and hit [ENTER] (this does assume the installation is on the C-drive)
Type BOOTREC /REBUILDBCD and hit [ENTER] (choose the YES option to accept what has been found)
Type EXIT and hit [ENTER]
Remove the install CD/DVD and reboot the computer
So, it didn't work....but this did :
Boot from a Windows Server 2008 R2 DVD, choose repair, load any drivers for RAID controllers and go to Command Prompt.
The command prompt will show you : X:\Sources . Then change folder to Recovery and type in : StartRep.exe . This is the full path : x:\sources\recovery\StartRep.exe
And that was it. Problem fixed and the server is booting again. *phew*