Problems in Switching a Virtual Machine from VirtualPC to Hyper-V

Published 15 June 09 10:55 AM | jons 

I do a lot of development using VirtualPC images.  It keeps my base laptop relatively clean and allows my VPC images to join client domains.  Recently, I rolled on to a project that had a very large VHD file.  The file was too large to host on my laptop, even after compressing the VHD.  Initially, I created a VPC with the VHD hosted on a USB external drive but the performance was simply not acceptable.  The project did have a spare machine running Windows Server 2008 R2 Enterprise, with the Hyper-V role installed.  Luckily, the VHD format is common to VPC and Hyper-V. 

I created a Hyper-V virtual machine based upon the VHD.  Everything worked except for the mouse.  After a lot of banging around, I came to the realization that the VPC extensions were not compatible with the Hyper-V setup.  In the end, I had to take the VHD image back to VPC, un-install the VPC extensions, return the VHD to Hyper-V, and install the Hyper-V extensions to get the mouse to work properly.  Now, everything is goodness.

Technorati Tags: ,,
New Comments to this post are disabled

About jons

Jon Stonecash is a technology consultant and has been designing, developing, and testing various kinds of software for such a long time that he has had the opportunity to make most of the serious software development mistakes at least once. His long term interests center about databases and the aspects of the application that handle data access and business logic. He is also interested in the tools that assist the development process, particularly code generation.