状況
vagrant upしたら
default: Warning: Connection timeout. Retrying...
が延々と表示される。
GUIで見てみると
This kernel requires an x86-64 CPU, but only detected an i686 CPU.
Unable to boot - please use a kernel appropriate for your CPU.
という感じで、
そもそも起動できてないみたい。
原因
http://qiita.com/kmats@github/items/a2396aa5b6f397d447b8
こちらの記事によると、
BIOSの設定が仮想環境動かせるようになってなかったらしい。
解決
↑の記事の通りにBIOSをいじって解決。
- Advance > CPU Configuration > Intel(R) VirtualizationTechnology > Enabled
参考までに環境を
- ホスト
- OS : Windows 8.1 Enterprise
- プロセッサ : Intell(R) Core(TM) i5-4460
- BIOS : American Megatrends Inc. 2202
- VirtualBox 5.0.4
- Vagrant 1.7.4
- ゲスト
- CentOS 6.5 x86_64