Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VT-x is disabled in BIOS #2

Open
skasberger opened this issue May 29, 2015 · 2 comments
Open

VT-x is disabled in BIOS #2

skasberger opened this issue May 29, 2015 · 2 comments

Comments

@skasberger
Copy link
Member

When starting the VM on my ubunut 64bit system, following error was thrown.

Error message:

Failed to open a session for virtual machine ContentMine-VM.

VT-x is disabled in the BIOS.
(VERR_VMX_MSR_VMXON_DISABLED)

Details:

Result Code: 
NS_ERROR_FAILURE (0x80004005)
Component: 
Console
Interface: 
IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}

error

@emanuil-tolev
Copy link
Member

CPU Virtualisation support is disabled in your computer's BIOS settings. It's a setting that allows the processor to help (immensely) with running virtual machines at palatable speeds.

You'd need to enable it from your BIOS - here's a generic article about it http://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/ but the specific steps really depend on your specific computer.

@skasberger
Copy link
Member Author

solved it via help from http://superuser.com/questions/22915/how-do-i-enable-vt-x
enabled virtualization in BIOS, shut down for 30 seconds (unplugged cable too) and started again.
should maybe be mentioned in documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants