VFrontDe-Org / ESXi-Customizer-PS

PowerCLI script that greatly simplifies and automates the process of creating fully patched and customized VMware ESXi installation images
668 stars 165 forks source link

Can't creat the ISO file! #49

Closed imacer closed 1 year ago

imacer commented 1 year ago

lunch ".\ESXi-Customizer-PS.ps1 -nsc -iZip .\ESXi670-202210001.zip"

An unexpected error occurred: Error retrieving file for VIB 'VMware_bootbank_esx-ui_1.43.10-20199807': ("", "Error opening file object for VIB 'VMware_bootbank_esx-ui_1.43.10-20199807': Expected value '[]' for attribute 'swplatforms', but found value '[<vmware.esximage.Vib.SoftwarePlatform object at 0x000001DFB3459708>, <vmware.esximage.Vib.SoftwarePlatform object at 0x000001DFB34599C8>]'.").

If requesting support please be sure to include the log file

virtualex-itv commented 1 year ago

this is not an issue with the script but rather being unable to retrieve the required .vib file for this specific ImageProfile. The following Image Profiles are impacted by this issue and cannot be used with this script.

ESXi-6.7.0-20221004001-standard
ESXi-6.7.0-20221004001-no-tools
ESXi-6.7.0-20221001001s-standard
ESXi-6.7.0-20221001001s-no-tools

For now, leverage the -sip parameter and select any other ImageProfile other than those listed above.