6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vagrant upでsshのタイムアウトが終わらない

Last updated at Posted at 2015-11-10

状況

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
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?