Php & mysql: novice to ninja

Hi

I’m working my way through this book and have hit a problem already that I’m hoping someone will be able to help me with. I’m getting this error when I “vagrant up” my virtual machine.

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "18173e4f-9b2a-4a6c-9522-cd1f6518f499", "--type", "headless
"]

Stderr: VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap,
 interface IConsole

can someone help??

Have you got virtualisation enabled in your system BIOS, and does your CPU support it?

Search on VERR_MVMX_NO_VMX for more details.

Might be better posted in the “Server Config” board, this isn’t really a PHP issue.

Take a look at the note on page 11, you need to enable VT-x (intel) or AMD-V (AMD) in your computer’s BIOS.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.