jonschipp / vagrant

Vagrant files and related
79 stars 21 forks source link

Could not find disk error when running provision #9

Open Wtower opened 8 years ago

Wtower commented 8 years ago

When running vagrant provision I get the following error:

gkarak@linux-macpro ~/w/v/macos2> vagrant provision
==> default: Running provisioner: shell...
    default: Running: inline script
==> default: Could not find disk for disk0s3
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

The box is at an initial state. vagrant ssh works ok.

jonschipp commented 7 years ago

@Wtower What vagrant config are you using?

Wtower commented 7 years ago

Hello @jonschipp , unfortunately I have not kept that installation. Is there some other way to identify? Would you like the configuration file posted?