LoginSignup
1
1

More than 5 years have passed since last update.

vagrantでVCCWを利用する場合のVirtualboxのバージョンの注意

Last updated at Posted at 2016-02-10

最新の5.0だとエラーが出たので、
下記のバージョンを再インストールで無事起動できた
https://www.virtualbox.org/wiki/Download_Old_Builds_4_3

追記

サーバーをシャットダウンして再起動したらsshを無効にしたらどうなの?
的なエラーが出たので「Vagrantfile」内の記述を
vb.customize ['modifyvm', :id, '--ioapic', 'on']

vb.customize ['modifyvm', :id, '--ioapic', 'off']
にして再起動したらエラーが出ずに起動できた

1
1
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
1
1