Problem
1. You use disk2vhd to perform P2V conversion of Windows Server 2003
2. Disk2VHD created an VHD successfully
3. You attach this VHD to newly created virtual machine (Generation 1, host 2012 in my case) and start VM
4. Unfortunately, you notice that mouse and keyboard are not captured and ctrl+alt+delete doesn’t unlock guest OS. This is because of there are no integration services inside guest OS. RDP+console access are not working too. Network adapter is not available = no RDP to guest OS.
Solution
1. Download and install VMware vCenter Converter Standalone
2. Convert source machine to vmdk
3. Convert vmdk to vhd using 2Tware
4. Attach VHD to VM and start VM.
Now Ctrl+alt+delete works + keyboard is captured. Insert ISO with integration services, install, restart VM and now mouse is available too.
Thanks for this solution. However now I am stuck at installing integration services. It just does not finish the Installing Windows Driver Framework phase. Maybe you have a solution for that ?
What version of WS2003 are you using inside VM?
Its Standard Edition with SP2.
According to https://technet.microsoft.com/en-us/library/dn792027.aspx at least 2003 SP2 is supported. It’s ok. You have the right version and don’t have any troubles with IS in theory.
But..Have you uninstalled VMware tools before conversion? Are there any footsteps from previous IS? Try to find them and uninstall and then install new version of IS.
If you are stuck please contact me and provide some more details
So just to let you know I’ve managed to successfully virtualize this last server. I will provide the steps I have taken as my contribution. Perhaps it will be helpful for someone.
Firstly, after several attempts, I have managed to unlock OS without using VMware Standalone converter. I ran sfc /scannow on the physical server with the original Windows media inserted. In addition I ran disk2vhd from the console not from the rdp session. It worked, but I do not know which one of these two steps helped.
Secondly, I was still struggling with the installation of IS. So I went to safe mode and ran msconfig. Disabled all the startup programs and all non Microsoft services. After reboot installation of the Integration Services was successful. I assume the problem was with LANdesk services.
Cheers
Glad to hear that you have successfully figured it out.
I’ve heard about impacts of some non-microsoft services but I’ve never faced with trouble like you had. Troubleshooting steps were right . I could add 1 more extra step: deep diving into logs to finally spot a cause of issue
Thanks for your comment. It can be very helpful for someone
Have a great day and virtualization!).
Hi Roman, I did all the steps but when I start the VM, I get a blue Windows screen of death.
The conversion from VHD to VMDK and from VMDK to VHD completed sucessfully.
Is that another way to solve unlock problem with 2003 vm ?
Regards.
Everton
Hi, Everton! Have you checked VHD before conversion to VMDK?
Hi,
Yes, everything was ok. I can’t even mount it now.
failed conversion? have you tried other solutions? describe your source machine (is it physical or VM)?
Hi, let me explain…
My source machine is a physical windows Server 2012 R2 hyper-v. I used Disk2vhd to perform p2v conversion. The conversion finished without any problem, but when I imported it to hyper-v, anything works on the VM, ctrl alt del doesn’t unlock the vm. neither mouse and keyboard are captured nor network virtual swith.
So I did a conversion to VMDK (completed without any problem) and to VHD again (completed without any problem) as this article. I’m thinking on give up and try to do this p2v conversion with windows backup.
I’m not sure about Windows Server backup. Have you tried to change VM settings? (disk controllers and etc.) + you have an option to convert from vhdk to vhd using VMM converter ps module
Import-Module "C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1"
ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath c:\vmdkfolder\test.vmdk -VhdType DynamicHardDisk -VhdFormat vhdx -destination c:\vhdfolder
Or StarWind V2V
If you still getting issues, write me directly (contact me page)