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
Next revision Both sides next revision
howto:dhcpd [2013/08/23 10:25]
mcb30
howto:dhcpd [2018/07/05 21:34]
mcb30
Line 23: Line 23:
 ===== PXE chainloading ===== ===== PXE chainloading =====
  
-{{ :​clipart:​chain.jpeg?​200x96|A chain}}+{{ :​clipart:​chain.jpeg?​200x120|A chain}}
  
 To use [[:​howto:​chainloading|PXE chainloading]],​ you need to set up ISC dhcpd to hand out [[http://​boot.ipxe.org/​undionly.kpxe|undionly.kpxe]] to legacy PXE clients, and then hand out the "​real"​ boot configuration only to iPXE clients. ​ You can do this by telling ISC dhcpd to use different configurations based on the DHCP user class: To use [[:​howto:​chainloading|PXE chainloading]],​ you need to set up ISC dhcpd to hand out [[http://​boot.ipxe.org/​undionly.kpxe|undionly.kpxe]] to legacy PXE clients, and then hand out the "​real"​ boot configuration only to iPXE clients. ​ You can do this by telling ISC dhcpd to use different configurations based on the DHCP user class:
Line 57: Line 57:
     option ipxe.no-pxedhcp code 176 = unsigned integer 8;     option ipxe.no-pxedhcp code 176 = unsigned integer 8;
     option ipxe.bus-id code 177 = string;     option ipxe.bus-id code 177 = string;
 +    option ipxe.san-filename code 188 = string;
     option ipxe.bios-drive code 189 = unsigned integer 8;     option ipxe.bios-drive code 189 = unsigned integer 8;
     option ipxe.username code 190 = string;     option ipxe.username code 190 = string;
howto/dhcpd.txt ยท Last modified: 2021/02/13 17:53 by mcb30
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.