clong/DetectionLab

Add additional checks to prepare.ps1 for VirtualBox

Open

#773 创建于 2022年2月1日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)HTML (967 fork)batch import
feature-requesthelp wanted

仓库指标

Star
 (4,494 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

  • Operating System Version: Win10 10.0.19042
  • Deploying via (VirtualBox/VMWare/AWS/Azure/ESXi): VirtualBox
  • Vagrant Version (if applicable): Vagrant 2.2.19

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

贡献者指南