You need two components: the Base Image (the main OS) and the Patch/Driver Offline Bundle.
VMware-ESXi-8.0U2-xxxxx-depot.zip). Do not download the ISO; you need the ZIP depot.Sometimes a pure VMware patch will overwrite the bootbank partition layout. After patching, run:
esxcli system coredump partition list
If the HPE coredump partition (often /dev/disks/...:5) is missing, your hardware support module is corrupted. Re-install the HPE VIB immediately. hpe custom image for esxi patched
wget -O /tmp/hpe-bundle.zip http://vibsdepot.hpe.com/.../hpe-bundle.zip
You cannot simply "patch" from ESXi 7.0 (HPE custom) to ESXi 8.0 (HPE custom) via esxcli. This requires a fresh install using the new HPE Custom Image for ESXi 8.0 patched ISO. The driver architecture changed from hpe- to vmw_ prefix in many cases. HPE Custom Image for ESXi (Patched) — Content
Even experienced admins mess this up. Here are the top three failure modes when seeking a patched HPE image.
| Component | Can you patch standalone? | Recommendation | |-----------|--------------------------|----------------| | VMware ESXi core | Yes, via VMware patches | Apply to HPE image | | HPE native drivers (hpvsa, i40en, etc.) | Yes, via HPE VIBs | Must match HPE SPP version | | HPE AMS / Management agents | Yes, via HPE offline bundle | Keep in sync with iLO firmware | | iLO firmware | No (separate process) | Update before ESXi patching | | Server BIOS | No | Update via SPP before major ESXi upgrades | Log in to the Broadcom Support Portal
Golden Rule: Always update firmware (BIOS, iLO, Smart Array) using HPE SPP before patching ESXi with HPE custom VIBs.
You apply VMware's critical ESXi702-202405001 patch. It updates the vsan and esx-base VIBs. Two days later, your HPE BL460c Gen10 servers lose network connectivity to a specific iSCSI VLAN. Cause? The patch included a generic vmxnet3 driver that overwrote the HPE-customized hpe-vmxnet3 VIB.
The solution: Always source a HPE Custom Image for ESXi patched—meaning an image where HPE has tested the VMware patch in conjunction with their driver stack and hardware firmware.