Возникавшие ошибки при работе с VirtualBox


Делаю:
2024.04.18


Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing

‘/sbin/vboxconfig’

as root.

If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system’s documentation for more information.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.


Запустилось с ядром:

Linux workstation 6.5.0-27-generic

По доке


VirtualBox is configured with multiple host-only adapters with the same IP “192.168.56.1”. Please remove one.

$ minikube start
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E1216 19:32:44.541503   10894 start.go:180] Error starting host: Error creating host: Error executing step: Running precreate checks.
: VirtualBox is configured with multiple host-only adapters with the same IP "192.168.56.1". Please remove one.

 Retrying.
E1216 19:32:44.541904   10894 start.go:186] Error starting host:  Error creating host: Error executing step: Running precreate checks.
: VirtualBox is configured with multiple host-only adapters with the same IP "192.168.56.1". Please remove one
================================================================================
An error has occurred. Would you like to opt in to sending anonymized crash
information to minikube to help prevent future errors?
To opt out of these messages, run the command:
	minikube config set WantReportErrorPrompt false
================================================================================


$ VBoxManage list -l hostonlyifs

$ VBoxManage hostonlyif remove vboxnet1