Linux 터미널에서 명령을 실행 하려고 하면 vagrant up
다음 오류가 발생합니다.
The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
또한 실행했지만 VBoxManage --version
여전히 다음과 같은 오류가 발생했습니다.
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (5.0.0-32-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.
6.0.14r133895
이 사이트에서 몇 가지 문제를 발견했지만 여전히 해결책을 찾지 못했습니다.
답변1
주요 문제는 가상 상자에 있습니다.
이 명령을 실행하여 sudo apt-get purge virtualbox-\*
모든 vb 파일을 삭제한 다음 다운로드를 통해 최신 버전으로 업그레이드했습니다..deb
협회문서.