Hi Yvan, On Fri, Jan 24, 2020 at 09:49:06AM +0100, Yvan Masson wrote: > > I finally found on iPXE website[1] a link to detailed examples, including > one[2] to boot pxelinux. It works perfectly with di-netboot-assistant: > > #!ipxe > dhcp > set 210:string tftp://my_server/d-i/n-a/ > chain ${210:string}pxelinux.0 > > For those who did not know (like me :-)), 210 is a standard DHCP option > called "path prefix"[3]. > > I still believe it would be interesting to add this simple example to the > di-netboot-assistant. >
Many thanks for your report! I implemented something along your suggestion in the latest di-netboot-assistant package. Just let me know if you have other suggestions and/or something works not as expected. (I am not regularly using iPXE). Best regards, Andi