Saturday, July 17, 2021

Cara Mengatasi Error “CANNOT CHANGE GROUP VBOXUSERS FOR DEVICE /DEV/VBOXDRV”

 Hari ini, kami tidak dapat memulai mesin virtual apa pun dari Oracle Virtualbox. kami menemukan dua kotak dialog error berikut.

Failed to open a session for the virtual machine Ubuntu 18.04 LTS Server.

Details:

The virtual machine 'Ubuntu 18.04 LTS Server' has terminated unexpectedly during startup with exit code 1 (0x1).

 dengan error lanjutan:

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing

'/sbin/vboxconfig'

as root.

If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

untuk mengatasinya, silakan ikuti cara berikut: 

sudo /sbin/vboxconfig

 lalu tambahkan vboxusers group

sudo groupadd vboxusers 

diikuti dengan menambahkan user ke group

sudo usermod -a -G vboxusers

lalu ulangi perintah vboxconfig 

sudo /sbin/vboxconfig

Selamat mencoba! 

0 comments:

Post a Comment