Shutting down firmware services...Using 'simple offset' UEFI RTS mapping policy
Important Note: Before implementing any of the following steps, it is highly recommended to contact your hardware vendor to obtain and install the latest firmware (BIOS) update for your physical server. This is the preferred solution, as it addresses the underlying cause of the problem.
If the latest BIOS is installed and the issue persists, use the following workarounds:
Shift+U hotkey.Shift+U while the bar is actively loading, not after it has completed.
mkdir /mnt/esxi_cdrommount -o loop <path_to_ESXi_ISO.iso> /mnt/esxi_cdromcp -r /mnt/esxi_cdrom/* /esxi_custom_imagecd /esxi_custom_imageboot.cfg and /efi/boot.cfg files.norts=1 to the kernelopt line in both files.boot.cfg snippet:
mkisofs or genisoimage to build a new, customized bootable ISO.
mkisofs:mkisofs -relaxed-filenames -J -R -o custom_esxi.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -eltorito-platform efi -b efiboot.img -no-emul-boot /esxi_custom_imagegenisoimage:genisoimage -relaxed-filenames -J -R -o custom_esxi.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e efiboot.img -no-emul-boot /esxi_custom_imagecustom_esxi.iso and perform a clean installation or repair.If the issue persists even after applying these workarounds, it indicates a deeper hardware or firmware-related problem. In this scenario, it is necessary to engage with your hardware vendor for further diagnostics and a potential reinstallation of ESXi.
If this issue occurs during an autodeploy scenario or UEFI PXE boot of ESXi host, see the following KB for a tweaked version of the fix.