"Failed to start LSB"
Error persists when I try to purge/reinstall per other advice.
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get remove --purge virtualbox-dkms
sudo apt-get install virtualbox-dkms
I'm pretty noob, but it seems insane that I would need to disable Secure Boot just to run a common application. Is this really the case? Could someone explain this in clear/simple/novice terms? I'm shocked by the idea that I can't boot up a RHEL virtualbox because my actual Ubuntu installation has secure boot enabled. Isn't secure boot a good thing? I feel like almost every developer on Earth should be able to run VirtualBox from within a secure-booting installation of Ubuntu, but maybe that's not true.
Maybe I just need to do the purge-reinstall with secure boot disabled, then I can re-enable it?
The other commands are advice for how to fix "Kernel Driver not installed" along with "Failed to start LSB". This fix supposedly worked for versions 12.04-16.04
– Tom Mercer Jan 15 '17 at 19:25sudo modprobe vboxdrv
. – Pilot6 Jan 15 '17 at 19:49