- #
- # 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
- /home/rmainz/work/qemu/tmp/../qemu-9.1.0/build/qemu-system-aarch64 \
- -M virt -cpu neoverse-n1 -m 4G -smp 4 \
- --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 :2
- # EOF.
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
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.