Documentation/GuestOperatingSystems/Windows7: Difference between revisions

From QEMU
No edit summary
No edit summary
Line 8: Line 8:


Suggested Command-Line:
Suggested Command-Line:
  qemu-system-x86_64 -hda "Windows 7 HD.qcow2" -m 3000 -usb -device usb-kbd <br>-device usb-mouse -device usb-audio -localtime  
  qemu-system-x86_64 -hda "Windows 7 HD.qcow2" -m 3000 -usb -device usb-kbd <br>-device usb-mouse -device usb-audio -localtime -boot c


Picture:<br>
Picture:<br>

Revision as of 23:24, 24 January 2018

Windows 7

Windows 7 comes in two flavors: 32-bit and 64-bit. This page was made with the 64-bit version in mind, but these directions should still work for the 32-bit version.

When installing Windows 7, create a hard drive image file that is at least 20 GB in size. This would create a 50 GB hard drive image file:

 qemu-img create -f qcow2 "Windows 7 HD.qcow2" 50G

Suggested Command-Line:

qemu-system-x86_64 -hda "Windows 7 HD.qcow2" -m 3000 -usb -device usb-kbd 
-device usb-mouse -device usb-audio -localtime -boot c

Picture:
Windows Media Player.png

Contact:
If there is any assistance needed with this web page please contact me.