てしりこじり

しりがちいさいエンジニアがいるという

vagrant で Timed out while waiting for the machine to boot

vagrant 起動しようとしてはまった。

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[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...
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. This can
mean a number of things.

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.

Waiting for machine to boot. This may take a few minutes... で待たされて
コーヒー飲んで帰ってくると Timed out while waiting for the machine to boot

なんやねん。
しかしよく考えたら以前も同じ結論に至った気がする。

開発用のPCが原因臭い。
64bit対応してないからだ。うわああああn

[Vagrant]ネットの情報通りやったのに動かない場合 | WEBプログラム覚書