pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


qemu Win10/ARM64 cmd line
Posted by Anonymous on Wed 11th Sep 2024 12:06
raw | new post
view followups (newest first): 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. /home/rmainz/work/qemu/tmp/../qemu-9.1.0/build/qemu-system-aarch64 \
  19.         -M virt -cpu max,pauth-impdef=on \
  20.         -m 2G -smp 4 \
  21.         --accel tcg,thread=multi \
  22.         -device ramfb \
  23.         -bios /home/rmainz/work/qemu/tmp/usr/share/qemu/qemu-uefi-aarch64.bin -device qemu-xhci -device usb-kbd \
  24.         -device usb-tablet -drive file=/home/rmainz/work/qemu/tmp/Windows11_InsiderPreview_Client_ARM64_en-us_26080.VHDX,format=vhdx,if=none,id=boot \
  25.         -device usb-storage,drive=boot,serial=boot -drive file=virtio-win.iso,media=cdrom,if=none,id=iso \
  26.         -device usb-storage,drive=iso \
  27.         -nic user,model=virtio-net-pci,mac=52:54:98:76:54:32 \
  28.         -vnc :2
  29.  
  30. # 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