Difference between revisions of "VirtualBox"

imported>Sangorys
imported>Sangorys
Line 61: Line 61:


It will then be necessary to select the appropriate '''Virtualbox Host Module''' to install, depending on the kernel version currently being run. Rather like installing a driver, doing so will ensure that Virtualbox is able to run properly. For example, where running kernel 3.7, the appropriate number would be entered to install the following module:
It will then be necessary to select the appropriate '''Virtualbox Host Module''' to install, depending on the kernel version currently being run. Rather like installing a driver, doing so will ensure that Virtualbox is able to run properly. For example, where running kernel 3.7, the appropriate number would be entered to install the following module:
uname -r
You will have something like : 3.7.4-1-MANJARO. It means that the kernel is linux39. Then install it with


  sudo pacman -S linux37-virtualbox-host-modules
  sudo pacman -S linux37-virtualbox-host-modules
Note: if it does not work, try sudo pacman -S virtualbox-host-modules




Anonymous user