I just upgraded from TrueNAS SCALE 24.10 to 25.10, and everything is generally good except for some issues with the virtual machines. I have two virtual machines running well in 24.10, but after upgrading to 25.10, one virtual machine running Home Assistant works fine, while the other virtual ma
Thatās really weird.
Could you check, if the kvm module is actuall loaded (lsmod | grep kvm) and if yes (which I suppose it is), check the qemu process of the currently running vm to see if it actually uses kvm ( ps aux | grep qemu | grep -o 'accel kvm')?
Both should basically always be the case but if they are your error message makes basically no sense.
the result seems to have been as expected āaccel kvmā - so the currently running vm is indeed using kvm.
Iād suggest opening a support ticket - this does not make any sense to me.
If you donāt care about finding the root cause though you could probably just note how the vm was configured (if you need the same mac address for example, write that down, also CPU/RAM/NIC configā¦), delete the vm without deleting itās data and create a new VM with the old disk(s). I think that will probably work.
Finally, I discovered a pattern: after restarting the TrueNAS system, all virtual machines run normally. However, if a virtual machine is manually stopped, it can no longer be started, and similar errors occur.