pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


2nd qemu Win10/ARM64 cmd line
Posted by Anonymous on Mon 16th Sep 2024 11:44
raw | new post
view followups (newest first): 2nd 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. # not working yet
  6. #
  7.  
  8. #
  9. # building qemu 9.1.0:
  10. # - required Debian packages:
  11. #     ninja-build
  12. #     python3-venv
  13. #     python3-tomli
  14. #     rpm2cpio
  15. #     libslirp-dev
  16. # - build:
  17. #     $ ./configure --target-list=aarch64-softmmu --enable-lto
  18. #     $ make -j4
  19.  
  20. #
  21. # wget 'https://ftp.lysator.liu.se/pub/opensuse/ports/aarch64/tumbleweed/repo/oss/noarch/qemu-uefi-aarch64-202402-3.1.noarch.rpm'
  22. # mkdir tmp
  23. # cd tmp/
  24. # rpm2cpio ../qemu-uefi-aarch64-202402-3.1.noarch.rpm | pax -r
  25.  
  26. #
  27. #
  28. #
  29. # download
  30. # # https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_German_Pro_Ent_EDU_N_MLF_X23-68028.ISO
  31. # https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2.2_Arm64_English_Pro_Ent_EDU_N_MLF_X23-68023.ISO
  32. # http://ftp.debian.org/debian/pool/main/e/edk2/qemu-efi-aarch64_2024.05-2_all.deb
  33. # https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.229-1/virtio-win.iso
  34. #
  35. # ar x qemu-efi-aarch64*.deb
  36. # tar xvf data.tar.xz
  37. # mv ./usr/share/qemu-efi-aarch64/QEMU_EFI.fd .
  38. # qemu-img create win11-arm64.img 120G
  39. #
  40.  
  41. /home/rmainz/work/qemu/qemu-9.1.0/build/qemu-system-aarch64 \
  42.         -M virt -m 4G -cpu max,pauth-impdef=on -smp 4 \
  43.         --accel tcg,thread=multi \
  44.         -bios /home/rmainz/work/qemu/tmp/tmp/usr/share/qemu/qemu-uefi-aarch64.bin \
  45.         -device ramfb \
  46.         -vnc derfwpc5131_ipv4:2 \
  47.         -device qemu-xhci -device usb-kbd -device usb-tablet \
  48.         -device usb-storage,drive=cdrom \
  49.         -drive if=none,id=cdrom,media=cdrom,file=$PWD/SW_DVD9_Win_Pro_10_22H2.15_Arm64_English_Pro_Ent_EDU_N_MLF_X23-67223.ISO \
  50.         -device usb-storage,drive=virtio-drivers \
  51.         -drive if=none,id=virtio-drivers,media=cdrom,file=$PWD/virtio-win.iso \
  52.         -drive if=virtio,id=system,format=raw,file=$PWD/win11-arm64.img \
  53.         -nic user,model=virtio-net-pci,mac=52:54:98:76:54:32
  54.  
  55. # 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