Create an Ubuntu Server VM and Windows 10 VM on Apple M1 with Qemu
ACVM: https://github.com/KhaosT/ACVM
Ubuntu Server Shell script: https://pastebin.com/tQ74kW4G
Windows 10 ARM: https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewARM64
Spice Guest Tools: https://github.com/utmapp/qemu/releases/download/v5.2.0-asi/spice-guest-tools-0.164.iso
Ubuntu Server ARM: https://ubuntu.com/download/server/arm
Run this command to convert the Windows image:
qemu-img convert -p -O qcow2 /path/to/Windows10_InsiderPreview_Client_ARM64_en-us_21286.VHDX /path/to/output/Windows10_InsiderPreview_Client_ARM64_en-us_21286.qcow2
ubuntu