Advertisement
dedicating

How to fix virtualbox that doesn't start(Missing packages)

Jan 20th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Reading profile /etc/firejail/virtualbox.profile
  2. Reading profile /etc/firejail/disable-common.inc
  3. Reading profile /etc/firejail/disable-passwdmgr.inc
  4. Reading profile /etc/firejail/disable-programs.inc
  5. Reading profile /etc/firejail/whitelist-common.inc
  6. Reading profile /etc/firejail/whitelist-var-common.inc
  7. Parent pid 9709, child pid 9710
  8. Child process initialized in 284.93 ms
  9. WARNING: The character device /dev/vboxdrv does not exist.
  10. Please install the virtualbox-dkms package and the appropriate
  11. headers, most likely linux-headers-28t.
  12.  
  13. You will not be able to start VMs until this problem is fixed.
  14.  
  15. Solution:
  16. apt-get update
  17. apt-get install linux-headers-$(uname -r)
  18. dpkg-reconfigure virtualbox-dkms
  19. modprobe vboxdrv
  20.  
  21. if the above solution doesn't work, you can try booting into the BIOS and going > advanced (f7) > boot > scroll down to "secure boot" > change "Windows EUFI mode" to "other OS"
  22.  
  23. problem should be fixed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement