
Jesús maldonado
Preguntahace un tiempo atrás tuve un problema con la computadora y aproveche eso para cambiar de sistema operativo de ubuntu 18.04 a fedora 32 ya que me interesaba mucho. no e tenido problemas con la mayoría de las cosas a excepción del siguiente error.
Fallo al abrir una sesión para la máquina virtual ubuntu_server. The virtual machine 'ubuntu_server' has terminated unexpectedly during startup with exit code 1 (0x1). Código resultado: NS_ERROR_FAILURE (0x80004005) Componente: MachineWrap Interfaz: IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}
<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. >
ya tengo cierta experiencia con linux pero me sigo considerando un principiante y esto me supera; tratando de arreglarlo también e descubierto error tras error.
estaría muy agradecido de que me ayudaran, ya llevo varios dias tratando de arreglar el problema. dejare el resto de errores que me valla encontrando en comentarios adjuntos.

Julio Enrique Andrade Vidarte
No podría asegurarte tener la respuesta. Pero en ese mensaje dice que podría estar teniendo problemas con el Secure Boot. Si tu máquina es relativamente moderna y utiliza UEFI, intenta deshabilitar el Secure Boot. Yo tuve un problema similar hace un tiempo y con esto se solucionó. Aunque no es la opción más ideal.

Jesús maldonado
[davidm@localhost ~]$ sudo /sbin/vboxconfig vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Starting VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules. This system is currently not set up to build kernel modules. Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system. The distribution packages containing the headers are probably: kernel-devel kernel-devel-5.7.8-200.fc32.x86_64 This system is currently not set up to build kernel modules. Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system. The distribution packages containing the headers are probably: kernel-devel kernel-devel-5.7.8-200.fc32.x86_64 There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root. If your system is using EFI Secure Boot you may 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. [davidm@localhost ~]$

Jesús maldonado
[davidm@localhost ~]$ sudo modprobe vboxdrv [sudo] password for davidm: modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.7.8-200.fc32.x86_64 [davidm@localhost ~]$