Symptoms:
Unable to find the system volume, reconfiguration is not possible.
vmware-converter-worker-#.log
file, entries appear similar to:[#8] [2011-04-03 info 'App'] [,0] Error 13 reading Element value from key mntApi#######\Objects\{9d######-####-####-####-##########95}\Elements\24000001
[#8] [2011-04-03 info 'App'] [,0] Error 13 reading Element value from key mntApi#######\Objects\{9d######-####-####-####-##########95}\Elements\24000001
[#8] [2011-04-03 info 'App'] [,0] Unloaded hive mntApi#######
[#8] [2011-04-03 error 'task-8'] [GetMntapiOsInfo] Got an error getting MNTAPI OS information
VMware vCenter Converter 4.0.x | VMware vCenter Converter 5.0.x |
VMware vCenter Converter 4.1.x | VMware vCenter Converter 5.1.x |
VMware vCenter Converter 4.2.x | VMware vCenter Converter 5.5.x |
VMware vCenter Converter 4.3.x | VMware vCenter Converter 6.0.x |
This issue occurs when converting a physical machine that uses Boot Configuration Data or BCD ( Example Windows Vista, 7, Windows Server 2008, or 2008 R2 or any Windows OS). In this case, the physical machine may have some type of system, hidden, or recovery partition that results in inaccurate BCD configuration data after the conversion and causes the virtual machine reconfiguration process to fail. BCD issues can be addressed by rebuilding automatically using the bootrec
command or by editing the BCD stores using the bcdedit
command.
cmd
and click OKbcdedit
and press Enter{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:
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:
exit
at the command prompt and select Shutdown.
partition=D::
bcdedit /set {bootmgr} device partition=C:
bcdedit /set {default} device partition=D:
bcdedit /set {default} osdevice partition=D:
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:
regedit,
and click OK. The Registry Editor window opens.HKEY_LOCAL_MACHINE (HKLM)
and then click Menu > File > Load Hive.C:\Windows\system32\config
and select the file SYSTEM.
p2v.
HKLM\p2v\ControlSet001\services\LSI_SAS.
start
type to REG_DWORD 0.
For more information, see Virtual machine fails to boot with a blue diagnostic screen stating: 7B Stop Code after using VMware Converter (316391).
If bcdedit
is not working then, navigate to advanced options and select the automatic repair address the problem.