Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vt-x/AMD-V hardware acceleration is not available on your system [closed]

I imported a VM from Oracle and tried to open it. When I try to run the VM, i get the following message:

VT-x/AMD-V hardware acceleration is not available on your system. Your 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot.

As it can be seen from configuration, the VT-x is available on my machine:

enter image description here

Can someone tell me what else should I do in order to be able to start he VM, please?

Thank you,

like image 329
mikcutu Avatar asked Jul 31 '17 07:07

mikcutu


People also ask

How do I enable VT-x AMD-V hardware acceleration?

Press F2 key at startup BIOS Setup. Press the right arrow key to Advanced tab, Select Virtualization Technology and then press the Enter key. Select Enabled and press the Enter key. Press the F10 key and select Yes and press the Enter key to save changes and Reboot into Windows.

How do I fix VirtualBox hardware acceleration is not available?

VT-x/AMD-V is disabled within BIOS – Another reason why you might see this error message is that the virtualization technology that your CPU uses is disabled from BIOS. In this case, accessing the BIOS settings and enabling VT-x/AMD-V will resolve the error message and allow you to run virtual machines.


2 Answers

You need to Enable Virtual Hardware in BIOS.

  1. Press F2 key at startup BIOS Setup.
  2. Switch to the Advanced Mode tab then choose CPU Configuration option.
  3. Scroll down to the "Intel Virtualization Technology" value, and then change [Disabled]->[Enabled].
  4. Save Changes and Exit.
like image 96
Penny Liu Avatar answered Sep 18 '22 09:09

Penny Liu


It depends on what tool your using to run your VM,

e.g. Virtual box there is setting to enable Hardware virtualization for guest VM

Edited:

If you don't have hardware Virtualisation enable you can try with software Virtualisation this will impact performance

enter image description here

like image 26
Vikrant Pawar Avatar answered Sep 19 '22 09:09

Vikrant Pawar