QEMU/Guests/Windows 10: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
When that's done, run the following command:
 
<pre>qemu-system-x86_64 -hda win10.img -cdrom win10_iso_name.iso -boot d -enable-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 win10.img -cdrom win10_iso_name.iso -boot d -cpu qemu64 -m 4G -vga std -net nic,model=e1000 -net user -usbdevice tablet -rtc base=localtime</pre>
 
4 gigabytes of memory is highly recommended for optimal performance, but you can use 2 GB if absolutely necessary. Windows 10 32-bit does boot/run on 512 MB of RAM, but it is unresponsive and virtually unusable. Keep it 4 GB at minimum.
 
====After installation====
<pre>qemu-system-x86_64 -hda win10.img -boot c -enable-kvm -cpu host -m 2G -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 win10.img -boot c -cpu qemu64 -m 2G -vga std -net nic,model=e1000 -net user -usbdevice tablet -rtc base=localtime</pre>
 
====Setting up your VM====
32

edits

Navigation menu