mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-26 07:56:00 +03:00
[GH-ISSUE #56] Version 2.9.0 issues with ESXi 7. #37
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Turranius on GitHub (Dec 12, 2022).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/56
Following up with https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/55 - Not sure if they are related.
After updating to 2.9.0 and VMware PowerCLI version 13.0.0 build 20829139, ESXi 7 also has problems.
.\ESXi-Customizer-PS-v2.9.0.ps1 -v70 -outDir "I:\Drivers\ESXi\ISO2"
PS>TerminatingError(Export-EsxImageProfile): "[PEM: NO_START_LINE] no start line (_ssl.c:2460)"
Log included.
ESXi-7.0U3si-20841705-standard.iso-202212120937.log
@Turranius commented on GitHub (Dec 12, 2022):
Moving back to PowerCLI 12.7.0-20091289 and it works just fine. Both version 2.8.1 and 2.9.0 works to create an ESXi 7 ISO so probably not really your problem =) Worth a shot.
@xml111 commented on GitHub (Dec 15, 2022):
Actual for VMware PowerCLI version 12.7.0 build 20091289 for all ESXI:
packages version:
@virtualex-itv commented on GitHub (Jan 27, 2023):
PowerCLI 13 requires you to now install and set your python (v3.7.9) path in order to load the
VMware.ImageBuildermodule. See here for instructions.I can confirm that once installed correctly, the script works as expected...