Conversion has 2 phases - cloning the data and reconfiguration. Cloning has finished successfully and your VM has all the data (the VM is created at the destination in the beginning of the conversion, there is no need to recreate it). First just try to power it on. If it succeeds , you are lucky :-) It it does not (e.g. BSOD), the errors in the log are:
2013-07-01T16:56:00.460-04:00 [03188 error 'task-3'] Error 2 (opening key) saving registry key mntApi163093493130307997\ControlSet001\Services\rhelfltr into \\.\vstor2-mntapi20-shared-6E126F12000010000000000005000000\WINDOWS\$Reconfig$\mntApi163093493130307997-ControlSet001-Services-rhelfltr-reg
2013-07-01T16:56:00.507-04:00 [03188 error 'task-3'] Error 2 (opening key) saving registry key mntApi163093493130307997\ControlSet001\Services\rhelnet into \\.\vstor2-mntapi20-shared-6E126F12000010000000000005000000\WINDOWS\$Reconfig$\mntApi163093493130307997-ControlSet001-Services-rhelnet-reg
2013-07-01T16:56:00.507-04:00 [03188 error 'task-3'] Error 2 (opening key) saving registry key mntApi163093493130307997\ControlSet001\Services\rhelscsi into \\.\vstor2-mntapi20-shared-6E126F12000010000000000005000000\WINDOWS\$Reconfig$\mntApi163093493130307997-ControlSet001-Services-rhelscsi-reg
2013-07-01T16:56:00.538-04:00 [03188 error 'task-3'] Error 2 (opening key) saving registry key mntApi163093493130307997\ControlSet001\Services\coherence into \\.\vstor2-mntapi20-shared-6E126F12000010000000000005000000\WINDOWS\$Reconfig$\mntApi163093493130307997-ControlSet001-Services-coherence-reg
2013-07-01T16:56:00.554-04:00 [03188 error 'task-3'] Error 2 (opening key) saving registry key mntApi163093493130307997\ControlSet001\Services\toolsrv into \\.\vstor2-mntapi20-shared-6E126F12000010000000000005000000\WINDOWS\$Reconfig$\mntApi163093493130307997-ControlSet001-Services-toolsrv-reg
which do not seem critical (I think these were error during making backups of the registry keys
and:
2013-07-01T16:56:00.679-04:00 [03188 error 'task-3'] Could not find symmpi.sys in \\.\vstor2-mntapi20-shared-6E126F12000010000000000005000000\WINDOWS\Driver Cache\amd64\sp2.cab
2013-07-01T16:56:00.788-04:00 [03188 error 'task-3'] Could not find symmpi.sys in \\.\vstor2-mntapi20-shared-6E126F12000010000000000005000000\WINDOWS\Driver Cache\amd64\driver.cab
2013-07-01T16:56:00.788-04:00 [03188 error 'task-3'] Unable to find symmpi.sys in the specified CAB files
I don't know why the Windows doesn't have symmpi.sys in its driver cache. What you may do as a workaround is to mount the vmdk of the converted Windows in another Windows VM and copy this file (e.g. from another Windows machine) to \Windows\System32\drivers folder in the mounted disk.
This is a bit hackerish but easy to do:
- edit settings of the VM you will mount the vmdk; add the vmdk file as an existing disk.
- go to OS console. Disk manager in Windows will automatically recognize the new disk. Just mount it to a drive letter and copy the file.
- remove the vmdk from the VM without deleting it from disk!
HTH
Plamen