When you goto BIOS, look for the Option that says one of these :
Virtualization Technology : <DISABLED>
or
SVM Technology : <DISABLED>
or
Intel VT : <DISABLED>
or something similar.
Usually this feature is under System Configuration.
Before you goto BIOS, you can also use the command below to test if your hardware virtualization even turned on or not.
If you type #dmesg | less , you will get a list of stuff, among these there are two options your should look for:
# kvm : no hardware support
and
# kvm : disabled by bios
Could you post which motherboard and CPU you are using?
Virtualization Technology : <DISABLED>
or
SVM Technology : <DISABLED>
or
Intel VT : <DISABLED>
or something similar.
Usually this feature is under System Configuration.
Before you goto BIOS, you can also use the command below to test if your hardware virtualization even turned on or not.
If you type #dmesg | less , you will get a list of stuff, among these there are two options your should look for:
# kvm : no hardware support
and
# kvm : disabled by bios
Could you post which motherboard and CPU you are using?