没有英特尔®;虚拟化技术(VT-x):即使使用32位图像,Vagrant也会步履蹒跚 CPU:英特尔®核心™2个四CPU Q8200@2.33GHz×4 主机操作系统:Ubuntu 16.04.2 64位 流浪汉:1.9.7 Virtualbox:5.1.24

没有英特尔®;虚拟化技术(VT-x):即使使用32位图像,Vagrant也会步履蹒跚 CPU:英特尔®核心™2个四CPU Q8200@2.33GHz×4 主机操作系统:Ubuntu 16.04.2 64位 流浪汉:1.9.7 Virtualbox:5.1.24,vagrant,Vagrant,我有: 我也试过xenial64.box。准确地说 这里有一些讨论 这似乎与Intel虚拟化技术有某种联系。 这个CPU不支持它 我会对32位虚拟机感到满意。但是我如何组织它呢?嗯,我只想开始。有没有SSH,或者什么的。但现在就开始吧 你能在这里踢我一脚吗? $ vagrant init precise64 http://files.vagrantup.com/xenial32.box ... $ vagrant up Bringing machine 'default' up with 'vi

我有:

我也试过xenial64.box。准确地说

这里有一些讨论

这似乎与Intel虚拟化技术有某种联系。 这个CPU不支持它

我会对32位虚拟机感到满意。但是我如何组织它呢?嗯,我只想开始。有没有SSH,或者什么的。但现在就开始吧

你能在这里踢我一脚吗?

$ vagrant init precise64 http://files.vagrantup.com/xenial32.box
...
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2200 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2200
    default: SSH username: vagrant
    default: SSH auth method: private key
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.