Mac OS compatability?

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Koos
Posts: 3
Joined: 20. Aug 2018, 16:38

Mac OS compatability?

Post by Koos »

This may be a noob question, sorry.... :(
I have an old Mac Pro running Mac OS 10.7.5. Sadly thats the OS highest version it will run.
Im running Virtual Box 4.0.36 r104075, as I beleive that the highest release I can run on my old OS.
I have Windows XP/7/10, Cent OS and Mint 19 guests built. Every one of these guests does the same thing when launched - "A critical error has occured while running the virtual machine and the machine execution has been stopped"
The log ends with -
00:00:01.414 2D video acceleration is enabled.
00:00:02.256 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={09eed313-cd56-4d06-bd56-fac0f716b5dd} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false
00:00:02.290 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'.
00:00:02.293 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={09eed313-cd56-4d06-bd56-fac0f716b5dd} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false

Has anyone seen this before? Have I made a noob error? :roll:
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: Mac OS compatability?

Post by socratis »

Partial logs are not that helpful I'm afraid. Please ZIP and attach the full log. See the "Upload attachment" tab below the reply form.
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.
Koos
Posts: 3
Joined: 20. Aug 2018, 16:38

Re: Mac OS compatability?

Post by Koos »

Ooops sorry.

Some OS's do seem to work - Windows XP for example. Thats not very useful though. :)

Windows 10 complains that my processor isnt 64 bit even though it is..
Attachments
Mint 19 Cinnamon-2018-08-20-18-18-59.log.zip
(27.36 KiB) Downloaded 19 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Mac OS compatability?

Post by mpack »

This is your actual error :-
VBox.log wrote: 00:00:01.384 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:01.384 !!
00:00:01.384 !! Guru Meditation -4010 (VERR_VMX_VMXON_FAILED)
00:00:01.384 !!
00:00:01.384 !!
00:00:01.384 !! {mappings, <NULL>}
00:00:01.384 !!
00:00:01.384
VMX (aka VT-x) is required for all 64bit VMs. Make sure it is enabled in your host BIOS and not used by anything else running at the time.
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: Mac OS compatability?

Post by socratis »

Koos wrote:I have an old Mac Pro running Mac OS 10.7.5. Sadly thats the OS highest version it will run.
Then, according to my notes, you're talking about a MacPro1,1 or MacPro2,1. In the best case scenario, you have a MacPro2,1 which has a Intel Xeon 5300 series ("Clovertown") in there. And according to the log:
00:00:00.661 DMI Product Name: MacPro2,1
00:00:00.766 Full Name: Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
Right on the money! ;)
The Xeon 5355 CPU is capable enough, including the most important feature, VT-x.

But, I believe that neither the OS (from 2012-10-04), nor VirtualBox could manage with the latest guest OSes. BTW, have you tried to run anything higher than 4.0.36? Because the manual states:
Support for Mac OS X 10.7 (Lion) and earlier was removed with VirtualBox 5.0.
which means that you could run up to 4.3.40, from 2016-08-22. A whole lot newer version!

Of course the manual also states:
Support for Mac OS X 10.9 (Mavericks) was removed with VirtualBox 5.2.
which is completely bogus, because that's where I'm compiling and running VirtualBox on! :shock:
 Edit: Just got dev clarification; "it's not supported" doesn't mean "it won't run". I should have known better... 
I think that your main problem is VirtualBox and its version. Unfortunately, I cannot test at the moment 4.0.36, my OSX 10.11.6 is too new for such an old VirtualBox version. I urge you try 4.3.40, you got nothing to lose. The problem I think comes from this:
00:00:00.663 Package type: DARWIN_32BITS_GENERIC
I haven't seen one of those for ages. Not sure why you got the 32-bit one, because after 10.6, the whole thing was 64-bit...
00:00:00.758 [/Devices/ich9pci/0/] (level 3)
00:00:00.758   Trusted <integer> = 0x0000000000000001 (1)
Not only you have a way too old version, but you're using unsupported, experimental (even today) settings! Why did you enable the ICH9 chipset? Can you hover over the Chipset and read the tooltip?

So, in summary:
  • Uninstall VirtualBox 4.0.36, install version 4.3.40.
  • Remove the VM, including all its files (you got nothing to lose at this point) and create a new VM from scratch. Stick with the defaults!!!
  • If none of the above works, try an older Mint release, your hardware/software combination is too old for the latest and the greatest.
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.
Koos
Posts: 3
Joined: 20. Aug 2018, 16:38

Re: Mac OS compatability?

Post by Koos »

Thanks for all the info! :D
So, in summary:
Uninstall VirtualBox 4.0.36, install version 4.3.40.
Done!
Remove the VM, including all its files (you got nothing to lose at this point) and create a new VM from scratch. Stick with the defaults!!!
Done!
If none of the above works, try an older Mint release, your hardware/software combination is too old for the latest and the greatest.
Its not just Mint that wont run - Win 7 & 10, Ubuntu and others wont run either.

There doesn't seem to be a way to check the BIOS to make sure VTX s enabled... :(
Last edited by socratis on 6. Sep 2018, 08:22, edited 1 time in total.
Reason: Enclosed the information in [quote] tag for better readability
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: Mac OS compatability?

Post by socratis »

Koos wrote:There doesn't seem to be a way to check the BIOS
There is no "BIOS" on a Mac.
Unfortunately...
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.
Post Reply