mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 09:31:29 +02:00
iPXE has an annoying race condition where it sometimes doesn't notice the ProxyDHCP response when booting, and fails. So we embed a boot script in the builtin iPXE binaries that implements the retry loop recommended in the documentation. Empirically, this has resolved flaky boots on my test machine, usually no more than a single retry is needed.