VirtualBox is one of many virtualization software that could be run on Linux, one with slowest cpu performance according to this article. Installing VirtualBox is quite simple, but to make it run you must also install certain package. To install VirtualBox, type:
yaourt --needed --noconfirm -S --force virtualbox virtualbox-host-modules linux-headers
To make it able to run, you must create the kernel module first, the easiest way is using dkms:
sudo dkms autoinstall
or
sudo dkms vboxhost/4.3.14
then enable it using:
sudo modprobe vboxdrv
Now you can start and run VirtualBox images without error.
if you want to auto-recompile when installing new kernel, use this command:
sudo systemctl enable dkms
programming: the action or process of writing computer programs. | rants: speak or shout at length in a wild, [im]passioned way.
2014-08-23
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment
THINK: is it True? is it Helpful? is it Inspiring? is it Necessary? is it Kind?