wenn ich einen neuen Client in opsi hinzufüge und die MAC-Adresse hinterlege, wird - wie gewünscht - eine entsprechende Pipe in /tftpboot/linux/pxelinux.cfg/ angelegt.
Diese sieht wie folgt aus:
Code: Alles auswählen
default 64bit
label 32bit
kernel install
append initrd=miniroot video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 pckey=1abf6eb4a3dff487d2f02e07b0c9df22 hn=win-vm-01 dn=<domain> product=win10-x64 service=https://192.168.107.100:4447/rpc
label 64bit
kernel install-x64
append initrd=miniroot-x64 video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 pckey=1abf6eb4a3dff487d2f02e07b0c9df22 hn=win-vm-01 dn=<domain> product=win10-x64 service=https://192.168.107.100:4447/rpc
Wenn der Client nun via PXE bootet, startet auch das opsi linux bootimage.
Allerdings wird der Client hostname leider nicht automatisch befüllt und verhindert so eine OS-Installation ohne Benutzerinteraktion.

Der Client hostname aber, ist ja sogar korrekt in der Pipe angegeben, woran könnte das also liegen?
Vielen Dank schon mal
