前提・実現したいこと
Vagrantを使用してWordPressの勉強をしている初心者です。
いつもターミナルのアプリで「 vagrant up 」コマンドを実行してVagrantを起動し、vagrant sshでKUSANAGIを立ち上げてから、WordPressにログインしたりFileZillaで接続したりしてきました。
ところが、「 vagrant up 」で途中までは動くのですが、エラーメッセージが出てVagrantが起動しなくなってしまい、困っています。
どうすれば良いのか教えて下さい。
原因として思い当たるのは、前日にFileZillaの接続を切る前にターミナルを終了させてしまった事です。
vagrant up の後、
==> vagrant: A new version of Vagrant is available: 2.2.9 (installed version: 2.2.7)!
<中略>
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> 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", "fbcd19f8-a0cf-4a45-b94a-7a4203f0c8a2", "--type", "headless"]
Stderr: VBoxManage: error: Could not open the medium '/Users/name/VirtualBox VMs/pacificmall_default_1587108762699_44239/box-disk001.vmdk'.
VBoxManage: error: VMDK: descriptor does not start as expected in '/Users/name/VirtualBox VMs/pacificmall_default_1587108762699_44239/box-disk001.vmdk' (VERR_VD_VMDK_INVALID_HEADER).
VBoxManage: error: VD: error VERR_VD_VMDK_INVALID_HEADER opening image file '/Users/name/VirtualBox VMs/pacificmall_default_1587108762699_44239/box-disk001.vmdk' (VERR_VD_VMDK_INVALID_HEADER)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium
試したこと
FileZillaのローカルサイトで、box-disk001.vmdkを開くとVirtualBoxが開いたので、pacificmall_default_1587108762699_44239を右クリックし「通常起動」を選択してみましたが、起動しませんでした。「仮想マシンのセッションが開けませんでした」というメッセージが出ていました。
使用しているPCはmacです。
よろしくお願いします。
あなたの回答
tips
プレビュー