ACTUALIZAR:

ACTUALIZAR:

Tengo una máquina Dell OPTIPLEX 755 con VT habilitado en BIOS pero cuando intento verificar usando KVM aparece el siguiente error

¿Me falta algo?

root@nova-controller:~# kvm-ok
INFO: /dev/kvm does not exist
HINT:   sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
INFO: KVM (vmx) is disabled by your BIOS
HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
      and then hard poweroff/poweron your system
KVM acceleration can NOT be used
root@nova-controller:~#

ACTUALIZAR:

root@nova-controller:~# sudo modprobe kvm_intel
FATAL: Error inserting kvm_intel (/lib/modules/3.2.0-26-generic/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported

dmesg

[   57.887352] kvm: disable TXT in the BIOS or activate TXT before enabling KVM
[   57.887354] kvm: disabled by bios
[   61.199353] kvm: disable TXT in the BIOS or activate TXT before enabling KVM
[   61.199355] kvm: disabled by bios
[  965.566334] kvm: disable TXT in the BIOS or activate TXT before enabling KVM
[  965.566337] kvm: disabled by bios

Respuesta1

En tu BIOSDeberíaslas siguientes configuraciones:

  • Seguridad:Ejecutar Deshabilitardebiera serEn
  • Actuación:Virtualizacióndebiera serEn
  • Actuación:VT para acceso directo a E/Sdebiera serEn
  • Actuación:Ejecución confiabledebiera serApagado

Después de cambiarlos y guardar la configuración, apague físicamente la computadora y vuelva a encenderla.

información relacionada