To "make paper" (likely a typo for "make an image") for a Windows 10 .qcow2 file, you generally need a Windows 10 ISO and a Linux environment with QEMU/KVM installed. The process involves creating an empty virtual disk and installing Windows onto it while using specific drivers to ensure the virtual disk is recognized. 1. Create an Empty qcow2 Virtual Disk
qemu-system-x86_64 -m 4096 -enable-kvm \ -drive file=win10.qcow2,if=virtio \ -cdrom /path/to/windows10.iso \ -drive file=/path/to/virtio-win.iso,media=cdrom \ -net nic,model=virtio -net user \ -boot d Use code with caution. Copied to clipboard 4. Load Drivers During Windows Setup windows 10qcow2
Let’s build your own. You will need:
Create a base image that never changes:
Common use cases:
In your QEMU command or virt-manager, add a second CD-ROM drive pointing to virtio-win.iso. To "make paper" (likely a typo for "make