clong / DetectionLab

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

Add additional checks to prepare.ps1 for VirtualBox #773

Open JustasZab opened 2 years ago

JustasZab commented 2 years ago

Description of the issue:

Posting this in case somebody else runs into similar issues building on Windows and as a potential FR for the prepare.ps1 script.

Vagrant provisioning on VirtualBox fails due to VMs becoming unresponsive shortly after boot. I have spent a good amount of time looking at this and have localized the issue it to Hyper-V being implicitly enabled by Windows Subsystem for Linux (WSL) for which prepare.ps does not check. There are additional potential culprits listed on VBox forums over here for which it may make sense to include additional checks in the 'prepare.ps1' script.

Link to Gist Containing Build Logs:

N/A