web-dev-qa-db-fra.com

L'installation de VirtualBox donne le message "modprobe vboxdrv" a échoué

L'installation de VirtualBox donne un message

Sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found.

J'ai mis à jour le système avec

Sudo apt-get update

suivi de

reboot

Version Ubuntu: 14.04 LTS

J'ai essayé d'installer avec GDebi Package Installer, le message est-

Selecting previously unselected package virtualbox-5.1.
(Reading database ... 800789 files and directories currently installed.)
Preparing to unpack .../virtualbox-5.1_5.1.0-108711~Ubuntu~trusty_AMD64.deb ...
Unpacking virtualbox-5.1 (5.1.0-108711~Ubuntu~trusty) ...
Setting up virtualbox-5.1 (5.1.0-108711~Ubuntu~trusty) ...
addgroup: The group `vboxusers' already exists as a system group. Exiting.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.

There were problems setting up VirtualBox.  To re-start the set-up process, run
  /sbin/vboxconfig
as root.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...

Un autre essai: j'ai désactivé le démarrage sécurisé du BIOS et suivi

apt-get update
apt-get install linux-headers-$(uname -r)
dpkg-reconfigure virtualbox-dkms
modprobe vboxdrv 

Maintenant, modprobe vboxdrv fonctionne bien. J'ai donc installé VirtualBox avec file- virtualbox-5.1_5.1.0-108711 ~ Ubuntu ~ trusty_AMD64.deb avec le programme d'installation du package GDebi. Maintenant, quand je démarre la VirtualBox et une machine, il affiche l'erreur suivante

**RTR3InitEx failed with rc=-1912 (rc=-1912)**

 The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing

'/sbin/vboxconfig'

may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.

where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user. 
11
Kapil

Cela m'a aidé:

apt-get update
apt-get install linux-headers-$(uname -r)
dpkg-reconfigure virtualbox-dkms
modprobe vboxdrv 
14
mwatzer

C'est un peu vieux, mais j'ai finalement résolu ce problème sur rhel7 (je suppose que cela le résoudrait aussi pour Ubuntu). J'ai pu le résoudre par:

démarrer dans le BIOS et aller> advanced (f7)> boot> faites défiler jusqu'à "démarrage sécurisé"> changez le "mode Windows EUFI" en "autre système d'exploitation"

Ma virtualbox fonctionne parfaitement maintenant.

1
Lee Gildemeester

Supprimez simplement Secure Boot du BIOS, puis

Sudo apt update 
Sudo apt install --reinstall linux-headers-$(uname -r) virtualbox-dkms dkms
0
Abhilash Ranjan

Il suffit de taper deux commandes et tout fonctionnera bien ......

Sudo apt-get update

Sudo apt-get install virtualbox-dkms
0
Muhammad Usman