Linux | Windows Virtualisation
21 Mar 2009The area of virtualisation is one of rapid development and you should investigate more widely before making any decisions.
Options for Windows Virtualisation
There are several options for Windows virtualisation, including:
QEMU
A true open source virtualisation product, but one that runs slowly, often too slowly to be of use. Fortunately you can optimise QEMU by the installation of one of the following:
- KQEMU
- KVM
The former is not entirely open source, but is your main option if you have a Kernel less than 2.6.20.
XEN
Is not an open source product, but is available free. It is considered to be very quick.
VirtualBox
InnoTek offer two versions of their VirtualBox product:
- Full Product - free for Personal and reasonable Evaluation
- OSE (Open Source Edition) - free but requires compiling from source and comes without Guest Additions and without Headless VRDP. The latter seems unimportant, given that Windows has an RDP server already, but it is the only way of running VirtualBox headlessly AFAIK.
I have tested on Debian with great success and the following are the links I used:
- Build VirtualBox
- Complete Host Networking
- Install SeamlessRDP
- Configure for seamless and headless operation
- Fix for multiple windows
- http://ubuntuforums.org/showthread.php?t=224212
- https://www.fontis.com.au/rdesktop
- VirtualBox Manual
- Concurrent Users
- http://concurrentremotesessions.netfirms.com/
- http://sala.pri.ee/terminal-server-patch/
VMWare Server
Free but not open source. Requires compiling from source. Excellent reliability, supported product. The author has not tested this product.