Documentation/GuestOperatingSystems/Windows7: Difference between revisions

From QEMU
(Created page with "== 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...")
 
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 -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  
 


Pictures:
Pictures:
[[File:Windows Media Player.png]]


Contact:
Contact:

Revision as of 23:19, 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

Pictures: Windows Media Player.png

Contact: