Hargh...
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 install virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
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.
Je me suis d'abord servi de ce tuto pour réoudre le problème mais cela ne suffit pas (ou j'ai merdé quelque part) :
https://tom23.com/?p=94
cedric@cedric-X55A:~$ uname -r
4.8.0-41-generic
linux-headers-4.8.0-41-generic est déjà installé (mais j'ai réinstallé pour être sûr)
J'ai aussi réinstallé virtualbox-dkms (version 5.0.32-dfsg-0ubuntu1.16.04.2)
Et comme il disait : blablabla...
and load the kernel module by executing 'modprobe vboxdrv'
J'ai tenté de faire sudo modprobe vboxdrv :
cedric@cedric-X55A:~$ sudo modprobe vboxdrv
modprobe: ERROR: could not insert 'vboxdrv': Required key not available
cedric@cedric-X55A:~$
Est-ce là que cela coince? (oui parce que je comprend que quand il y a "ERROR", souvent y'a un truc qui coince)
Sinon peut être que l'ISO ne convient pas (pourtant j'ai choisi un windows 32bit dans le doute)
Selon la doc concernant l'architecture matérielle il faut faire "lscpu | grep bit" pour savoir si mon processeur est 32 ou 64 bits.
Si cette commande retourne "64-bit" ou "64 bits", alors votre processeur est 64bits, et vous pouvez utiliser Ubuntu32bits ou Ubuntu64bits
Si elle retourne "32-bit", alors votre processeur est 32bits, et vous ne pouvez utiliser que Ubuntu32bits (vous ne pouvez pas utiliser Ubuntu64bits)
cedric@cedric-X55A:~$ lscpu | grep bit
Mode(s) opératoire(s) des processeurs :32-bit, 64-bit
Si j'ai les deux je fait comment?
Ou alors un problème de secure boot, c'est aussi un truc que j'ai pas trop pigé, mais en gros j'ai cru comprendre qu'il fallais choisir un mot de passe pour qu'un truc propriétaire puisse être installé. Mais j'ai jamais dû retaper ce mot de passe...
Au plaisir de lire vos réponse demain, et déjà un tout grand merci !