mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-26 07:56:00 +03:00
[GH-ISSUE #68] Image Profile fails validation. #47
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#47
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 @RChadwick7 on GitHub (Mar 27, 2023).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/68
I'm trying to make a 7.0 image with Realtek drivers in it. I found and downloaded drivers. I can get the ISO created but it gives errors.
When I run this:
.\ESXi-Customizer-PS.ps1 -v70 -ozip -load net-r8168,net-r8169
I get this:
WARNING: The image profile fails validation. The ISO / Offline Bundle will still be generated but may contain errors and may not boot or be functional. Errors:
WARNING: On platform embeddedEsx, VIB VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733 requires com.vmware.driverAPI-9.2.1.0, but the requirement cannot be satisfied within the ImageProfile.
WARNING: On platform embeddedEsx, VIB VMware_bootbank_net-r8169_6.011.00-2vmw.510.0.0.799733 requires com.vmware.driverAPI-9.2.1.0, but the requirement cannot be satisfied within the ImageProfile.
WARNING: On platform embeddedEsx, VIB VMware_bootbank_net-r8169_6.011.00-2vmw.510.0.0.799733 requires vmkapi_2_1_0_0, but the requirement cannot be satisfied within the ImageProfile.
WARNING: On platform embeddedEsx, VIB VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733 requires vmkapi_2_1_0_0, but the requirement cannot be satisfied within the ImageProfile.
When I run this:
.\ESXi-Customizer-PS.ps1 -v70 -pkgDir .\drivers\ -ozip
I get this:
WARNING: The image profile fails validation. The ISO / Offline Bundle will still be generated but may contain errors and may not boot or be functional. Errors:
WARNING: On platform embeddedEsx, VIB Realtek_bootbank_net55-r8168_8.045a-napi requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
WARNING: On platform embeddedEsx, VIB Realtek_bootbank_net55-r8168_8.045a-napi requires vmkapi_2_2_0_0, but the requirement cannot be satisfied within the ImageProfile.
What am I doing wrong?
@virtualex-itv commented on GitHub (Apr 15, 2023):
The vibs you are using are not compatible with vSphere 7 and higher...check the wiki...