0

PS D:\ubuntu20.04> vagrant halt ==> default: Attempting graceful shutdown of VM... The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!

shutdown -h now

Stdout from the command:

Stderr from the command:

PS D:\ubuntu20.04>

  • Vagrant up also doesn't work.==> default: Checking for guest additions in VM... ==> default: Mounting shared folders... default: /vagrant => D:/ubuntu20.04 The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! mkdir -p /vagrant Stdout from the command: Stderr from the command: – user2450515 Aug 29 '22 at 14:13
  • I’m voting to close this question because GENERAL VAGRANT SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com. – Rob Aug 29 '22 at 14:53

1 Answers1

0

you need to force it try this :

vagrant halt -f
Soufiane ELH
  • 562
  • 5
  • 8