mandiant / commando-vm

Complete Mandiant Offensive VM (Commando VM), a fully customizable Windows-based pentesting virtual machine distribution. commandovm@mandiant.com
https://www.mandiant.com/resources/blog/commando-vm-windows-offensive-distribution
Apache License 2.0
6.88k stars 1.28k forks source link

Cannot install Kali Linux from cinst #273

Closed tanc7 closed 1 year ago

tanc7 commented 2 years ago

Nevermind, I misspelled fireeye. Note tried the command again and it still errored out


C:\Users\ctanl>cinst -y kali.fireeyee --timeout 7200
Chocolatey v0.11.3
Installing the following packages:
kali.fireeyee
By installing, you accept licenses for the packages.
kali.fireeyee not installed. The package was not found with the source(s) listed.
 Source(s): 'https://www.myget.org/F/fireeye/api/v2;https://community.chocolatey.org/api/v2/'
 NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
 the package may not be found.
Please see https://docs.chocolatey.org/en-us/troubleshooting for more
 assistance.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - kali.fireeyee - kali.fireeyee not installed. The package was not found with the source(s) listed.
 Source(s): 'https://www.myget.org/F/fireeye/api/v2;https://community.chocolatey.org/api/v2/'
 NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
 the package may not be found.
Please see https://docs.chocolatey.org/en-us/troubleshooting for more
 assistance.

Enjoy using Chocolatey? Explore more amazing features to take your
experience to the next level at
 https://chocolatey.org/compare```

**I enabled nested virtualization in Proxmox VE which is running Windows 10 CommandoVM**

```PS C:\Users\ctanl > kali
Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x80370102
Error: 0x80370102 The virtual machine could not be started because a required feature is not installed.```

Is this a licensing problem?
Menn1s commented 1 year ago

We are not currently supporting Kali or WSL automated installations with the latest Commando VM release. This may come as a later feature we support but it does seem to be easier for users to selectively install WSL as their hardware permits.

Looking at the issue, it does not seem like this is a problem with the Kali package but with WSL itself. It may be looking for Hyper-V or another component required for WSL to run.

Thanks