Lots of weird issues in Virtualbox for Chromebook/ChromeOS

Discussions related to using VirtualBox on other (unsupported) hosts like FreeBSD.
Post Reply
Ebony-angel
Posts: 10
Joined: 23. Sep 2019, 18:48

Lots of weird issues in Virtualbox for Chromebook/ChromeOS

Post by Ebony-angel »

Hello.
On my Chromebook with ChromeOs I have installed version 7 of VirtualBox.
I downloaded a .vdi with windows 8 but when I try to run it I get the following error:

Code: Select all

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.
VM Name: win
The virtual machine 'win' has terminated unexpectedly during startup with exit code 1 (0x1). Result Code: NS_ERROR_FAILURE (0X80004005)


I have tried /sbin/vboxconfig, but this happens to me:

Code: Select all

root@penguin:/home/maglinares# /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
libkmod: ERROR ../libkmod/libkmod-module.c:1668 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1668 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
libkmod: ERROR ../libkmod/libkmod-module.c:1668 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
vboxdrv.sh: Starting VirtualBox services.
libkmod: ERROR ../libkmod/libkmod-module.c:1668 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
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.
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.

There were problems setting up VirtualBox. To restart 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.
I've also tried installing the latest kernel, but that doesn't work either.
How can I solve that?
Thnak you in advance.
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Lots of weird issues in Virtualbox for Chromebook/ChromeOS

Post by scottgus1 »

Per the manual https://www.virtualbox.org/manual/ch01. ... tossupport ChromeOS is not a supported host. If the OS on the Chromebook is based on Linux, then there are Linux prerequisites for Virtualbox https://www.virtualbox.org/manual/ch02. ... nux-prereq

Try uninstalling, running the prerequisites, then installing official Virtualbox https://www.virtualbox.org/wiki/Linux_Downloads
Post Reply