Changes between Version 2 and Version 3 of Ticket #19795, comment 20
- Timestamp:
- Sep 30, 2020 7:07:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19795, comment 20
v2 v3 7 7 after that i tried to uninstall and reinstall virtualbox since I was getting the error 8 8 9 10 {{{ 9 11 Kernel driver not installed (rc=-1908) 10 12 … … 12 14 13 15 where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. 16 }}} 17 14 18 15 19 but i kept getting installation failed. I used the uninstall script from the development build package … … 17 21 here's the link to two dmesg logs after running 18 22 23 24 {{{ 19 25 sudo kextload -b org.virtualbox.kext.VBoxDrv 20 26 sudo kextload -b org.virtualbox.kext.VBoxNetFlt 21 27 sudo kextload -b org.virtualbox.kext.VBoxNetAdp 22 28 sudo kextload -b org.virtualbox.kext.VBoxUSB 29 30 }}} 23 31 24 32 https://1drv.ms/u/s!AhBwYSzF2LJqgQbMcfE5MShH14V3?e=aNDfaV … … 27 35 the output of those four commands 28 36 37 38 {{{ 29 39 Executing: /usr/bin/kmutil load -b org.virtualbox.kext.VBoxDrv 30 40 Error: Error Domain=KMErrorDomain Code=1 "Kernel request failed: (libkern/kext) kext (kmod) start/stop routine failed (-603946985)" UserInfo={NSLocalizedDescription=Kernel request failed: (libkern/kext) kext (kmod) start/stop routine failed (-603946985)} … … 35 45 Executing: /usr/bin/kmutil load -b org.virtualbox.kext.VBoxUSB 36 46 Error: Error Domain=KMErrorDomain Code=1 "Kernel request failed: (libkern/kext) dependency load failed (-603946987)" UserInfo={NSLocalizedDescription=Kernel request failed: (libkern/kext) dependency load failed (-603946987)} 47 48 }}} 37 49 38 50 here's the output of