Ubuntu 14.04에 가상 상자를 설치하면 다음 메시지가 나타납니다.
커널 드라이버가 설치되지 않았습니다 (rc = -1908).
VirtualBox Linux 커널 드라이버 (vboxdrv)가로드되지 않았거나 / dev / vboxdrv에 권한 문제가 있습니다. 실행하여 커널 모듈을 다시 설치하십시오
'/etc/init.d/vboxdrv 설정'
루트로. 배포판에서 사용할 수 있으면 DKMS 패키지를 먼저 설치해야합니다. 이 패키지는 Linux 커널 변경 사항을 추적하고 필요한 경우 vboxdrv> kernel 모듈을 다시 컴파일합니다.
그런 다음 링크 를 따라 다음 명령을 입력했습니다.
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get remove --purge virtualbox-dkms
sudo apt-get install virtualbox-dkms
마지막 명령 실행시
sudo apt-get install virtualbox-dkms
오류가 발생합니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
virtualbox-dkms : Depends: virtualbox (>= 4.3.10-dfsg-1)
E: Unable to correct problems, you have held broken packages.
참고로 Virtual Box의 버전을 확인했는데 4.3.16 r95972가 있습니다.
솔루션을 사용하여 작동했습니다.
sudo apt-get install build-essential module-assistant
sudo m-a prepare
오류에서 언급 한대로 두 번째 커널 모듈을 다시 설치하십시오.
sudo /etc/init.d/vboxdrv setup
자세한 내용은 링크에서