Bonjour, quand je lance Virtualbox dans le terminal il m'affiche ce message :
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.9.0-4-amd64) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.
sudo /sbin/vboxconfig -> quand je tape cette commande en root:
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service → /lib/systemd/system/vboxdrv.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service → /lib/systemd/system/vboxballoonctrl-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service → /lib/systemd/system/vboxautostart-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service → /lib/systemd/system/vboxweb-service.service.
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Le programme Virtualbox est bien ouvert après le lancement dans le terminal, mais dès que j'essaye de lancer une session je reçois deux messages:
Échec de l'ouverture de session pour la machine virtuelle abc.
The virtual machine 'abc' has terminated unexpectedly during startup with exit code 1 (0x1).
Code d'erreur : NS_ERROR_FAILURE (0x80004005)
Composant : MachineWrap
Interface : IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}
Ainsi que celui-là par la même occassion dans le programme Virtualbox
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.
Donc je refais la même commande en root : '/sbin/vboxconfig'
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service → /lib/systemd/system/vboxdrv.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service → /lib/systemd/system/vboxballoonctrl-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service → /lib/systemd/system/vboxautostart-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service → /lib/systemd/system/vboxweb-service.service.
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Donc là toujours le même soucis. Je décide de mener l'enquête et regardant dans les logs '/var/log/vbox-install.log'.
make KBUILD_VERBOSE=1 CONFIG_MODULE_SIG= -C /lib/modules/4.9.0-4-amd64/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j4 modules
make[1]: AVERTISSEMENT : -jN forcé dans un submake : désactivation du mode serveur de tâches.
Segmentation fault
Makefile:141: *** failed to create output directory "/usr/src/linux-headers-4.9.0-4-amd64". Arrêt.
Makefile:8 : la recette pour la cible « all » a échouée
make[1]: *** [all] Erreur 2
/tmp/vbox.0/Makefile.include.footer:97 : la recette pour la cible « vboxdrv » a échouée
make: *** [vboxdrv] Erreur 2
J'ai essayé de réinstaller Virtualbox, essayé plusieurs versions, toujours le même problème. Je n'ai pas trouvé d'aide en cherchant sur internet.
Merci pour votre aide !