Kali 4.6.0-kali1-amd64에 VirtualBox를 설치했습니다. VB가 시작되지만 VM을 시작하면 다음 오류가 발생합니다.
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/vboxconfig'
as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
여러 가지 방법 으로이 문제를 해결하려고 시도했지만 여전히 실행할 수 없습니다. VM을 실행할 수 있도록이 오류를 어떻게 해결할 수 있습니까?
////////
VB 제거 VB 웹 사이트에서 deb를 다운로드했습니다. 를 사용 apt-get install dkms build-essential linux-headers-$(uname -r)
하면 다음 오류가 반환됩니다.
E: Unable to locate package linux-headers-4.6.0-kali1-amd64 E: Couldn't find any package by glob 'linux-headers-4.6.0-kali1-amd64' E: Couldn't find any package by regex 'linux-headers-4.6.0-kali1-amd64'
이 문제를 어떻게 해결할 수 있습니까?
/////////////////// 업데이트 :
deb http://mirror.nus.edu.sg/kali/kali kali-rolling main non-free contrib
내 소스 목록 에 추가하여 헤더 문제를 해결했습니다 . VB를 다시 설치했습니다. 이제 나는 얻는다 :
RTR3InitEx failed with rc=-1912 (rc=-1912)
The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing
'/sbin/vboxconfig'
may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.
where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user.
E: Unable to locate package linux-headers-4.6.0-kali1-amd64 E: Couldn't find any package by glob 'linux-headers-4.6.0-kali1-amd64' E: Couldn't find any package by regex 'linux-headers-4.6.0-kali1-amd64'
@MichaelMMeskhi을