Mengatasi Error Virtualbox /sbin/vboxconfig (Kernel Driver Not Installed)
Virtualbox merupakan aplikasi virtualisasi yang banyak digunakan. Saat saya menulis artikel ini Virtualbox sudah di versi 6.0.4 dimana ada beberapa fitur dan perbaikan berupa:
VirtualBox 6.0.4 (released January 28 2019)
This is a maintenance release. The following items were fixed and/or added:
- Virtualization core: support Shanghai/Zhaoxin CPUs.
- User interface: handle command line arguments to VirtualBox correctly (bugs #18206 and #18197)
- User interface: improvements to machine manager window, virtual optical disk creator, storage selector window and log viewer window
- User interface: various small fixes and improvements
- Audio: implemented time scheduling for the AC’97 device emulation to keep audio and video in sync
- Graphics: basic support for VMSVGA graphics device in virtual machines using EFI
- Network: fix occasional NATNet crashes (bug #13899)
- Network: worked around problems in certain PCnet drivers on old operating systems
- Serial: fixed connecting to pseudo terminals on POSIX hosts (6.0.0 regression; bug #18319)
- Linux hosts and guests: fix for building kernel modules against Linux 5.0. Thank you Kyle Laker
Oke kembali ke topik, saat selesai proses installasi virtualbox sudah selesai kadang kita mengalami issue/error dimana Virtualbox gagal menjalankan VM. Salah satu issue tsb adalah issue Kernel Driver Not Installed.
Berikut penampakan virtualbox saat terjadi error dimana gagal menjalankan VM dikarenakan issue driver.
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.
Ketika ditelusuri dari error log didapat Virtualbox gagal start dikarenakan tidak adanya library libcblas.so.3.
libcblas.so.3: cannot open shared object file: No such file or directory
Cara memperbaiki error/issue tersebut tidak terlalu rumit, pastikan kita memiliki library tersebut. Atau install saja jika belum ada.
root@ideapad-320:~# apt install libatlas-base-dev
Dan jalankan perintah /sbin/vboxconfig
reboot atau ulangi Virtualbox kamu!
Happy Monday! 🙂