Last week I selected the "shut down" option from the guest's window's "start" menu and walked away. In the meantime, there was a power outage, and my host rebooted.
Now when I go into the VirtualBox Manager application to start up my guest, it says the vm is "powered off", but the "Start" option in the VB Manager is disabled for that virtual machine (but is available for others) - so i cannot start it.
When I try to start the virtual machine with the vboxmanage command line, I get the following message:
Code: Select all
VBoxManage: error: The machine 'Windows XP - VBox' is already locked by a session (or being locked or unlocked)
VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports
Context: "LaunchVMProcess(a->session, sessionType.raw(), env.raw(), progress.asOutParam())" at line 561 of file VBoxManageMisc.cppAny suggestions on what I could do to fix this to be able to start my guest up again?