Differences

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

Link to this comparison view

Next revision
Previous revision
ui:udm:pxeboot [2024/01/31 12:12] – created 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 ======
  
-/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 21: Line 26:
 dhcp-boot=net:UEFI,efi64.efi,pxeserver,172.16.0.14 dhcp-boot=net:UEFI,efi64.efi,pxeserver,172.16.0.14
 </code> </code>
 +  - kill dnsmasq
 +    - <code bash>cat /run/dnsmasq/dnsmasq.pid</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>
 +
 +