clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.59k stars 979 forks source link

Vagrant timeout while building DC #827

Closed MrLlyodChristmas closed 2 years ago

MrLlyodChristmas commented 2 years ago

Operating System Version: Windows 11 Home Version: 21H2 OS Build: 22000.739 Provider (VirtualBox/VMWare): Virtual Box: 6.1.24 r150636 (Qt5.6.2) Vagrant Version: 2.2.19 Using stock boxes (downloaded) Is the issue reproducible or intermittent? reproducible

Description of the issue: Running prepare.ps1 shows that everything is configured properly and ready to install. While deploying detection lab from the latest Master branch w/vagrant, my deployment cannot get past the following message:

Error persists when running: vagrant.exe up dc or vagrant up --provider=virtualbox ==> dc: Waiting for machine to boot. This may take a few minutes... dc: WinRM address: 127.0.0.1:55985 dc: WinRM username: vagrant dc: WinRM execution_time_limit: PT2H dc: WinRM transport: plaintext Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period.

I've attempted disabling:

clong commented 2 years ago

Tracking in #826