Hi @george1421 ,
Adding the pxe-service lines works fine XDD… I wonder if is a miracle that it has worked well until now in the other hardwares.
Actual dnsmasq.conf file:
port=0
log-dhcp
tftp-root=/tftpboot
# Disable re-use of the DHCP servername and filename fields as extra
# sy=2pace. That's to avoid confusing some old or broken DHCP clients.
dhcp-no-override
# inspect the vendor class string and match the text to set the tag
dhcp-vendorclass=BIOS,PXEClient:Arch:00000
dhcp-vendorclass=UEFI32,PXEClient:Arch:00006
dhcp-vendorclass=UEFI,PXEClient:Arch:00007
dhcp-vendorclass=UEFI64,PXEClient:Arch:00009
# Set the boot file name based on the matching tag from the vendor class (above)
dhcp-boot=net:UEFI32,i386-efi/ipxe_delay.efi,,10.0.15.8
dhcp-boot=net:UEFI,ipxe_delay.efi,,10.0.15.8
dhcp-boot=net:UEFI64,ipxe_delay.efi,,10.0.15.8
# The boot filename, Server name, Server Ip Address
dhcp-boot=undionly_delay.kpxe,,10.0.15.8
# PXE menu. The first part is the text displayed to the user. The second is the timeout, in seconds.
pxe-prompt=Booting FOG Client, 1
# The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
# Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI
# This option is first and will be the default if there is no input from the user.
pxe-service=X86PC, Boot to FOG, undionly.kpxe
pxe-service=X86-64_EFI, Boot to FOG UEFI, ipxe.efi
pxe-service=BC_EFI, Boot to FOG UEFI PXE-BC, ipxe.efi
#dhcp-reply-delay=0
# VLAN 50 (Biblioteca)
dhcp-range=10.227.34.1,proxy,255.255.254.0