Converting VMX to an OVA
Converting VMX to an OVA VMware has VMX format which works for VMware products. The other commonly found format which is OVF , as this is a open standard ( OVA is OVF but compressed into a single file). There are times where converting between the two formats is required. In order to convert from VMware's VMX to a OVA file, we will use ovftool . If you already have either VMware workstation or VMware fusion pre-installed, you may already have it (else it can be downloaded as a standalone program for free). Its default locations are: Linux: /usr/bin/ovftool OS X/macOS: /Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool Windows: C:\Program Files (x86)\VMware\VMware Workstation\OVFTool\ovftool.exe We will be using the official Kali Linux VMWare image to convert. To start with unzip it to get access to the vmx within. kali@kali:~$ 7z x kali-linux-2020.4-vmware-amd64.7z ... kali@kali:~$ kali@kali:~$ ls Kali-Linux- *-vmware-amd64.vmwarevm/* vmx Kali-Linu