gibney.org : Technology : PC Virtualisation : Qemu Windows


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





Qemu Windows
(Entry Nr. 236, by user 1 | edit)
This describes the windows version of qemu
Create a Harddisk Image qemu-img.exe create -f qcow winxp.qcow 3G
Boot from CD qemu.exe -L . -m 128 -boot d -hda winxp.qcow -cdrom //./d:
Normal start After you installed an OS etc, you can start QEMU like this:
qemu.exe -L . -m 128 -boot c -hda winxp.qcow
It comes with build in DHCP Server. So internet access works like a charm.
Use / Change the CD In the Qemu-Monitor type "change cdrom //./d:" (if D: is the hosts cdrom drive)
Create a new entry at this position