📜 ⬆️ ⬇️

How to run VirtualBox (OSE version) on a new Linux kernel.

It happens that in the morning you update the kernel quickly, but it turns out that new firewood for VirtualBox for this kernel has not yet been released and you have to wait two or three days until they appear in the repositories. But in this case the answer is found. Everything is very simple (well, at least for Debian distributions):

sudo apt-get install virtualbox-ose-source
sudo module-assistant update
sudo module-assistant prepare
sudo module-assistant ai virtualbox-ose
sudo /etc/init.d/vboxdrv restart

And everything runs great (tested on Ubuntu 8.04)
')
Update: Enough karma, moved to Ubuntarium.

Source: https://habr.com/ru/post/27469/


All Articles