15

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,

usefulBee
  • 9,250
  • 10
  • 51
  • 89
mikcutu
  • 1,013
  • 2
  • 17
  • 34

3 Answers3

10

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.
Penny Liu
  • 15,447
  • 5
  • 79
  • 98
7

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

Vikrant Pawar
  • 789
  • 1
  • 6
  • 23
3

This is how I resolved this problem:

  1. I restarted computer, disabled virtualization from BIOS, and started computer.
  2. When I opened Virtualbox, nothing changed (the same error).
  3. I restarted computer again, and enabled virtualization from BIOS, and started computer.
  4. When I opened Virtualbox, guest OS started without problem.
horse
  • 707
  • 4
  • 11
  • 30