VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)

1 개요[ | ]

VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
root@zetawiki:~/devstack-vagrant# vagrant up
Bringing machine 'manager' up with 'virtualbox' provider...
Bringing machine 'compute' up with 'virtualbox' provider...
==> manager: Checking if box 'ubuntu/xenial64' is up to date...
==> manager: Clearing any previously set forwarded ports...
==> manager: Clearing any previously set network interfaces...
==> manager: Specific bridge 'eth1' not found. You may be asked to specify
==> manager: which network to bridge to.
==> manager: Available bridged network interfaces:
1) eth0
2) virbr0
==> manager: When choosing an interface, it is usually the one that is
==> manager: being used to connect to the internet.
    manager: Which interface should the network bridge to? 2
==> manager: Preparing network interfaces based on configuration...
    manager: Adapter 1: nat
    manager: Adapter 2: bridged
==> manager: Forwarding ports...
    manager: 80 (guest) => 8080 (host) (adapter 1)
    manager: 6080 (guest) => 6080 (host) (adapter 1)
    manager: 22 (guest) => 2222 (host) (adapter 1)
==> manager: Running 'pre-boot' VM customizations...
==> manager: 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", "a609dc7f-51d1-4315-954b-af42e3a21b79", "--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

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}