iPXE discussion forum

Full Version: iPXE and kickstarter file (ESXi)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I am trying to make an automated installation option in my iPXE menu for ESXi.

I have managed to get in the installer to work with:
[quote='robinsmidsrod' pid='1537' dateline='1326558910']
That was very complicated. Maybe ESXi 5.0 has come a long way from 4.x, but I only do like this:

Code:
#!ipxe

initrd http://10.10.10.1/vmware/5.5/esxi.iso
chain http://10.10.10.1/memdisk iso

But how would I add a kickstarter to this?
You can't. That is the downside to it. You'll need to unpack the ISO file and boot it using either mboot.c32 or try to get it working using direct boot from iPXE.
Reference URL's