Running Linux On Window Using QEMU

Download and extract QEMU from http://www1.interq.or.jp/~t-takeda/qemu/qemu-0.9.1-windows.zip to c:\qemu

Create an image

c:
cd qemu
qemu-img.exe create -f qcow2  myimage.img 20G

Download and install QEMU kernel acceleration module from http://www.h6.dion.ne.jp/~kazuw/qemu-win/Kqemu-1.3.0pre11-install.exe

Download Fedora installation DVD

Install Fedora onto the image:

qemu.exe -L . -m 512 -localtime -M pc -hda myimage.img -cdrom /dev/cdrom -boot d

Networking
On the host Windows OS, download and install openvpn, then from the Start menu go to OpenVPN -> Add a new TAP-Win32 virtual ethernet adapter.

Look for the new TAP interface name from Control panel -> Network and Sharing Center -> Manage networks

http://www.h7.dion.ne.jp/~qemu-win/TapWin32-en.html

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License