VM cannot start because its bridge was renamed
Diagnosis walk-through
This is one of the most common VM startup failures in production. The
bridge= field is validated at qm start, not at qm create, so the VM
can be created with a valid bridge, then break when the bridge is
later removed.
The fix is straightforward but the diagnostic habit matters: when a “VM won’t start” error mentions a missing resource, check whether that resource was renamed, removed, or never existed.