На материнке Gigabyte GA-B85M установка зависала на моменте Initializing IOV. Это происходит из-за неподдерживаемого железа.
Решение найдено здесь - https://communities.vmware.com/thread/448394?start=0&tstart=0.
- As soon as you see the ESXi boot screen, you will see Press Shift+O on the bottom right. This takes you to a command line at the bottom left of the screen.
- Back space and clear the line if anything is there.
- Add "noIOMMU" to the command line.
- Press <Enter>
- After installation adds noIOMMU to kernelopt of vi /bootbank/boot.cfg.
После установки редактируем файл, указанный в пункте 5
~ # cat /bootbank/boot.cfg
bootstate=0
kernel=tboot.b00
title=Loading VMware ESXi
kernelopt= installerDiskDumpSlotSize=2560 no-auto-partition noIOMMU
...