pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


2nd qemu Win10/ARM64 cmd line
Posted by Anonymous on Mon 16th Sep 2024 12:59
raw | new post
view followups (newest first): 3nd qemu Win10/ARM64 cmd line by Anonymous
modification of post by Anonymous (view diff)

  1.  
  2. #
  3. # Run Windows 11/ARM64 in QEMU
  4. #
  5.  
  6. #
  7. # building qemu 9.1.0:
  8. # - required Debian packages:
  9. #     ninja-build
  10. #     python3-venv
  11. #     python3-tomli
  12. #     rpm2cpio
  13. #     libslirp-dev
  14. # - build:
  15. #     $ ./configure --target-list=aarch64-softmmu --enable-lto
  16. #     $ make -j4
  17.  
  18. #
  19. # download
  20. # # https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_German_Pro_Ent_EDU_N_MLF_X23-68028.ISO
  21. # https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_English_Pro_Ent_EDU_N_MLF_X23-68023.ISO
  22. # http://ftp.debian.org/debian/pool/main/e/edk2/qemu-efi-aarch64_2024.05-2_all.deb
  23. # https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.229-1/virtio-win.iso
  24. #
  25. # ar x qemu-efi-aarch64*.deb
  26. # tar xvf data.tar.xz
  27. # mv ./usr/share/qemu-efi-aarch64/QEMU_EFI.fd .
  28. # qemu-img create win11-arm64.img 120G
  29. #
  30.  
  31. /home/rmainz/work/qemu/tmp/../qemu-9.1.0/build/qemu-system-aarch64 \
  32.         -M virt,virtualization=true -m 4G -cpu max,pauth-impdef=on -smp 4 \
  33.         --accel tcg,thread=multi \
  34.         -bios $PWD/QEMU_EFI.fd \
  35.         -device ramfb \
  36.         -vnc derfwpc5131_ipv4:2 \
  37.         -device qemu-xhci -device usb-kbd -device usb-tablet \
  38.         -device usb-storage,drive=install \
  39.         -drive if=none,id=install,format=raw,media=cdrom,file=$PWD/SW_DVD9_Win_Pro_10_22H2.15_Arm64_English_Pro_Ent_EDU_N_MLF_X23-67223.ISO \
  40.         -device usb-storage,drive=virtio-drivers \
  41.         -drive if=none,id=virtio-drivers,format=raw,media=cdrom,file=$PWD/virtio-win.iso \
  42.         -drive if=virtio,id=system,format=raw,file=$PWD/win11-arm64.img \
  43.         -nic user,model=virtio-net-pci,mac=52:54:98:76:54:32
  44.  
  45. # EOF.

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at