I have just started using VirtualBox on a 64bit version of Windows 7. So far it has been running a Ubuntu for a few weeks with no problems.

Today I tried to get OSX to work. I created a virtual machine according to this guide but so far, regardless of whether the OSX DVD is mounted or not, the machine immediately crashes with the following error:

Failed to open a session for the virtual machine OSX

Unknown error creating VM
(VERR_VMX_MSR_LOCKED_OR_DISABLED)

After googling this message, it seems this is usually caused by the host machine not supporting virtualization properly. However, I know this cannot be the case because it runs Ubuntu fine.

What is going on?

link|improve this question

60% accept rate
Do you have any other virtualization software running ? – Sathya Dec 7 '10 at 16:00
Which version of Virtual Box are you using? – Madison S Dec 7 '10 at 16:08
feedback

1 Answer

up vote 3 down vote accepted

Unlike Ubuntu guest, OS X requires VT-x instructions to be enabled. Check in your BIOS is VT-x ( aka hardware virtualization) is enabled.

link|improve this answer
Ah thanks. I thought they both required it. I checked in my BIOS and it was indeed disabled. It now works. Thanks again! – Rupert Dec 7 '10 at 16:08
you're welcome Rupert! I faced the same problem when I was trying out OS X in VirtaulBox – Sathya Dec 7 '10 at 16:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.