Reconfiguring VirtualBox after installation of new kernel
    
      When you update your kernel, you will need to recompile the VirtualBox kernel module.  This can be done by running the command:
    
    
  
  sudo /etc/init.d/vboxdrv setupYou will need to have the Dynamic Kernel Module Support Framework (DKMS) installed to do this.
sudo apt-get install dkms
Labels: dkms, ubuntu, virtualbox



