The VirtualBox Linux kernel driver is not loaded or not set up correctly #291
-
Hi Then, I try to execute the suggested command: And I get:
After this, I've tried removing completely virtualbox-7.0 package, reboot, and then to try the manual installation procedure:
I execute Virtualbox, etc. but when I try to run a VM I get the same problem... I've read some articles where suggest changing grub config, install new kernels, etc. but I don't want to screw up this fresh Elementary OS install
PS: I've EFI Secure Boot disabled Thanks for any suggestion |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
That doesn't matter, #272 is about installing linux development headers, which according to your logs, virtualbox is asking for. So just try to follow steps in #272 and see what happens. |
Beta Was this translation helpful? Give feedback.
-
The solution is probably what's suggested in the error message: Install the kernel headers.
After this, you may need to reboot and/or reinstall Virtualbox. |
Beta Was this translation helpful? Give feedback.
-
All working fine. Thanks |
Beta Was this translation helpful? Give feedback.
The solution is probably what's suggested in the error message:
Install the kernel headers.
sudo apt install linux-headers-generic-hwe-22.04
After this, you may need to reboot and/or reinstall Virtualbox.