Hi, just for sharing. i managed to install and setup the Esxi. But noticed this behaviour, not sure is it due to the network adapter driver. i cannot find the network adapter driver for Intel i225-V on Esxi. i was using "net-community" and always need to reboot NUC twice to use it.
Below is the scripts to create iso:
Add-EsxSoftwareDepot C:\nuc-esxi\VMware-ESXi-7.0U3-18644231-depot.zip
Add-EsxSoftwareDepot C:\nuc-esxi\Net-Community-Driver_1.2.0.0-1vmw.700.1.0.15843807_18028830.zip
New-EsxImageProfile -CloneProfile "ESXi-7.0U3-18644231-standard" -name "ESXi-7.0U3-18644231-NUC" -Vendor "native"
Add-EsxSoftwarePackage -ImageProfile "ESXi-7.0U3-18644231-NUC" -SoftwarePackage "net-community"
Export-ESXImageProfile -ImageProfile "ESXi-7.0U3-18644231-NUC" -ExportToISO -filepath C:\nuc-esxi\ESXi-7.0U3-18644231-NUC.iso -NoSignatureCheck