virtualbox関連

Windows環境でのVirtualBox+Vagrantで64bitOSを構築するさいに行き詰まったこと・・・

・64bitOSをゲストとしてインストールするときの注意
ホストマシンのCPUを要チェックしてください。私の場合CPUはCeleron585でした。
これは仮想化支援機構vt-xに非対応で64bitOSを起動することができません。
もし仮想化支援機構非対応のCPUで64bit環境を構築すると、

DL is deprecated, please use Fiddle
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.

とメッセージが書かれます。32bitOSに変更すると、すんなり起動します。

Comments