This command creates a 64 GB QCOW2 disk image named windows10_arm.qcow2 .
A basic command to boot your new QCOW2 image looks like this: windows 10 arm qcow2
If you boot from a raw ISO, Windows will not see the virtual hard disk because it lacks VirtIO drivers. To fix this: This command creates a 64 GB QCOW2 disk
This command creates a thin-provisioned file that only takes up space as you add data to the guest OS. Installation and Launch Command Installation and Launch Command G \ -drive file=win10_arm
G \ -drive file=win10_arm.qcow2,if=virtio \ -drive file=QEMU_EFI.fd,if=pflash,format=raw \ -device virtio-net-pci,netdev=net0 \ -netdev user,id=net0 \ -device virtio-gpu-pci \ -display default,show-cursor=on Use code with caution. Copied to clipboard Windows 10 on QEMU / Newbie Corner / Arch Linux Forums
Unlike "raw" images, a QCOW2 file only takes up space on your physical drive for the data actually written inside the VM.