Documentation/GuestOperatingSystems/Windows7

From QEMU
Revision as of 23:17, 24 January 2018 by Programmingkid (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

Contact: