- #
- # Run Windows 11/ARM64 in QEMU
- #
- #
- # building qemu 9.1.0:
- # - required Debian packages:
- # ninja-build
- # python3-venv
- # python3-tomli
- # rpm2cpio
- # libslirp-dev
- # - build:
- # $ ./configure --target-list=aarch64-softmmu --enable-lto
- # $ make -j4
- #
- # tests:
- # D:
- # virtio-win-qt-x64.exe
- # virtio-win-guest-tools.exe
- #
- /home/rmainz/work/qemu/tmp/../qemu-9.1.0/build/qemu-system-aarch64 \
- -M virt -cpu max,pauth=off \
- -m 2G -smp 8 \
- --accel tcg,thread=multi \
- -device ramfb \
- -bios /home/rmainz/work/qemu/tmp/usr/share/qemu/qemu-uefi-aarch64.bin \
- -device qemu-xhci -device usb-kbd \
- -device usb-tablet \
- -drive file=/home/rmainz/work/qemu/tmp/Windows11_InsiderPreview_Client_ARM64_en-us_26080.VHDX,format=vhdx,if=none,id=boot \
- -device usb-storage,drive=boot,serial=boot \
- -drive file=virtio-win.iso,media=cdrom,if=none,id=iso \
- -device usb-storage,drive=iso \
- -nic user,model=virtio-net-pci,mac=52:54:98:76:54:32 \
- -vnc derfwpc5131_ipv4:2
- # EOF.
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)
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.