Difference between revisions of "VirtualBox: Mengatasi vboxdrv yang tidak bisa jalan"

From OnnoWiki
Jump to navigation Jump to search
Line 21: Line 21:
 
  SecureBoot enabled
 
  SecureBoot enabled
  
 +
==Alternatif Lain==
  
 +
Lakukan
  
 
+
sudo apt-get install build-essential libssl-dev linux-headers-`uname -r`
 
+
sudo apt-get --reinstall install virtualbox-dkms
 
 
  
  
Line 31: Line 32:
  
 
* https://askubuntu.com/questions/760671/could-not-load-vboxdrv-after-upgrade-to-ubuntu-16-04-and-i-want-to-keep-secur
 
* https://askubuntu.com/questions/760671/could-not-load-vboxdrv-after-upgrade-to-ubuntu-16-04-and-i-want-to-keep-secur
 +
* https://askubuntu.com/questions/506405/how-do-i-fix-a-vboxdrv-setup-failure-in-virtualbox

Revision as of 04:10, 27 May 2017

sumber: https://askubuntu.com/questions/760671/could-not-load-vboxdrv-after-upgrade-to-ubuntu-16-04-and-i-want-to-keep-secur


On my system I did the following to make it work:

Run mokutil:

sudo mokutil --disable-validation

Then mokutil asked me to set a password for the MOK Manager. After rebooting the PC the BIOS showed a dialog to configure the MOK Manager. I disabled SecureBoot from this dialog, it asked for several characters from the password (ie. enter character (5), etc).

After booting up the vboxdrv modules loaded correctly.

lsmod | grep vboxdrv
vboxdrv               454656  3 vboxnetadp,vboxnetflt,vboxpci

Curiously, mokutil still shows SecureBoot is enabled:

sudo mokutil --sb-state
SecureBoot enabled

Alternatif Lain

Lakukan

sudo apt-get install build-essential libssl-dev linux-headers-`uname -r`
sudo apt-get --reinstall install virtualbox-dkms


Referensi