Does your server start up with this message:
- NTLDR is missing Press Ctrl+Alt+Del to restart
If your answer is an affirmative YES, this is what you’ll need to do:
1. Mount Windows Server 2008 DVD and boot from it.
2. Click “Repair your computer”
3. Make sure “System Recovery Options” finds an Operating System and click Next.
4. Systems recovery tool is started and click “Command Prompt”
Since Windows 2008 / Windows Vista the Windows Setup includes some new tools. We are going use the bootrec.exe.
5. Execute the following commands from the command prompt:
- bootrec.exe /FixMbr
- bootrec.exe /FixBoot
- bootrec.exe /RebuildBcd
6. Close “Command Prompt” and click Restart
Windows Server 2008 boot will be booting up again !