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 ======
  
-  - Add following lines to a new file: /etc/dnsmasq.d/pxe.conf +<WRAP center round important 60%> 
-<code>+!!! This is NOT working !!! 
 +</WRAP> 
 + 
 + 
 + 
 +  - Add following lines to a new file: /etc/dnsmasq.d/pxe.conf <code>
 # Configuration of PXE boot for main fsi server 172.16.0.14 # Configuration of PXE boot for main fsi server 172.16.0.14
  
Line 24: 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>