This article will provide a quick solution for fixing the [HardwareError] issue during an upgrade.
[HardwareError]
Hardware precheck of profile ESXi-7.0U3i-20842708-standard failed with warnings: <UNSUPPORTED_DEVICES WARNING: This host has unsupported devices [<PciInfo 'Ethernet controller [8086:10e8 8086:a02c]'>, <PciInfo 'Ethernet controller [8086:10e8 8086:a02c]'>, <PciInfo 'Ethernet controller [8086:10e8 8086:a02c]'>, <PciInfo 'Ethernet controller [8086:10e8 8086:a02c]'>]>
The error message may indicate that the issue is caused by incompatible hardware, specifically the Ethernet controller. The message will also include a code, which can be decoded by looking at the Vendor ID (VID), Device ID (DID), Sub-Vendor ID (SVID), and Sub-Device ID (SDID).
Vendor ID (VID) = 8086
Device ID (DID) = 100f
Sub-Vendor ID (SVID) = 15ad
Sub-Device ID (SDID) = 0750

Once you have these values, you can check the compatibility on the website https://www.vmware.com/resources/compatibility/search.php?deviceCategory=io

By entering the values. This will show the compatible ESXi version for the Ethernet controller.
If you determine that your controller is not compatible after checking, you will need to contact the hardware vendor to upgrade to a compatible version of the hardware.
If you have any questions, please feel free to comment and we will assist you.
Table of Contents