Tuesday, 14. February 2006, 17:03:22
To install Windows XP on Qemu, firstly i have to create an image as a container.
qemu-img create -f qcow xp.img 5G
Next, insert WIN XP SETUP CD, and boot up qemu with cdrom
qemu -boot d /dev/cdrom -hda xp.img
Now, install windows as usual, its slow ....
Something about KQEMU
When i restart my laptop, kqemu is gone, i need to modprobe kqemu again. Some how it do not works with me if I just modprobe kqemu, so i need to run the script 'install' or 'install.sh' under kqemu folder. Instead, I copy kqemu.ko and install.sh to the folder where i store all my image files. I append 'modprobe kqemu' to the install.sh and rename it as 'kqemu', so next time i may just run it with command line 'sudo sh kqemu'.
echo 'modprobe kqemu' >> install.sh
mv install.sh kqemu
chmod 755 kqemu
Ok, come back to windows installation, emm... almost done. For the first time booting up, it hangs. Its ok, restart it.
qemu -hda -localtime -soundhw es1370 xp.img

It load up smoothly and fast. I am able to connect to the internet. The first things i do, i download firefox.

Enlarge the image, you will see, my qwindows gateway is 10.0.2.2 and ip is 10.0.2.15. That is the default of qemu setup for you. You able to access to your parent OS, (for me, it is ubuntu), if samba is properly setup, just type in \\10.0.2.2 at windows exporer.
I have install 2 large programs just to try out, photoshop 8 and a game "feeding fency". Photoshop 8 failed to load up and "feeding fency" runs too fast. Its a bit disappointing, but i am still happy with QEMU. When i press CTRL + ALT + F, it gets to fullscreen and looks exacally the same like you actually loading up Windows XP.
Next, i try to load live cd iso image. ELive, nice distro to try out. Check out
geek00L's blog, it gives a good intro of this distro. Loading speed is slow, coz E 16 and E 17 uses a lots of processing power on its graphics animation.


So far, i am quite happy with QEMU, will try xen and vmware some other day.