Closed byteshiva closed 3 years ago
It may be related to below vagrant issue https://github.com/hashicorp/vagrant/issues/12390#issuecomment-848039375
I'm able to provision Metaspoitlable3
I had to rerun vagrant up twice to resolve the below error. But overall I'm able to ssh to both win2k8
and ub1404
The following WinRM command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
Dismount-DiskImage -ImagePath $env:TEMP/VBoxGuestAdditions.iso
Stdout from the command:
Stderr from the command:
The term 'Dismount-DiskImage' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Dismount-DiskImage -ImagePath $env:TEMP/VBoxGuestAdditions.iso
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Dismount-DiskImage:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Issue Description
Vagrant up threw below error
Host System
5.8.0-3-amd64 #1 SMP Debian 5.8.14-1~mx19+2 x86_64 GNU/Linux
Command Output
Copy the relevant command output here. If it's long, either post to a gist and add the link here, or isolate the error lines.