Control: tags -1 + moreinfo On Sat, Aug 16, 2025 at 02:42:24AM +0200, allddd wrote: > > I’m deploying cloud images on a Libvirt/QEMU/KVM hypervisor using Ansible. > After trixie hit stable, I replaced the bookworm image with a trixie one, but > I am unable to get it to boot. The only change in the deployment process was > switching from debian-12-generic-amd64.qcow2 to debian-13-generic-amd64.qcow2. > The process seems to hang during boot, and no errors are printed anywhere. > I’m able to connect to the VM using virsh console, but I only see the first > line "Booting Debian GNU/Linux" and nothing further happens. >
Can you share more about your ansible and/or libvirt configuration that you're using to launch this VM? I have no trouble launching VMs from our trixie images, but you've got a whole bunch of extra configuration passed by libvirt that I'm not using. I suspect the issue is in there somewhere. noah