I have a headless machine running Ubuntu Server. I would like to clone an existing windows xp install to a virtual machine then run that virtual machine on the linux box. I would then like to use windows RDC to log into the windows virtual machine running on the linux headless box.

Is this possible?

link|improve this question
2  
Yes it is possible. – toor Jun 3 '10 at 22:41
feedback

1 Answer

Yes, this is possible. You'll need to

  • Clone the existing partition and convert it to a VM image. This will depend on the VM you use, for e.g. VirtualBox it's like this: http://forums.virtualbox.org/viewtopic.php?t=1404
  • install VM on the server, transfer VM image to the server
  • start VM on server

As to how to connect to it, RDC is one option (if you have an XP version that supports it); most VMs also have their own technology (see e.g. http://www.virtualbox.org/manual/ch07.html for VirtualBox).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.