ดังนั้นฉันพยายามสร้างระบบปฏิบัติการด้วย VirtualBox และฉันได้รับข้อผิดพลาดนี้:
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
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
ดังนั้นฉันจึงเห็นได้ชัดว่ากำลังรันการตั้งค่า Vboxdrv ฉันรันคำสั่งนี้:
sudo service vboxdrv setup
ฉันพบข้อผิดพลาดขณะทำเช่นนั้น:
stopping kernel drivers...done.
Uninstalling old virtualbox dkms kernel modules/etc/init.d/voboxdrv: 302: /etc/init.d/vboxdrv: /usr/share/virtualbox/src/vboxhost/do_dkms: not found
...done.
(Failed, trying without DKMS)
recompiling VirtualBox kernel modules...failed!
(look at /var/log/vbox-install.log to find out what went wrong.)
ดังนั้นฉันจึงดู/var/log/vbox-install.log
เพื่อดูว่าฉันสามารถหาอะไร ฉันได้รับข้อผิดพลาดนี้:
/etc/init.d/vboxdrv: 334: /etc/init.d/vboxdrv: /usr/share/virtualbox/src/vboxhost/build_in_tmp: not found
ความช่วยเหลือใด ๆ ขอบคุณ