Sunday, February 12, 2017

Virtualbox Recovery

If having issues with running VMs on Chakra Linux, try the following sequence of commands.

# rm -rf /var/lib/dkms/vboxhost/5.1.14
# dkms add /usr/src/vboxhost-5.1.14_OSE/
# dkms build vboxhost/5.1.14_OSE
# dkms install vboxhost/5.1.14_OSE

Then reboot.

Also, make sure that following packages have been installed.

virtualbox
virtualbox-host-dkms
virtualbox-ext-oracle

No comments: