User:Madz/Draft/How To Make A File Uploads VM: Difference between revisions

Jump to navigation Jump to search
m
fixed things
No edit summary
m (fixed things)
qemu-img create -o preallocation=off -f qcow2 vm.qcow2 60G
</pre>If your doing Windows XP you can follow [[How to install Windows XP in QEMU|this guide]]<pre>
qemu-system-i386 -m 512M -hda vm.qcow2 -device VGA,vgamem_mb=64 -cpu host -accel kvm -M pc -netdev user,id=lan -device rtl8139,netdev=lan -usb -device usb-tablet -rtc base=localtime -monitor stdio -vnc :1 -cdrom image.iso -boot d
M pc -netdev user,id=lan -device rtl8139,netdev=lan -usb -device usb-tablet -rtc base=localtime -monitor stdio -vnc :1 -cdrom image.iso -boot d
</pre>Replace image.iso with your image file name. This command will start qemu and run a vnc server on port 5901.
81

edits

Navigation menu