What could cause a VirtualBox guest to enter a VBOX_E_INVALID_VM_STATE

I'm running several VirtualBox servers on CentOS, with multiple Virtualbox guests on each.

Once every few days/weeks, I'd have a guest stop responding, and though it shows as running, it is actually in a VBOX_E_INVALID_VM_STATE, and only the following will abort it:

VBoxManage startvm "<guest-name>" --type emergencystop

I'm trying to determing the cause for my guest machines entering VBOX_E_INVALID_VM_STATE.

Are there any known situations that will cause a guest machine to enter VBOX_E_INVALID_VM_STATE, or can you suggest ways to debug this issue?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like