How to setup vagrant VM after removing VM file unintentionally -


i had vm under vagrant. write vagrant in terminal , vm installed removed vm unintentionally when write vagrant turn on, shown error:

there error while executing `vboxmanage`, cli used vagrant controlling virtualbox. command , stderr shown below.  command: ["startvm", "77sada6c6-cc57-49asa-9652-4da60asdasde2480", "--type", "headless"]  stderr: vboxmanage: error: not open medium '/users/username/virtualbox vms/folderproject/packer-ubuntu-16.04-amd64-disk001.vmdk'. vboxmanage: error: vd: error verr_file_not_found opening image file '/users/username/virtualbox vms/folderproject/packer-ubuntu-16.04-amd64-disk001.vmdk' (verr_file_not_found) vboxmanage: error: details: code ns_error_failure (0x80004005), component mediumwrap, interface imedium 

anyone has idea how can install vm again without destroy this?

thanks in advance


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -