Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: ipxe chain to vmware boot
Post: RE: ipxe chain to vmware boot

@NiKiZe, u r right since Im using HTTPs its most probably trying to reach out to ca.ipxe.org for root certs and Im behind a firewall which doesn't let us go out. Can I generate my own certs on the ip...
danishm General 5 32,518 2018-01-26, 21:00
  Thread: ipxe chain to vmware boot
Post: RE: ipxe chain to vmware boot

Yes I did. But Im using IPaddresses strictly.
danishm General 5 32,518 2018-01-26, 15:29
  Thread: ipxe chain to vmware boot
Post: ipxe chain to vmware boot

Im trying to double chain ipxe as following: (i've compiled ipxe.efi with DOWNLOAD_PROTO_HTTPS enable) First Chain: #!ipxe echo info chain http://IPaddr:PORT/ipxe/${net0/mac:hex} chain http://IPa...
danishm General 5 32,518 2018-01-26, 00:43
  Thread: ipxe chain to wdsmgfw.efi
Post: RE: ipxe chain to wdsmgfw.efi

d4rk3... Thanks this indeed worked.. cheers
danishm General 8 33,967 2018-01-26, 00:33
  Thread: ipxe chain to wdsmgfw.efi
Post: RE: ipxe chain to wdsmgfw.efi

It return a script which looks like following: # below are stored for reference only. not actually used #!ipxe echo +--------- ipxe --------------------------------------------- echo | mac...............
danishm General 8 33,967 2017-10-18, 15:05
  Thread: ipxe chain to wdsmgfw.efi
Post: RE: ipxe chain to wdsmgfw.efi

@NiKiZe Error: http://${next-server}:PORT#/ipxe/MAC-ADDRESS... ok Could not boot: Exec format error (http://ipxe.org/2e008081) Just read the thread you sent. I don't think they are doing double...
danishm General 8 33,967 2017-10-17, 19:35
  Thread: ipxe chain to wdsmgfw.efi
Post: ipxe chain to wdsmgfw.efi

Hi I've a working DHCP/ipxe setup which uses a following ipxe script. #!ipxe echo info chain http://${next-server}:PORT#/ipxe/${netX/mac:hex} chain http://${next-server}:PORT#/ipxe/${...
danishm General 8 33,967 2017-10-17, 18:29