Error when trying to launch virtualbox machine in mac os x

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Paul5
Posts: 2
Joined: 20. Dec 2015, 13:56

Error when trying to launch virtualbox machine in mac os x

Post by Paul5 »

I get this when trying to load a ubuntu machine on virtualbox why
The virtual machine 'Ubuntu' has terminated unexpectedly during startup with exit code 1 (0x1).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: MachineWrap
Interface: IMachine {5047460a-265d-4538-b23e-ddba5fb84976}
Also i get this
Kernel driver not installed (rc=-1908)

Make sure the kernel module has been loaded successfully.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
I would like some help to fix this issue.
Last edited by socratis on 18. Mar 2019, 20:18, edited 1 time in total.
Reason: Enclosed the information in [quote] tag for better readability
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: Error when trying to launch virtualbox machine in mac os x

Post by andyp73 »

The error says that the kernel extensions needed by VirtualBox aren't installed. There is a thread on Installation fails on 10.13.x, 10.14.x (rc=-1908). I would start by reading that thread and following the guidance there.

-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Paul5
Posts: 2
Joined: 20. Dec 2015, 13:56

Re: Error when trying to launch virtualbox machine in mac os x

Post by Paul5 »

I am trying that but also the app fails to install is there a way to fix the issue.
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: Error when trying to launch virtualbox machine in mac os x

Post by andyp73 »

The normal process is run the installer (which will fail), allow Oracle as a vendor in the security settings, re-run the VirtualBox installer (which should succeed).

If it doesn't then there may be a permissions issue elsewhere and so can you post the output of running the single command:

ls -laed@ \
  / \
  /Applications \
  /Applications/VirtualBox.app \
  /Applications/VirtualBox.app/Contents/MacOS/VirtualBox \
  /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM \
  /Applications/VirtualBox.app/Contents/MacOS/VBoxRT.dylib \
  /Library/Application\ Support/VirtualBox \
  /private \
  /private/etc \
  /private/etc/sudoers \
  /private/tmp

-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Post Reply