Advertisement
Guest User

voor_tom_123

a guest
Dec 12th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2.  
  3. sudo vmware-modconfig --console --install-all
  4.  
  5. echo "signing vmmon module"
  6. sudo /usr/src/linux-headers-`uname -r`/scripts/sign-file sha256 ./MOK.priv ./MOK.der $(modinfo -n vmmon)
  7.  
  8. echo "signing vmnet module"
  9. sudo /usr/src/linux-headers-`uname -r`/scripts/sign-file sha256 ./MOK.priv ./MOK.der $(modinfo -n vmnet)
  10.  
  11. echo "importing MOK cert"
  12. mokutil --import MOK.der
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement