Skip to content

Instantly share code, notes, and snippets.

@emanuelhfarias
Last active June 9, 2017 23:31
Show Gist options
  • Save emanuelhfarias/b6f8a3771feda101fceab81bf42aaff8 to your computer and use it in GitHub Desktop.
Save emanuelhfarias/b6f8a3771feda101fceab81bf42aaff8 to your computer and use it in GitHub Desktop.
VirtualBox Kernel Driver update
# using Fedora
# every time you update the Linux Kernel you have to recompile the VirtualBox Kernel driver
# first install/upgrade the kernel-devel and headers
sudo dnf install kernel-devel kernel-headers
# make sure you have installed akmod-VirtualBox (and DON'T have installed dkms)
sudo dnf install akmod-VirtualBox
sudo akmods
sudo modprobe vboxdrv
sudo systemctl restart systemd-modules-load.service
# run Virtualbox!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment