Linked by Thom Holwerda on Wed 21st Mar 2007 16:40 UTC, submitted by anonymous
Ubuntu, Kubuntu, Xubuntu Virtualization of operating systems used to be slow and hard to use. Advances such as the KQemu accelerator, VirtualBox, VMWare, Xen and of course the recent integration of KVM virtualization into the Linux kernel have helped out a lot though, especially on the server side, but for a normal user, virtualization could be somewhat clunky. Mac users have been able to run their Windows applications like this using Parallels Coherence, yet now other *nix users can too. Ordinary desktop or business users who require applications from another operating system can benefit from a seamless desktop.
Permalink for comment 223231
To read all comments associated with this story, please click here.
Ordinary user, eh?
by Jack Malmostoso on Wed 21st Mar 2007 17:43 UTC
Jack Malmostoso
Member since:
2006-01-20

cd /usr/src/linux
make-kpkg debian
make-kpkg modules_image
module-assistant prepare kqemu
dpkg -i /usr/src/kqemu-modules-''version''.dpkg
modprobe kqemu
qemu-img create -f qcow windows.img 2G
qemu -localtime -cdrom /dev/cdrom -m 384 -boot d windows.img


What about one of these:

http://emeitner.f2o.org/qemu_launcher
http://qemulator.createweb.de/

qemu_launcher is included in Debian (thus at least in "universe" in Ubuntu) and it's very straightforward to use.

Just my 0.02EUR.

Edited 2007-03-21 17:43