Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
architecture getting confused - wds chainloading
2013-05-06, 13:47
Post: #5
RE: architecture getting confused - wds chainloading
I do an cpu check in my installer.ipxe

:wds-local
cpuid --ext 29 && set arch x64 || set arch x86
set wdsserver:ipv4 192.168.53.15
set net0/next-server ${wdsserver}
chain tftp://${wdsserver}/Boot\\${arch}\\wdsnbp.com || goto failed
goto start
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: architecture getting confused - wds chainloading - ArneLovius - 2013-05-06 13:47



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