Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable USB 2.0 support in the VM settings #2

Closed
gdha opened this issue Jan 27, 2017 · 3 comments
Closed

disable USB 2.0 support in the VM settings #2

gdha opened this issue Jan 27, 2017 · 3 comments

Comments

@gdha
Copy link

gdha commented Jan 27, 2017

When we execute vagrant up we see the following:

$ sudo vagrant up
Bringing machine 'rear-centos' up with 'virtualbox' provider...
Bringing machine 'rear-ubuntu' up with 'virtualbox' provider...
Bringing machine 'rear-debian' up with 'virtualbox' provider...
Bringing machine 'drlm-ubuntu' up with 'virtualbox' provider...
Bringing machine 'drlm-debian' up with 'virtualbox' provider...
==> rear-centos: Box 'minimal/centos7' could not be found. Attempting to find and install...
    rear-centos: Box Provider: virtualbox
    rear-centos: Box Version: >= 0
==> rear-centos: Loading metadata for box 'minimal/centos7'
    rear-centos: URL: https://atlas.hashicorp.com/minimal/centos7
==> rear-centos: Adding box 'minimal/centos7' (v7.0) for provider: virtualbox
    rear-centos: Downloading: https://atlas.hashicorp.com/minimal/boxes/centos7/versions/7.0/providers/virtualbox.box
==> rear-centos: Successfully added box 'minimal/centos7' (v7.0) for 'virtualbox'!
==> rear-centos: Importing base box 'minimal/centos7'...
==> rear-centos: Matching MAC address for NAT networking...
==> rear-centos: Checking if box 'minimal/centos7' is up to date...
==> rear-centos: Setting the name of the VM: rear-centos
==> rear-centos: Clearing any previously set network interfaces...
==> rear-centos: Preparing network interfaces based on configuration...
    rear-centos: Adapter 1: nat
    rear-centos: Adapter 2: hostonly
==> rear-centos: Forwarding ports...
    rear-centos: 22 (guest) => 22210 (host) (adapter 1)
==> rear-centos: Running 'pre-boot' VM customizations...
==> rear-centos: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "4bbdd7bc-3c9a-4bcb-be59-7769446e5f7f", "--type", "headless"]

Stderr: VBoxManage: error: Implementation of the USB 2.0 controller not found!
VBoxManage: error: Because the USB 2.0 controller state is part of the saved VM state, the VM cannot be started. To fix this problem, either install the 'Oracle VM VirtualBox Extension Pack' or disable USB 2.0 support in the VM settings.
VBoxManage: error: Note! This error could also mean that an incompatible version of the 'Oracle VM VirtualBox Extension Pack' is installed (VERR_NOT_FOUND)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole

Perhaps, disable USB in the Vagrantfile to avoid this?

didacog added a commit that referenced this issue Jan 27, 2017
Disable USB support for boxes in Vagrantfile, issue #2
@didacog
Copy link
Member

didacog commented Jan 27, 2017

@gdha

I've disabled USB. Hope it will work now.

Anyway, Have you installed VBox Extensions ? I didn't have this problem with them installed.

Regards,

@gdha
Copy link
Author

gdha commented Jan 27, 2017

@didacog I confirm it works now (vagrant up). I have no extra software installed yet on VB.

@gdha gdha closed this as completed Jan 27, 2017
@didacog
Copy link
Member

didacog commented Jan 27, 2017

thanks for testing it @gdha! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants