-2

I want to use Kvm as hypervisor, but it is difficult. Is says that I don't have space on the node, that is not true.

How could I solve this big problem? http://prntscr.com/2rlcq1

Reuben
  • 5,556
  • 10
  • 43
  • 55
Koen Hollander
  • 1,687
  • 6
  • 27
  • 42

1 Answers1

1

Your question is not clear. First of all you can install Kvm only in a bare-metal physical machine. Though it comes with a linux distribution but it's a hypervisor so it runs directly on the hardware.

Next you have to enable the processor virtualization extension that is Intel-VT/VT-x or AMD-v from bios.

Then only you can install Kvm.

Reuben
  • 5,556
  • 10
  • 43
  • 55