You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should accept the correct password for Encrypted virtual machine, and it can boot and run well.
Actual behavior
Encrypted virtual machine cannot boot even if the password is corrected. Stucked on 'Encrypted virtual machine password: '.
At last, with the following error:
An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:
Command: ["-T", "fusion", "start", "/System/Volumes/Data/data/vagrant/windows/.vagrant/machines/default/vmware_desktop/9d81993c-0fb5-404e-9c59-cd7d8c16b86b/windows-11.vmx", "gui", {:notify=>[:stdout, :stderr], :timeout=>45}]
Stdout: Error: The operation is not supported
Stderr:
Steps to reproduce
vagrant box add aihua/windows-11-arm64
vagrant up --provider vmware_desktop
Input the password vagrants for 'Encrypted virtual machine password:' prompted
Vagrant version
Vagrant 2.3.7
Vagrant VMware plugin version
vagrant-vmware-desktop (3.0.3, global)
Vagrant VMware utility version
1.0.22
Host operating system
macOS: Ventura 13.5.1 (22G90)
Chip: Apple M2 Max
Guest operating system
Windows 11 Pro for arm64
Vagrantfile
Debug output
https://gist.github.com/aihua/8967f5adfce4c08a155eb8c570f178cb
Expected behavior
Should accept the correct password for Encrypted virtual machine, and it can boot and run well.
Actual behavior
Encrypted virtual machine cannot boot even if the password is corrected. Stucked on 'Encrypted virtual machine password: '.
At last, with the following error:
Steps to reproduce
vagrants
for 'Encrypted virtual machine password:' promptedReference
As https://docs.vmware.com/en/VMware-Fusion/13/com.vmware.fusion.using.doc/GUID-BA4C49B3-587C-4ED7-905E-827B755CC451.html, maybe 'vagrant-vmware-desktop' should accept the correct password as the authentication flags '-vp' (encryptedVirtualMachinePassword) of 'vmrun' command.
The text was updated successfully, but these errors were encountered: