Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
blog
Commits
7e031a0f
Commit
7e031a0f
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Added entry on installgin the VirtualBox extension pack.
parent
6f0a07d6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/vbox_extenstions.rst
+40
-0
40 additions, 0 deletions
content/vbox_extenstions.rst
with
40 additions
and
0 deletions
content/vbox_extenstions.rst
0 → 100644
+
40
−
0
View file @
7e031a0f
VirtualBox extensions
#####################
:date: 2017-01-17
:summary: Installing the VirtualBox extension pack
I happened to run into a Vagrant image today that required the USB2 controller
extension to VirtualBox. The procedure to install the extension pack was not
immediately clear to me.
Installing through the VirtualBox GUI
-------------------------------------
When trying to go through the VirtualBox GUI, the
application would close when I clicked on 'add new package' in the preferences
window. Guessing it had something to do with root privileges I tried to run the
GUI with :code:`sudo` but that failed because I'm using Wayland and it could
not find display :0. Using Gnome3, :code:`gksudo` is no longer available and
the replacement is :code:`pkexec` which uses PolicyKit. running :code:`pkexec
VirtualBox` opened the nice Gnome3 authentication prompt but resulted in the
same error. Giving up on starting the VirtualBox GUI as root, I moved my
efforts to the :code:`VBoxManage` CLI.
Installing with the VBoxManage CLI
----------------------------------
Here are the steps I took to successfully install the extension pack:
#. Find the version of VirtualBox you have installed by running
:code:`VBoxManage --version`.
#. Download the matching version of the extension pack from
https://www.virtualbox.org/wiki/Downloads if you're using the latest version
or from https://www.virtualbox.org/wiki/Download_Old_Builds if you're using
an older version.
#. Assuming you're using version 5.1.10, install the extension pack by running
:code:`VBoxManage extpack install
Oracle_VM_VirtualBox_Extension_Pack-5.1.10-112026.vbox-extpack`. For me,
this opened the same nice Gnome3 authentication prompt.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment