Solved Cannot boot machines using "External" DHCP Server Mode - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: iVentoy General Use —— iVentoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=7) +--- Forum: iVentoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=8) +--- Thread: Solved Cannot boot machines using "External" DHCP Server Mode (/showthread.php?tid=2690) |
Cannot boot machines using "External" DHCP Server Mode - techion - 10-02-2023 I'm trying to integrate iVentoy (version 1.0.19 Linux 64-bit) into my existing LAN which has isc-dhcp-server on Ubuntu serving IP addresses. I've installed iVentoy onto this same machine and set DHCP server mode to "External". When I try to boot machines, I get pxelinux.0 errors like this:- If i temporarily disable isc-dhcp-server and set iVentoy to "Internal", the machines will then startup and show the list of ISO's to load. Is something extra required when using "External" mode, there doesn't seem to be any mention in the Getting Started instructions RE: Cannot boot machines using "External" DHCP Server Mode - Geppo Smart - 10-09-2023 (10-02-2023, 12:15 PM)techion Wrote: I'm trying to integrate iVentoy (version 1.0.19 Linux 64-bit) into my existing LAN which has isc-dhcp-server on Ubuntu serving IP addresses. Looking at the screenshot, I think you forgot to change the boot file name. Please, read carefully:
In this mode, iVentoy will still start its internal DHCP server, but the internal DHCP server will only snop the DHCP packet and will not send any response. So it will not interfere with the work of the external DHCP Server. By snopping the DHCP packet, iVentoy will record the client's BIOS mode, when the client request bootfile through TFTP, iVentoy will send it the right bootfile. So in this mode, the DHCP server does not need to care about the client's BIOS mode. It only provides a common bootfile name (for example iventoy_loader_16000) The bootfile name is actually a virtual file name. iVentoy will provide the real bootfile to the client according to its BIOS mode. RE: Cannot boot machines using "External" DHCP Server Mode - techion - 10-12-2023 Thank you. Adding the following line to the dhcpd.conf fixed the issue filename "iventoy_loader_16000"; |