Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The Definitive Guide to Installing ESXi using iPXE...
2014-04-14, 09:08
Post: #7
RE: The Definitive Guide to Installing ESXi using iPXE...
(2012-01-14 17:35)robinsmidsrod Wrote:  That was very complicated. Maybe ESXi 5.0 has come a long way from 4.x, but I only do like this:

Code:
#!ipxe

echo
echo Booting VMware 64-bit installer for ${hostname} from SAN
set root-path iscsi:nas.smidsrod.lan::::iqn.2011-02.lan.smidsrod:${hostname}.boot.vmware
sanhook ${root-path} || goto failed
initrd http://server.smidsrod.lan/tftp/vmware/esxi-5.0-x64.iso
chain http://server.smidsrod.lan/tftp/memdisk iso || goto failed

:failed
echo Boot from ${root-path} failed, dropping to shell
shell

Of course, I don't have a kickstart file, which means I have to manually fill in configuration stuff, but the iSCSI volume is detected without effort.

How would you use a kickstarter file with your method?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: The Definitive Guide to Installing ESXi using iPXE... - stokbaek - 2014-04-14 09:08



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