VirtualBox

Ticket #20030: initial_error.md

File initial_error.md, 1.0 KB (added by xris, 4 years ago)

initial error information

Line 
1
2```
3The virtual machine '[VM name]' has terminated unexpectedly during startup with exit code 1 (0x1).
4
5Result Code:
6NS_ERROR_FAILURE (0x80004005)
7Component:
8MachineWrap
9Interface:
10IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}
11```
12
13```
14Kernel driver not installed (rc=-1908)
15
16The VirtualBox Linux kernel driver (vboxdrv) is probably not loaded.You may not have kernel driver installed for kernel that is runnig, if so you may do as root: dnf install akmod-VirtualBox kernel-devel-$(uname -r)If you installed VirtualBox packages and don't want reboot the system, you may need load the kernel driver, doing as root: akmods; systemctl restart vboxdrv.service
17
18If 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.
19
20where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
21```

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette