Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1070  / 2 Years ago, mon, february 14, 2022, 6:59:53

I had VirtualBox running just fine but on the update to 11.04 it choked. I am running:




  • dkms version 2.1.1.2-5ubuntu1

  • virtualbox-ose-dkms v. 4.0.4-dfsg-1ubuntu4.1

  • virtualbox-ose-qt v. 4.0.4-dfsg-1ubuntu4.1

  • virtualbox-ose v. 4.0.4-dfsg-1ubuntu4.1



When I try to create a new machine or launch my existing machine, I get two alerts:




Kernel driver not installed (rc=-1908)



Please install the virtualbox-ose-dkms package and execute 'modprobe
vboxdrv' as root.




I tried that and got an error: FATAL: Module vboxdrv not found.



The other alert just reads:




Failed to open a session for the virtual machine Foo. The virtual
machine 'Foo' has terminated unexpectedly during startup with exit
code 1.



Result Code: NS_ERROR_FAILURE (0x80004005) Component: Machine
Interface: IMachine {662c175e-a69d-40b8-a77a-1d719d0ab062}




Web forums all seem to suggest that other people addressed the latter error message by installing VirtualBox 3.2.12, but we're past that now.


More From » 11.04

 Answers
1

You're possibly missing the kernel headers, you can install these by running:



sudo apt-get install linux-headers-generic


If you've a kernel update available, but do not wish to install the new kernel, install the headers matching the loaded kernel by running:



sudo apt-get install linux-headers-$(uname -r)


After installation, the VirtualBox kernel modules are (re-)built automatically.


[#43798] Tuesday, February 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
theurn

Total Points: 30
Total Questions: 110
Total Answers: 111

Location: Bahrain
Member since Fri, Sep 16, 2022
2 Years ago
theurn questions
Tue, Apr 5, 22, 14:18, 2 Years ago
Mon, Feb 14, 22, 16:29, 2 Years ago
Sat, Apr 8, 23, 05:26, 1 Year ago
Tue, Jan 10, 23, 23:59, 1 Year ago
Fri, Apr 8, 22, 01:36, 2 Years ago
;