Es geht hierbei um das Standard-PXE-Menü - also das, wo man zwischen "booten von HD" und "Booten mit Opsi" wählen kann. Also das, was prüft, ob ein Netzwerk-Boot aktiviert wurde.
Der Client ist also noch nicht in OPSI in der Datenbank und soll nun per Hardware-Invent die erstmalige Datenübetragung machen (als nächster Schritt folgt dann die Konfiguration der Pakete. Dann nochmal neustart und dann wird win11 installiert - so unser Plan)
An sich scheint es kein Problem mit dnsmasq zu sein, weil ja die Option "next server" laut log gesetzt wird:
Trotzdem hier meine dnsmasq.conf
Code: Alles auswählen
interface=ens18
# Don't function as a DNS server:
port=0
# Log lots of extra information about DHCP transactions.
log-dhcp
# This range(s) is for the public interface, where dnsmasq functions
# as a proxy DHCP server providing boot information but no IP leases.
# Any ip in the subnet will do, so you may just put your server NIC ip here.
dhcp-range=192.168.2.251,proxy
# next server option
dhcp-option=66,192.168.2.251
# The boot filename.
#dhcp-boot=pxelinux.0,bpc002252,192.168.2.0
#dhcp-boot=pxelinux.cfg/elilo.efi,192.168.2.251
# kill multicast
#dhcp-option=vendor:PXEClient,6,2b
# Disable re-use of the DHCP servername and filename fields as extra
# option space. 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:0000
# Set the boot file name based on the matching tag from the vendor class (above)
dhcp-boot=net:UEFI32,opsi/opsi-linux-bootimage/loader/shimx64.efi.signed,,192.168.2.251
dhcp-boot=net:UEFI,opsi/opsi-linux-bootimage/loader/shimx64.efi.signed,,192.168.2.251
dhcp-boot=net:UEFI64,opsi/opsi-linux-bootimage/loader/shimx64.efi.signed,,192.168.2.251
dhcp-boot=net:BIOS,opsi/opsi-linux-bootimage/loader/opsi-netboot.bios,,192.168.2.251
# PXE menu
#pxe-prompt="Press F8 for boot menu", 10
# The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
# Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI
# 4.2
#pxe-service=X86PC, "Boot from network for BIOS", pxelinux
#pxe-service=X86-64_EFI, "Boot from network for UEFI64", pxelinux.cfg/elilo.efi
#pxe-service=BC_EFI, "Boot from network for UEFI", pxelinux.cfg/elilo.efi
# 4.3
pxe-service=X86PC, "Boot from network for BIOS", opsi/opsi-linux-bootimage/loader/opsi-netboot.bios
pxe-service=X86-64_EFI, "Boot from network for UEFI64", opsi/opsi-linux-bootimage/loader/shimx64.efi.signed
pxe-service=BC_EFI, "Boot from network for UEFI", opsi/opsi-linux-bootimage/loader/shimx64.efi.signed
# Set the root directory for files available via FTP and enable-tftp
#tftp-root=/tftpboot/linux