you can follow belew steps
To resolve this issue:
- Import the virtual machine to vCenter Server.
- Boot the virtual machine from the correct Microsoft Windows installation media (Correct architecture and version of the operating system).
- Select the appropriate keyboard layout and language options and click Next.
- Click Repair your computer.
- Select the operating system to be repaired and click Next.
- Click Start> Run, type cmd and click OK.
- Type bcdedit and press Enter.
- Under the Windows Boot Manager title with the identifier set to {bootmgr}, you may see that the device is set to boot. Similarly, under the Windows Boot Loader with the identifier set to {default}, you may see that the device and osdevice are set to boot. These items should be set properly for your environment. Usually these appear as partition=C:. In some cases the {default} identifier may have them set to partition=D:.
Run these commands to correct the configuration:
Note: bcdedit is located in this path: c:\windows\system32.
bcdedit /set {bootmgr} device partition=C:
bcdedit /set {default} device partition=C:
bcdedit /set {default} osdevice partition=C: - Type exit at the command prompt and select Shutdown.
- Try to reconfigure using VMware Converter. The reconfigure should now complete successfully. If it fails again, repeat Steps 1 to 7 and then run these commands to set the default device to partition=D::
bcdedit /set {bootmgr} device partition=C:
bcdedit /set {default} device partition=D:
bcdedit /set {default} osdevice partition=D:
Note: The D: partition is used as an example. You can use any available drive letter.
Note: If, after running the preceding bcdedit commands, the virtual machine boots and then fails with a blue screen, perform these steps to resolve the issue:
- Boot the virtual machine from the Windows 2008 ISO.
- Load the Recovery Console.
- Click Start > Run, type regedit, and click OK. The Registry Editor window opens.
- Click HKEY_LOCAL_MACHINE (HKLM) and then click Menu> File> Load Hive.
- Browse to C:\Windows\system32\config and select the file SYSTEM.
- When prompted for a name enter p2v.
- Locate the key HKLM\p2v\ControlSet001\services\LSI_SAS.
- Set the value of the start type to REG_DWORD 0.
- Select HKLM\p2v and click Menu> File> Unload Hive.
- Close Registry Editor and restart the virtual machine.
For more information, see Virtual machine fails to boot with a blue diagnostic screen stating: 7B Stop Code after using VMware Converter (2002106).
Note: If your problem persists even after trying the steps in this article, file a support request with VMware Support and note this Knowledge Base article ID (1037507) in the problem description. For more information, see How to Submit a Support Request.