Monday, November 17, 2014

64 bit - Is it possible to have 64 bit guest OSes run in Virtual PC RC on Windows 7?


Is it possible to have 64 bit guest OSes run in Virtual PC RC on Windows 7? I tried to install a Windows 7x64 Ultimate guest in Virtual PC, on a host PC running Windows 7x64, but got the following error:



Attempting to load a 64-bit application, however this CPU is not compatible with 64-bit mode.



From what I have read, there is no workaround for this error using Virtual PC. Does anyone know how to get around this issue?


Answer



It simply does not work. Use VMWare or VirtualBox.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...