The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe chain to wdsmgfw.efi
2017-10-17, 18:29
Post: #1
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/${netX/mac:hex}

When ipxe vist above chain I like to do either linux or windows.
Linux works fine as Im loading the image using kernel & initrd.

But for windows is not working as Im asking it to fetch the image via another chain:
#!ipxe
set netX/next-server windows-tftp-IP
chain tftp://windows-tftp-IP/SMSboot\\x64\\wdsmgfw.efi

Can anyone plz help?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ipxe chain to wdsmgfw.efi - danishm - 2017-10-17 18:29
RE: ipxe chain to wdsmgfw.efi - d4rk3 - 2017-11-22, 16:05
RE: ipxe chain to wdsmgfw.efi - d4rk3 - 2018-01-28, 13:48



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