Created
January 8, 2019 09:39
-
-
Save rgarrigue/051febeb1c8611e87c529ebb342518c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo vboxconfig | |
sudo update-secureboot-policy --enroll-key | |
sudo kmodsign sha512 /var/lib/shim-signed/mok/MOK.priv /var/lib/shim-signed/mok/MOK.der /lib/modules/$(uname -r)/updates/dkms/vboxdrv.ko | |
sudo systemctl restart virtualbox | |
sudo systemctl status virtualbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment