Skip to content

Instantly share code, notes, and snippets.

@EmmanuelKasper
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmmanuelKasper/c9efb72717e121985e4b to your computer and use it in GitHub Desktop.
Save EmmanuelKasper/c9efb72717e121985e4b to your computer and use it in GitHub Desktop.
VirtualBox DKMS with Promox kernel
# get proxmox source code
git clone git://git.proxmox.com/git/pve-kernel-3.10.0.git
# switch to kernel ABI level
uname -srm
Linux 3.10.0-8-pve x86_64
git checkout -b 8-pve 5623bd4590a1dfbb0a0c05afd20a7568e639773e
# compile kernel
make data
# install necessary symlinks
sudo ln -s $PWD/linux-2.6-3.10.0/ /lib/modules/$(uname -r)/build
# compile virtualbox dkms
sudo dpkg-reconfigure -plow virtualbox-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment