...
Microsoft distribute official ISO for windows-arm64. It’s the recommended way to access it:https://www.microsoft.com/en-us/software-download/windows11arm64.
UUPDump website allows you to build an iso from windows update servers. Pick most recent version of windows 11 (avoid “Cumulative update”). Select “Windows pro”. https://uupdump.net/known.php?q=22h2+arm64
Then you can download the iso using a script shell. Some dependencies are needed, and the tool will guide you to report what is missing.
You should obtain a file named like “XXXXX.X_PROFESSIONAL_ARM64_EN-US.ISO”.
In our example, latest version is 22621.1.
Virtio drivers
Virtio windows drivers (https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md) are needed to make your disk recognized by windows. Pick latest iso from link above.
...