vboxmanage startvm shows the following message:
VBoxManage: error: virtual machine "VM02" unexpectedly stopped during startup with exit code 1 (0x1)
VBoxManage: error: Details: NS_ERROR_FAILURE code (0x80004005), MachineWrap component, IMachine interface
/ var / log / syslog shows version mismatch, but I donβt know where it is:
Nucleus: [45470.001207] SUP_IOCTL_COOKIE: version mismatch. Requested: 0x260000 min: 0x260000 Current: 0x240000
headless -h shows this:
VBoxHeadless: Error -1912 in supR3HardenedMainInitRuntime!
VBoxHeadless: RTR3InitEx failed with rc = -1912
vm works fine after removing virtual box 5.1 and reinstalling 5.0.24
here as i upgrade to 5.1
sudo apt update sudo apt autoremove virtualbox-5.0 sudo apt install virtualbox-5.1 sudo vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.1.0-108711.vbox-extpack --replace
Is there something wrong when I update the virtual box?
What can I do to make it work on 5.1? OS - ubuntu 16.04 btw
source share