VERR_FILE_NOT_FOUND (ファイルが見当たらない) なので、/Users/name/VirtualBox VMs/MyCentOS_default_1584462269772_55943/centos-6.8-x86_64-disk001.vmdk というファイルが存在するか確認しましょう。
vagrant up
時に、下記エラーが発生してしまいます。
There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["startvm", "f45afbb6-8d8e-422a-ad17-e288f2bd8a0f", "--type", "headless"] Stderr: VBoxManage: error: Could not open the medium '/Users/name/VirtualBox VMs/MyCentOS_default_1584462269772_55943/centos-6.8-x86_64-disk001.vmdk'. VBoxManage: error: VD: error VERR_FILE_NOT_FOUND opening image file '/Users/name/VirtualBox VMs/MyCentOS_default_1584462269772_55943/centos-6.8-x86_64-disk001.vmdk' (VERR_FILE_NOT_FOUND) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium
どの様にすれば良いのでしょうか?
$ vagrant status Current machine states: default poweroff (virtualbox) The VM is powered off. To restart the VM, simply run `vagrant up`
あなたの回答
tips
プレビュー