Virtual machine won't start
Virtual machine won't start
When I start my VM on Ubuntu 16.04 I'm getting an error message which says:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/rcvboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
When I execute the suggested command I also get an error with the suggestion to execute dmesg (attached)
The result gives a lot of text in which I don't know what to look for.
Can somebody help me?
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/rcvboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
When I execute the suggested command I also get an error with the suggestion to execute dmesg (attached)
The result gives a lot of text in which I don't know what to look for.
Can somebody help me?
- Attachments
-
dmesg.txt- (63.4 KiB) Downloaded 7 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Virtual machine won't start
What changed between the time it worked and now? New kernel?
Also post the exact version of VirtualBox you are using and where you got it from, along with the name and type of the host OS.
Also post the /var/log/vbox-install.log as an attachment.
Also post the exact version of VirtualBox you are using and where you got it from, along with the name and type of the host OS.
Also post the /var/log/vbox-install.log as an attachment.
Re: Virtual machine won't start
The VM used to work in ubuntu 14.04. I Installed ubuntu 16.04 on a new computer.
The version of Vbox is VirtualBox 5.0.20 for Linux. Which I installed according to instructions for Debian-based Linux distributions on the virtualbox downloads site
The version of Vbox is VirtualBox 5.0.20 for Linux. Which I installed according to instructions for Debian-based Linux distributions on the virtualbox downloads site
- Attachments
-
vbox-install.log- (2.71 KiB) Downloaded 6 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Virtual machine won't start
Is SecureBoot in enabled in the machine's BIOS?
Re: Virtual machine won't start
Yes, secure boot is enabled
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Virtual machine won't start
See if disabling it allows VirtualBox to compile and start.
Since VirtualBox can not use the OS key to sign kernel modules you need to find a way to work around the problem.
Since VirtualBox can not use the OS key to sign kernel modules you need to find a way to work around the problem.
Re: Virtual machine won't start
Perryg, thanx disabling secure boot worked for me
Re: Virtual machine won't start
Hello
I seem to have the same problem with the kernel but I need more help to disable the secure boot
.
I'm using a HP notebook pavilion 14.
thanks a lot
I seem to have the same problem with the kernel but I need more help to disable the secure boot
I'm using a HP notebook pavilion 14.
thanks a lot
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Virtual machine won't start
You need to read your Notebook manual or the manufactures website to see how to get into the BIOS and see if you have secureboot and how to disable it.Marine53 wrote:Hello
I seem to have the same problem with the kernel but I need more help to disable the secure boot.
I'm using a HP notebook pavilion 14.
thanks a lot
Re: Virtual machine won't start
I am having the same problem. Where can I find the kernel module 2.6.32-042stab113.11?
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Virtual machine won't start
Same place you get your OS from I would imagine. I do wonder what this has to do with the original topic though. If as you say you are having the exact same issue the resolve is already posted.