Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE and kickstarter file (ESXi)
2014-04-11, 14:39
Post: #1
iPXE and kickstarter file (ESXi)
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?
Find all posts by this user
Quote this message in a reply
2014-04-18, 13:00
Post: #2
RE: iPXE and kickstarter file (ESXi)
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)