(In reply to Fabian Vogt from comment #20) > > I have tried to remove "-vnc :93" and "-serial mon:stdio" qemu parameter and hope to launch the installation process in the qemu graphics window. > > It will work if you do it like mentioned here: > > (In reply to Fabian Vogt from comment #18) > > (In reply to Stefan Dirsch from comment #14) > > > For me it worked to use > > > > > > qemu-kvm -M virt -m 4096M -bios /usr/share/qemu/aavmf-aarch64-code.bin -cpu > > > host -device virtio-gpu-pci ... -device qemu-xhci -device usb-kbd ... > > "qemu-kvm" as a way to launch qemu with the kvm accelerator is not needed and deprecated since a decade. I recommend to use qemu-system-aarch64 -accel kvm Do not spread the use of "qemu-kvm", which ends up in scripts, will break on other architectures, and may be removed in the future.