pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


qemu Win10/ARM64 cmd line
Posted by Anonymous on Tue 10th Sep 2024 10:46
raw | new post
view followups (newest first): qemu Win10/ARM64 cmd line by Anonymous

  1. #
  2. # Run Windows 11/ARM64 in QEMU
  3. #
  4.  
  5. #
  6. # building qemu 9.1.0:
  7. # - required Debian packages:
  8. #     ninja-build
  9. #     python3-venv
  10. #     python3-tomli
  11. #     rpm2cpio
  12. #     libslirp-dev
  13. # - build:
  14. #     $ ./configure --target-list=aarch64-softmmu --enable-lto
  15. #     $ make -j4
  16.  
  17. /home/rmainz/work/qemu/tmp/../qemu-9.1.0/build/qemu-system-aarch64 \
  18.         -M virt -cpu neoverse-n1 -m 4G -smp 4 \
  19.         --accel tcg,thread=multi \
  20.         -device ramfb \
  21.         -bios /home/rmainz/work/qemu/tmp/usr/share/qemu/qemu-uefi-aarch64.bin -device qemu-xhci -device usb-kbd \
  22.         -device usb-tablet -drive file=/home/rmainz/work/qemu/tmp/Windows11_InsiderPreview_Client_ARM64_en-us_26080.VHDX,format=vhdx,if=none,id=boot \
  23.         -device usb-storage,drive=boot,serial=boot -drive file=virtio-win.iso,media=cdrom,if=none,id=iso \
  24.         -device usb-storage,drive=iso \
  25.         -nic user,model=virtio-net-pci,mac=52:54:98:76:54:32 \
  26.         -vnc :2
  27.  
  28. # 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