Vagrant 拉雷维尔家园赢得';t启动,始终输入';上师冥想';地位

Vagrant 拉雷维尔家园赢得';t启动,始终输入';上师冥想';地位,vagrant,virtualbox,digital-ocean,homestead,Vagrant,Virtualbox,Digital Ocean,Homestead,我试图在DigitalOcean的Ubuntu14.04 LEMP droplet上运行box。下面是两个教程: 但我似乎无法启动安装后的盒子。我一直收到以下错误消息: Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'laravel/homestead'... ==> default: Matching MAC address for NA

我试图在DigitalOcean的Ubuntu14.04 LEMP droplet上运行box。下面是两个教程:

但我似乎无法启动安装后的盒子。我一直收到以下错误消息:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'laravel/homestead' is up to date...
==> default: Setting the name of the VM: homestead
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 80 => 22280 (adapter 1)
    default: 443 => 22443 (adapter 1)
    default: 3306 => 23306 (adapter 1)
    default: 5432 => 25432 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'gurumeditation' state. Please verify everything is configured
properly and try again.

If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
以下是我的VirtualBox的错误日志:



你能解决这个问题吗?你的解决方案是什么?不是真的,至少不是在数字海洋上。但我发现了为什么会这样。这是因为主机不支持所谓的硬件虚拟化,或者主机的bios中禁用了硬件虚拟化选项。Homestead是一个64位映像,需要启用硬件虚拟化。我可以把它安装在本地机器上,但不能安装在Digital Ocean上。我猜任何其他32位图像都可以,但没有时间去实验。如果你在这方面有任何进展,请告诉我。