VirtualBox 6.0.4/6.0.5 fails to start any vm (0x80004005) on Mojave Host

Discussions related to using VirtualBox on Mac OS X hosts.
Locked
deerme
Posts: 1
Joined: 5. Mar 2019, 05:35

VirtualBox 6.0.4/6.0.5 fails to start any vm (0x80004005) on Mojave Host

Post by deerme »

Hi everyone

I have a problem when I tried to start any vm in Mojave with VirtualBox 6.0.4 / 6.0.5 (test daily snapshots), my host is not official (Latitude E7440 with Clover and Mojave 10.14.3).

My environment contain VMX cpu feature detected by OSX ( sysctl -a | grep machdep.cpu.features) and the kext are active ( kextstat | grep virtualbox)

Code: Select all

158    3 0xffffff7f83183000 0xf0000    0xf0000    org.virtualbox.kext.VBoxDrv (6.0.5) C9D0F380-85ED-30D6-BF96-27DAC4016133 <8 6 5 3 1>
  159    0 0xffffff7f8315d000 0x8000     0x8000     org.virtualbox.kext.VBoxUSB (6.0.5) 98EE94F4-0166-35AE-991F-717B8592A1B2 <158 153 77 8 6 5 3 1>
  160    0 0xffffff7f83273000 0x5000     0x5000     org.virtualbox.kext.VBoxNetFlt (6.0.5) C0E78DB8-F0BC-3D4C-A752-2A8404D16D9F <158 8 6 5 3 1>
  161    0 0xffffff7f83278000 0x6000     0x6000     org.virtualbox.kext.VBoxNetAdp (6.0.5) 3F88946B-EEA8-3310-A64D-01E6B11E7F93 <158 6 5 1>
But, when I tried to start any machine (example minikube), VirtualBox show me the next message:

Code: Select all

#VBoxManage startvm minikube
waiting for VM "minikube" to power on...
VBoxManage: error: The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
#VBoxSVC.log
==> VBoxSVC.log <==
00:10:56.090760 Watcher  ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={5047460a-265d-4538-b23e-ddba5fb84976} aComponent={MachineWrap} aText={The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 (0x1)}, preserve=false aResultDetail=0
I know that my environment is not official and also I have tried installing / re-install / approving the application in the security options but nothing works. any ideas?

Thanks!
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: VirtualBox 6.0.4/6.0.5 fails to start any vm (0x80004005) on Mojave Host

Post by socratis »

deerme wrote:when I tried to start any vm in Mojave
deerme wrote:my host is not official (Latitude E7440 with Clover and Mojave 10.14.3).
VirtualBox for OSX is only supported on Apple hardware (which you do not have). And this ... OS that you have is not called Mojave, nor is it called 10.14, nor anything like that; it's called a Hackintosh.

I got to admit however, you are the first one (that I remember) who's trying to run VirtualBox on a Hackintosh host! So far all the incidents that we've had were trying to run Hackintosh guests, not run VirtualBox on a Hackintosh host! Bold, really bold move!

All the canned answers that I had were tailored for guests, even the manual has a warning about the guests, I don't think that we were anticipating a Hackintosh host... :o
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Locked