I'm trying to install a VM with armhf on an amd64 system with:
virt-install -n test2 -r 2048 --os-type=linux --disk ~/armhf.img,device=disk,bus=virtio,size=8,sparse=true,format=raw --os-variant debian10 --vnc --location ftp://ftp2.de.debian.org/debian/dists/buster/main/installer-armhf/
This results in an error:
Starting install...
ERROR Couldn't find kernel for Debian tree.
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///session start test2
otherwise, please restart your installation.
What does this error mean in particular? How could I fix this?