What | Removed | Added |
---|---|---|
Flags | needinfo? |
> 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 ... > > On my x86_64 hosts I just do > > qemu-system-aarch64 -M virt -cpu cortex-a72 -m 2048 -serial stdio -device > virtio-gpu-pci -device qemu-xhci -device usb-kbd -bios > /usr/share/qemu/aavmf-aarch64-code.bin + whatever storage devices.