mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-25 23:46:02 +03:00
[GH-ISSUE #41] Error compiling, missing dependencies - esx-base #27
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#27
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 @s3luX on GitHub (May 19, 2021).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/41
Hi there,
First off, I want to give you proprs for an awesome script that has helped us setting up home labs for years! 👍
I reached a point where I need to reinstall my ESXi, and I wanted to make use of your script again.
I`m running Win10 with the PowerCLI version 5.5 and your latest script (v2.8.1) and when I try and run the script it throws me the following error:
I do not have any proxy in between the station and and vmware, so its not an issue of proxy. I have a strong feeling its something from my side, on the client config, but I cannot figure out what. I googled, and some posts say its due the openssl being out of date.
I know that SSL3 is not secure, and it is disabled by default on my PC, but I tried enabling it as well, but it didnt help, I tried running teh script via powershell as well, no luck there neither.
So I wanted to check if anyone else has encountered such an issue or maybe know the answer to it?
Thanks a lot in advance!
@s3luX commented on GitHub (May 19, 2021):
Since I tried using an old PowerCLI (had it offline for years) and didnt download the latest one, the root cause was the outdated PowerCLI.
So for anyone having the same issues:
Use the latest PowerCLI with the latest SXi-Customizer-PS script and it will work.
Although I am encountering another issue with some dependencies:
And that error goes for all RTL based NICs and the xahci vib as well.
Even if I add the esx-base file it prompts me errors:
@virtualex-itv commented on GitHub (May 28, 2021):
@s3luX - most of the vibs you are attempting to load into the image are not compatible with vSphere 7.0 as they are linux-based and support for those types of drivers was removed in 7.0. Please be sure to consult the vFront Online Depot and double check support for the drivers you are attempting to add.
I know that @VFrontDe has not updated the drivers for quite some time and none of the ones currently available are supported/compatible with ESXi 7.0.x.
@s3luX commented on GitHub (Oct 7, 2021):
@virtualex-itv Thanks for the clarification! Indeed, later on I tried with older versions of vibs and it worked. closing the case