Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appnote:chainload_wds [2014/12/23 09:36]
svenx Minor changes and formatting.
appnote:chainload_wds [2015/11/05 14:58]
svenx Re-word to refer to PXE NBP section of :settings.
Line 46: Line 46:
 thing that needs to be modified is the DHCP ''​next-server''​ parameter, thing that needs to be modified is the DHCP ''​next-server''​ parameter,
 which will let ''​wdsnbp.com''​ know which server to communicate with. which will let ''​wdsnbp.com''​ know which server to communicate with.
-Due to how iPXE handles ​[[:​settings#​scopes|configuration setting + 
-scope]], it is important ​that the //​original//​ setting is modifiedIn +Be sure to [[:​settings#​pxe_nbps|set DHCP options]] so that they are 
-other wordsmodify ​''​netX.dhcp/next-server'' ​(or use an explicit +made available to the PXE NBPFor examplethe ''​next-server''​ 
-interface number: ​''​net0.dhcp/​next-server''​), not simply the +parameter can be set via ''​netX/​next-server''​.
-''​next-server''​ or ''​netX.net-server''​ values.+
  
 Example iPXE commands to chainload ''​wdsnbp.com'':​ Example iPXE commands to chainload ''​wdsnbp.com'':​
  
-    set netX.dhcp/​next-server ip.of.wds.server +    set netX/​next-server ip.of.wds.server 
-    imgexec tftp://​${netX.dhcp/​next-server}/​boot/​x86/​wdsnbp.com+    imgexec tftp://​${netX/​next-server}/​boot/​x86/​wdsnbp.com
  
 ===== The WDS boot process ===== ===== The WDS boot process =====
Line 154: Line 153:
 HTTP, especially if there is more than a few ms round-trip time HTTP, especially if there is more than a few ms round-trip time
 between the client and server. This results in somewhat long loading between the client and server. This results in somewhat long loading
-times for large WIM images, ​and particularly ​affects virtual machines +times for large WIM images, particularly ​on links with medium ​to 
-that can take ages to download the files.+high latency.
  
 A good alternative to the PXE mechanism of WDS is [[:​wimboot]],​ a boot loader that takes A good alternative to the PXE mechanism of WDS is [[:​wimboot]],​ a boot loader that takes
appnote/chainload_wds.txt · Last modified: 2015/11/05 14:58 by svenx
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.