QEMU/Guests/Windows 8: Difference between revisions

no edit summary
No edit summary
No edit summary
 
 
<pre>
qemu-system-x86_64 -hda win81.img -cdrom win81_iso_name.iso -boot d -accel kvm -cpu host -m 4G -vga std -net nic,model=e1000 -net user -usbdevice tablet -rtc base=localtime
</pre>
 
Or if running without root or virtualization:
<pre>
qemu-system-x86_64 -hda win81.img -cdrom win81_iso_name.iso -boot d -cpu qemu64 -m 4G -vga std -net nic,model=e1000 -net user -usbdevice tablet -rtc base=localtime
</pre>
 
====After installation====
<pre>
qemu-system-x86_64 -hda win81.img -boot c -accel kvm -cpu host -m 4G -vga std -net nic,model=e1000 -net user -usbdevice tablet -rtc base=localtime
</pre>
 
Or if running without root or virtualization:
<pre>
qemu-system-x86_64 -hda win81.img -boot c -cpu qemu64 -m 4G -vga std -net nic,model=e1000 -net user -usbdevice tablet -rtc base=localtime
</pre>
 
31

edits