pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


qemu Win10/ARM64 cmd line
Posted by Anonymous on Thu 12th Sep 2024 12:34
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.  
  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. # tests:
  20. # D:
  21. # virtio-win-qt-x64.exe
  22. # virtio-win-guest-tools.exe
  23. #
  24.  
  25. /home/rmainz/work/qemu/tmp/../qemu-9.1.0/build/qemu-system-aarch64 \
  26.         -M virt -cpu max,pauth=off \
  27.         -m 2G -smp 8 \
  28.         --accel tcg,thread=multi \
  29.         -device ramfb \
  30.         -bios /home/rmainz/work/qemu/tmp/usr/share/qemu/qemu-uefi-aarch64.bin \
  31.         -device qemu-xhci -device usb-kbd \
  32.         -device usb-tablet \
  33.         -drive file=/home/rmainz/work/qemu/tmp/Windows11_InsiderPreview_Client_ARM64_en-us_26080.VHDX,format=vhdx,if=none,id=boot \
  34.         -device usb-storage,drive=boot,serial=boot \
  35.         -drive file=virtio-win.iso,media=cdrom,if=none,id=iso \
  36.         -device usb-storage,drive=iso \
  37.         -nic user,model=virtio-net-pci,mac=52:54:98:76:54:32 \
  38.         -vnc derfwpc5131_ipv4:2
  39.  
  40. # 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