GNOME Bugzilla – Bug 692062
Boxes says it can't connect to VM
Last modified: 2016-03-31 13:54:33 UTC
Created attachment 233853 [details] Screenshot I installed a bunch of virtual machines (windows XP and 7) a while back in Boxes and now when I try to start any of them I get an error saying: "Connection to '{NAME_OF_BOX}' failed". I'm running F18 with Boxes 3.6.2 and when I made the virtual machines I was running F18 alpha or beta (I think alpha) and Boxes 3.6 (not sure what micro version).
Could you verify from the console log that its not this bug? https://bugzilla.redhat.com/show_bug.cgi?id=892745 Run like this to get debug log: G_MESSAGES_DEBUG=Boxes gnome-boxes
Created attachment 233929 [details] Log of boxes running
It's indeed that bug, are there any workarounds?
I found one myself. So for anyone finding this through google: Since I didn't have any important stuff running in my machines I could just clear the saved state I thought. After some googling and man page reading I found these commands helpful for accomplishing that: # Find the name of your virtual machine(s) $ virsh list --all [list of all VMs...] # This should force a new boot, discarding any saved state $ virsh start --force-boot {vm_name} # Then shut the virtual machine down again $ virsh shutdown {vm_name}
*** This bug has been marked as a duplicate of bug 687626 ***