Kernel driver not installed (rc=-1908) error in VirtualBox [duplicate]
This question already has an answer here:
Virtualbox Kernel driver not installed [duplicate]
24 answers
Every time I try to run something in VirtualBox it keeps giving me an error, and I can't figure out how to fix it. I don't know how to fix it, and please be as detailed and easy to understand as possible, so I on't get confused. This is the error.
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/vboxconfig' as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
drivers kernel virtualbox
marked as duplicate by karel, N0rbert, Kulfy, George Udosen, Eric Carvalho Dec 24 '18 at 12:28
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Virtualbox Kernel driver not installed [duplicate]
24 answers
Every time I try to run something in VirtualBox it keeps giving me an error, and I can't figure out how to fix it. I don't know how to fix it, and please be as detailed and easy to understand as possible, so I on't get confused. This is the error.
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/vboxconfig' as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
drivers kernel virtualbox
marked as duplicate by karel, N0rbert, Kulfy, George Udosen, Eric Carvalho Dec 24 '18 at 12:28
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
The error message suggests to runsudo /sbin/vboxconfig
in a terminal. How did you install virtualbox?
– danzel
Dec 24 '18 at 8:57
I installed it with the .deb file that you download from Oracles website
– SonicStarMan
Dec 24 '18 at 9:27
I also get this when I try that There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root.
– SonicStarMan
Dec 24 '18 at 9:36
add a comment |
This question already has an answer here:
Virtualbox Kernel driver not installed [duplicate]
24 answers
Every time I try to run something in VirtualBox it keeps giving me an error, and I can't figure out how to fix it. I don't know how to fix it, and please be as detailed and easy to understand as possible, so I on't get confused. This is the error.
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/vboxconfig' as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
drivers kernel virtualbox
This question already has an answer here:
Virtualbox Kernel driver not installed [duplicate]
24 answers
Every time I try to run something in VirtualBox it keeps giving me an error, and I can't figure out how to fix it. I don't know how to fix it, and please be as detailed and easy to understand as possible, so I on't get confused. This is the error.
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/vboxconfig' as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
This question already has an answer here:
Virtualbox Kernel driver not installed [duplicate]
24 answers
drivers kernel virtualbox
drivers kernel virtualbox
edited Dec 24 '18 at 9:00
karel
57.5k12128146
57.5k12128146
asked Dec 24 '18 at 8:55
SonicStarManSonicStarMan
566
566
marked as duplicate by karel, N0rbert, Kulfy, George Udosen, Eric Carvalho Dec 24 '18 at 12:28
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, N0rbert, Kulfy, George Udosen, Eric Carvalho Dec 24 '18 at 12:28
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
The error message suggests to runsudo /sbin/vboxconfig
in a terminal. How did you install virtualbox?
– danzel
Dec 24 '18 at 8:57
I installed it with the .deb file that you download from Oracles website
– SonicStarMan
Dec 24 '18 at 9:27
I also get this when I try that There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root.
– SonicStarMan
Dec 24 '18 at 9:36
add a comment |
The error message suggests to runsudo /sbin/vboxconfig
in a terminal. How did you install virtualbox?
– danzel
Dec 24 '18 at 8:57
I installed it with the .deb file that you download from Oracles website
– SonicStarMan
Dec 24 '18 at 9:27
I also get this when I try that There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root.
– SonicStarMan
Dec 24 '18 at 9:36
The error message suggests to run
sudo /sbin/vboxconfig
in a terminal. How did you install virtualbox?– danzel
Dec 24 '18 at 8:57
The error message suggests to run
sudo /sbin/vboxconfig
in a terminal. How did you install virtualbox?– danzel
Dec 24 '18 at 8:57
I installed it with the .deb file that you download from Oracles website
– SonicStarMan
Dec 24 '18 at 9:27
I installed it with the .deb file that you download from Oracles website
– SonicStarMan
Dec 24 '18 at 9:27
I also get this when I try that There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root.
– SonicStarMan
Dec 24 '18 at 9:36
I also get this when I try that There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root.
– SonicStarMan
Dec 24 '18 at 9:36
add a comment |
1 Answer
1
active
oldest
votes
Lets try these steps:
Install needed build tools:
sudo apt install build-essential
Build the kernel modules for virtualbox:
sudo /sbin/vboxconfig
Relaunch virtualbox.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Lets try these steps:
Install needed build tools:
sudo apt install build-essential
Build the kernel modules for virtualbox:
sudo /sbin/vboxconfig
Relaunch virtualbox.
add a comment |
Lets try these steps:
Install needed build tools:
sudo apt install build-essential
Build the kernel modules for virtualbox:
sudo /sbin/vboxconfig
Relaunch virtualbox.
add a comment |
Lets try these steps:
Install needed build tools:
sudo apt install build-essential
Build the kernel modules for virtualbox:
sudo /sbin/vboxconfig
Relaunch virtualbox.
Lets try these steps:
Install needed build tools:
sudo apt install build-essential
Build the kernel modules for virtualbox:
sudo /sbin/vboxconfig
Relaunch virtualbox.
answered Dec 24 '18 at 10:07
George UdosenGeorge Udosen
20.1k94367
20.1k94367
add a comment |
add a comment |
The error message suggests to run
sudo /sbin/vboxconfig
in a terminal. How did you install virtualbox?– danzel
Dec 24 '18 at 8:57
I installed it with the .deb file that you download from Oracles website
– SonicStarMan
Dec 24 '18 at 9:27
I also get this when I try that There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root.
– SonicStarMan
Dec 24 '18 at 9:36