質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
VirtualBox

VirtualBoxは、現在米オラクル社が開発している、 x86仮想化ソフトウェア・パッケージの一つです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

Q&A

解決済

1回答

3410閲覧

VirtualBoxでvagrant upするとエラーが出る

tablow

総合スコア14

VirtualBox

VirtualBoxは、現在米オラクル社が開発している、 x86仮想化ソフトウェア・パッケージの一つです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

0グッド

0クリップ

投稿2015/11/07 09:06

【実行環境】
OS:Windows7
VirtualBoxバージョン:5.0.8 r103449
Vagrantバージョン:1.7.4
CentOSバージョン:centos-7.1

ドットインストールに倣い、Vagrantを使ってCentOSを立ち上げようとしているのですが、
vagrant upコマンドを実行すると下記のエラーが発生し、出だしから躓いてしまいました。
http://dotinstall.com/lessons/basic_localdev_win/30804

Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'bento/centos-7.1' is up to date... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again. If the provider you're using has a GUI that comes with it, it is often helpful to open that and watch the machine, since the GUI often has more helpful error messages than Vagrant can retrieve. For example, if you're using VirtualBox, run `vagrant up` while the VirtualBox GUI is open. The primary issue for this error is that the provider you're using is not properly configured. This is very rarely a Vagrant issue.

またVirtualBoxのGUIからの立ち上げを試みると、下記のエラーが発生します。

仮想マシン"vagrant_test_default_1446882850985_44188"のセッションを開けませんでした。 Unable to load R3 module D:\Softwear\Oracle\VirtualBox/VBoxDD.DLL (VBoxDD): GetLastError=1790 (VERR_UNRESOLVED_ERROR). 終了コード : E_FAIL (0x80004005) コンポーネント: ConsoleWrap インターフェース: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

上記エラーに関して、解決方法にお心当たりのある方、もしいらっしゃいましたらご教授くださいますと幸いでございますmm

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

gouf

2015/11/07 09:35 編集

公開されているVirtualBox 最新バージョンや、その1つ2つまえのバージョンをインストールしても変わりありませんか? (別バージョン インストール前に要アンインストール)
tablow

2015/11/07 09:46

ご回答ありがとうございます。 はい、VirtualBox最新バージョンと、その3つほど前までのバージョンをそれぞれアンインストール後に試しておりましたが、同様のエラーが発生致しました。
guest

回答1

0

ベストアンサー

サードパーティ製のテーマを変更するソフトでuxtheme.dllにパッチを当てていると同様のエラーになるようです。心当りがありましたら元に戻してみてください。

参考:
Starting VirtualBox machines fails with “Unable to load R3 module … VBoxDD.DLL (VBoxDD)”
4.3.18 - Unable to load R3 module
Windows7、Vista、XPをVisual Styleを使ってカスタマイズ!「Uxtheme Multi-patcher」「Universal Theme Patcher」

投稿2015/11/07 11:28

shiena

総合スコア1825

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

tablow

2015/11/07 12:43

ご回誠にありがとうございます。 仰るとおり、uxtheme.dllにパッチが当たっておりました。 こちらを元に戻したところ、無事vagrant upが成功致しました!! これで漸く学習をスタートでき、嬉しい限りです。 本当に、ありがとうございました!mm
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問