Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ui:udm:pxeboot [2024/01/31 12:17] jsui:udm:pxeboot [2024/01/31 13:16] (current) js
Line 1: Line 1:
 ====== Workaround for uEFI/BIOS PXE boot ====== ====== Workaround for uEFI/BIOS PXE boot ======
 +
 +<WRAP center round important 60%>
 +!!! This is NOT working !!!
 +</WRAP>
 +
 +
  
   - Add following lines to a new file: /etc/dnsmasq.d/pxe.conf <code>   - Add following lines to a new file: /etc/dnsmasq.d/pxe.conf <code>
Line 23: Line 29:
     - <code bash>cat /run/dnsmasq/dnsmasq.pid</code>     - <code bash>cat /run/dnsmasq/dnsmasq.pid</code>
     - <code bash>kill <number></code>     - <code bash>kill <number></code>
 +  - start dnsmasq
     - <code bash>/usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service</code>     - <code bash>/usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service</code>