Couple days ago I imported one of my VMs into ESX server. This VM was setup with VMWare Workstation and worked fine before. After VMWare Converter was finished I boot the machine. The boot process stopped with the message below:
- NTLDR is missing Press Crtl+Alt+Del to restart
Oeps my boot record was missing or something went wrong during the import. Therefore I mounted the Windows Server 2008 DVD and boot from it.
Click “Repair your computer”
Make sure “System Recovery Options” finds a Operating System and click Next.
Systems recovery tool is started and click “Command Prompt”
Since Windows 2008 or even with Windows Vista (not sure
) the Windows Setup includes some new tools. We are going use the bootrec.exe.
Execute the following commands:
- bootrec.exe /FixMbr
- bootrec.exe /FixBoot
- bootrec.exe /RebuildBcd
Close “Command Prompt” and click Restart
Windows Server 2008 boot now and I was able to login. Changed the network settings and reboot with success.
Related links:

Chapter 4: File Servers & Storage Management