As it is generally known, naively install and start virtualbox 5.2.4 on ubuntu 16.04 will meet secure boot issue:
$ virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.10.0-42-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed
Thus, I am trying to make virtualbox work with secure boot enabled, basically I followed posts using mokutil: https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/
But on my ASUS QT425Q with secure boot enabled and fast boot disabled. After I import the public key set the passcode
# mokutil --import /root/module-signing/MOK.der
input password:
input password again:
The MOK manager utility won't show up on reboot. And I can enroll the key, could anyone help me figure out what is happening? Thanks!