0
2

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.

Ubuntu16.04 LTSでVagrant up時にエラーが発生しゲストOSが起動しないとき

Posted at

エラーが発生した環境

  • ホストOS Ubuntu 16.04 LTS
  • ゲストOS Centos7.3
  • Vagrant 1.9.3
  • VirtualBox 5.1

エラー

Ansibleで環境構築する際のテストをしようとVirtualBoxとVagrantをインストール。
VirtualBoxはオラクルのサイトからバージョン5.1を、Ansibleはapt-getでインストール。
しかし、起動しようとすると以下のようなエラーが発生し起動できない。

default: Booting VM... There was an error while executing  VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "0399f946-6a87-4310-a22d-c1a4525ae2f0", "--type", "headless"]

対処法

オラクルのサイトにあるVirtualBox 5.1ではなくUbuntu SoftwareにあったVirtualBox5.0をインストールしたら無事に起動した。バージョンによる問題なのだろうか?
おそらくapt-getやオラクルのサイトにあるVirtualBox5.0をインストールしても解決するだろう。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?