Open
Description
- Operating System Version: MacOS Big Sur 11.6
- Deploying via (VirtualBox/VMWare/AWS/Azure/ESXi): VMWare
- Vagrant Version (if applicable): 2.2.18
Please verify that you are building from an updated Master branch before filing an issue. √
Description of the issue:
While provisioning Win10, it always gets stuck on this stage:
==> win10: Fixed port collision for 5985 => 55985. Now on port 2200.
==> win10: Fixed port collision for 5986 => 55986. Now on port 2201.
==> win10: Fixed port collision for 22 => 2222. Now on port 2202.
==> win10: Starting the VMware VM...
==> win10: Waiting for the VM to receive an address...
==> win10: Forwarding ports...
win10: -- 5985 => 2200
win10: -- 5986 => 2201
win10: -- 22 => 2202
==> win10: Waiting for machine to boot. This may take a few minutes...
win10: WinRM address: 127.0.0.1:2200
win10: WinRM username: vagrant
win10: WinRM execution_time_limit: PT2H
win10: WinRM transport: negotiate
==> win10: Machine booted and ready!
==> win10: Setting hostname...
==> win10: Configuring network adapters within the VM...
==> win10: Configuring secondary network adapters through VMware
==> win10: on Windows is not yet supported. You will need to manually
==> win10: configure the network adapter.
==> win10: Enabling and configuring shared folders...
Upon investigation, it seems the issue is VMWare Tools not being installed. I can log in as vagrant, load the tools installer iso, and start the installation as an administrator and it seems to work fine from there on out.
The DC does not seem to have this issue. Let me know if there's any more information I can provide.
Box versions:
vagrant box update
==> logger: Box 'bento/ubuntu-18.04' not installed, can't check for updates.
==> wef: Checking for updates to 'detectionlab/win2016'
wef: Latest installed version: 1.8
wef: Version constraints:
wef: Provider: vmware_desktop
==> wef: Updating 'detectionlab/win2016' with provider 'vmware_desktop' from version
==> wef: '1.8' to '1.9'...
==> wef: Loading metadata for box 'https://vagrantcloud.com/detectionlab/win2016'
==> wef: Adding box 'detectionlab/win2016' (v1.9) for provider: vmware_desktop
wef: Downloading: https://vagrantcloud.com/detectionlab/boxes/win2016/versions/1.9/providers/vmware_desktop.box
wef: Calculating and comparing box checksum...
==> wef: Successfully added box 'detectionlab/win2016' (v1.9) for 'vmware_desktop'!
==> win10: Checking for updates to 'detectionlab/win10'
win10: Latest installed version: 1.8
win10: Version constraints:
win10: Provider: vmware_desktop
==> win10: Box 'detectionlab/win10' (v1.8) is running the latest version.