5 replies [Last post]
mcutting
Offline
Joined: 05/15/2009

Thoughts about using virtualization products on Linux.

mcutting
Offline
Joined: 05/15/2009
Running Widows under KVM

Hi All

Has anyone had any success at getting windows to run on KVM? I did get XP to install and run, but the performance was so slow it was unusable.

Any tips?

wbirthisel
Offline
Joined: 01/04/2010
A long time ago

In a galaxy...

The Windows was W95 and I think the VM was an early VMWare. A bunch of us with the LUG in southern Wisconsin decided to try it - with some success - but we were willing to accept almost any non-crash as acceptable performance.

wbirthisel
Offline
Joined: 01/04/2010
VirtualBox

One of the "advantages" of unemployment is extra experiment time. So I installed VirtualBox on the Ubuntu system at home (8.04, but most of the releases after 6 are supported as are most of the standard distributions). It looks like a lot of the earlier limitations have been fixed (I have good USB support, for example, although I needed the non-GPL add on from Sun) and the performance has been good for the few things I've tried - so far mostly an install of NT4 SP6 since the CDs were handy and I needed to look at a Win32 perl issue that had been developed there originally.

I don't have a suitable laptop, and I'm still too early on the learning curve to demo anything in March. But later is a possibility.

davewmerrill
Offline
Joined: 01/19/2009
VirtualBox

I've just been introduced to VirutalBox. I just completed a minimal Debian 5.0 install in VirtualBox (hosted on a Windows XP laptop).

One quick question came to mind: Can I move the file (that represents the virtual machine) to a copy of VirtualBox say running on an Ubuntu installation?

jdowns
Offline
Joined: 01/06/2010
Moving virtual machines

There are two files associated with a Virtualbox virtual machine (more if you have iso's and additional hard disk images, but I'm simplifying a bit). One is the virtual machine itself and the other is the hard drive image itself. It's pretty simple to replicate the virtual machine itself by just making a new vm on Ubuntu.

If you want to make a clone of your Debian 5 installation, you would copy the debian.vdi file (or whatever you named your hard disk) to the Ubuntu installation. Then you could use that file as the hard disk for the new virtual machine you made.