What were you trying to do that didn't work?
When installing using virt-install, you will first encounter a swtpm error.
Use --tpm none as a workaround, and the guest installation will not complete.
virt-install --connect qemu:///system --os-variant rhel-unknown --arch aarch64 --disk /home/test/RHEL10.0-BaseOS-aarch64.iso,bus=usb --boot uefi --name avocado-vt-vm1 --memory 4096 --disk size=10 --network bridge=switch,model=virtio --import --noreboot --noautoconsole --serial pty --memballoon model=virtio --graphics vnc --tpm none
virsh --connect qemu:///system start --console avocado-vt-vm1
-----> hang Unable to complete installation
What is the impact of this issue to you?
Blocks arm guest installation
Please provide the package NVR for which the bug is seen:
host kernel:6.11.0-25.el10.aarch64
guest kernel: 6.11.0-25.el10.aarch64
virt-instal: 4.1.0
virsh --version: 10.5.0
How reproducible is this bug?
virt-install guest
Steps to reproduce
100%