2014-04-11, 14:39
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:
But how would I add a kickstarter to this?
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?