2017-01-04 1 views
0

J'ai VirtualBox 5.1 installé sur Windows 7. J'ai un OS invité Debian (64 bits). Ce système invité j'ai à la fois "Activer VT-x/AMD-V" et "Activer Nested Paging" cases à cocher dans le "système - accelaration" menu et la "paravirtualisation Interface" est réglé vers "KVM".Invité CentOS dans l'invité Debian sur l'hôte Windows 7: "VT-x n'est pas disponible (VERR_VMX_NO_VMX)"

Maintenant, je suis en train de déployer un système CentOS (invité) (suivant these instructions pour installer un environnement de dev Apache Metron) à l'intérieur du système d'exploitation invité Debian, en utilisant VirtualBox 5.0 en tant que fournisseur -Vagrant.

je lance:

vagrant up 

et la sortie suivante:

[email protected] ~/incubator-metron/metron-deployment/vagrant/full-dev-platform$ vagrant up 
Running with ansible-skip-tags: ["solr", "yaf"] 
Bringing machine 'node1' up with 'virtualbox' provider... 
==> node1: Box 'bento/centos-6.7' could not be found. Attempting to find and install... 
    node1: Box Provider: virtualbox 
     node1: Box Version: >= 0 
    ==> node1: Loading metadata for box 'bento/centos-6.7' 
     node1: URL: https://atlas.hashicorp.com/bento/centos-6.7 
     ==> node1: Adding box 'bento/centos-6.7' (v2.2.7) for provider: virtualbox 
      node1: Downloading: https://atlas.hashicorp.com/bento/boxes/centos-6.7/versions/2.2.7/providers/virtualbox.box 
     ==> node1: Successfully added box 'bento/centos-6.7' (v2.2.7) for 'virtualbox'! 
     ==> node1: Importing base box 'bento/centos-6.7'... 
     ==> node1: Matching MAC address for NAT networking... 
     ==> node1: Checking if box 'bento/centos-6.7' is up to date... 
     ==> node1: Setting the name of the VM: full-dev-platform_node1_1483547498018_38251 
     ==> node1: Clearing any previously set network interfaces... 
     ==> node1: Preparing network interfaces based on configuration... 
      node1: Adapter 1: nat 
       node1: Adapter 2: hostonly 
      ==> node1: Forwarding ports... 
       node1: 22 (guest) => 2222 (host) (adapter 1) 
       ==> node1: Running 'pre-boot' VM customizations... 
       ==> node1: Booting VM... 
       There was an error while executing `VBoxManage`, a CLI used by Vagrant 
       for controlling VirtualBox. The command and stderr is shown below. 

Command: ["startvm", "34769275-58df-4c89-af8d-d1cb3e538dc9", "--type", "headless"] 

Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX) 
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole 

Quelqu'un sait-il ce qui se passe?

Note: De nombreux messages suggèrent ici pour désactiver Hyper-V. J'ai effectivement essayé de le faire sur mon Dell, mais je ne pouvais pas le trouver dans le BIOS. Ni ce que je pense que cela aiderait, car le problème est dans le invité du invité ...

Répondre