1

When I try starting VirtualBox 6.1, it gives me the error "Failed to acquire the VirtualBox COM object":

Screenshot of error

I am running Ubuntu 16.04.7 dual booted alongside Chrome OS using crouton.

Nmath
  • 12,333
shiverr
  • 11

1 Answers1

3

This can sometimes happen when the host computer does not cleanly shut down a running VirtualBox instance. It can usually be fixed like this:

  1. Shut down any VirtualBox VMs that are running
  2. Close VirtualBox if it's running
  3. Move a configuration file like this:
    mv ~/.config/VirtualBox/VirtualBox.xml ~/.config/VirtualBox/VirtualBox.old
  4. Restart VirtualBox

That should get you running again.