Hi Matthias,
ja, das ist richtig. Problem ist das der dnsmasq in PXE-Mode läuft und da lädt der elilo.efi kein 01-mac conf runter.
da aber wir den dnsmasq server nicht in dhcp-mode betreiben können, muessen wir anders machen.
aber die Lösung von oben funktioniert, fuer jetzt.
werde später aber ...
Die Suche ergab 6 Treffer
- 19 Jan 2018, 16:20
- Forum: Freier Support
- Thema: uefi boot elilo holt keine 01-mac-adresse config
- Antworten: 9
- Zugriffe: 4742
- 19 Jan 2018, 13:01
- Forum: Freier Support
- Thema: uefi boot elilo holt keine 01-mac-adresse config
- Antworten: 9
- Zugriffe: 4742
Re: uefi boot elilo holt keine 01-mac-adresse config
ok, die schlechteste Lösung:
/usr/bin/opsiconfd anpassen
--- /root/opsipxeconfd 2018-01-19 12:14:39.334357414 +0100
+++ opsipxeconfd 2018-01-19 12:56:34.230013808 +0100
@@ -666,7 +666,10 @@ class PXEConfigWriter(threading.Thread):
content = '%s append %s\n' % (content, ' '.join ...
/usr/bin/opsiconfd anpassen
--- /root/opsipxeconfd 2018-01-19 12:14:39.334357414 +0100
+++ opsipxeconfd 2018-01-19 12:56:34.230013808 +0100
@@ -666,7 +666,10 @@ class PXEConfigWriter(threading.Thread):
content = '%s append %s\n' % (content, ' '.join ...
- 19 Jan 2018, 08:09
- Forum: Freier Support
- Thema: uefi boot elilo holt keine 01-mac-adresse config
- Antworten: 9
- Zugriffe: 4742
Re: uefi boot elilo holt keine 01-mac-adresse config
Prolem ist:
unser dnsmasq startet die elilo.efi in pxe mode (PXE PxeDiscoverValid: Yes (PXE-aware))
da ruft der elilo.efi die configs anders aus als in DHCP-Mode.
In DHCP-Mode ruft er mit IP, Mac adressen Config aus.
In PXE-Mode tut er das nicht (nur elilo.conf, elilo-x86_64.conf).
Lösungen:
1 ...
unser dnsmasq startet die elilo.efi in pxe mode (PXE PxeDiscoverValid: Yes (PXE-aware))
da ruft der elilo.efi die configs anders aus als in DHCP-Mode.
In DHCP-Mode ruft er mit IP, Mac adressen Config aus.
In PXE-Mode tut er das nicht (nur elilo.conf, elilo-x86_64.conf).
Lösungen:
1 ...
- 18 Jan 2018, 14:09
- Forum: Freier Support
- Thema: uefi boot elilo holt keine 01-mac-adresse config
- Antworten: 9
- Zugriffe: 4742
Re: uefi boot elilo holt keine 01-mac-adresse config
Hallo Matthias,
habe den /et/inet.d angepasst auf verbose 7
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=7 /tftpboot
das kommt dann raus:
Jan 18 14 ...
habe den /et/inet.d angepasst auf verbose 7
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=7 /tftpboot
das kommt dann raus:
Jan 18 14 ...
- 18 Jan 2018, 12:28
- Forum: Freier Support
- Thema: uefi boot elilo holt keine 01-mac-adresse config
- Antworten: 9
- Zugriffe: 4742
Re: uefi boot elilo holt keine 01-mac-adresse config
Hallo,
bei anlegen von client mit uefi:
opsipxeconfd.log:
[5] [Jan 18 12:07:23] Pipe u'/tftpboot/linux/pxelinux.cfg/01-mac-adresse' opened, piping pxe boot configuration (opsipxeconfd|685)
[5] [Jan 18 12:08:55] Got connection from client (opsipxeconfd|167)
[5] [Jan 18 12:08:55] elilo configuration ...
bei anlegen von client mit uefi:
opsipxeconfd.log:
[5] [Jan 18 12:07:23] Pipe u'/tftpboot/linux/pxelinux.cfg/01-mac-adresse' opened, piping pxe boot configuration (opsipxeconfd|685)
[5] [Jan 18 12:08:55] Got connection from client (opsipxeconfd|167)
[5] [Jan 18 12:08:55] elilo configuration ...
- 17 Jan 2018, 18:31
- Forum: Freier Support
- Thema: uefi boot elilo holt keine 01-mac-adresse config
- Antworten: 9
- Zugriffe: 4742
uefi boot elilo holt keine 01-mac-adresse config
Wir haben folgende Konfiguration:
DNS/DHCP Server dnsmasq:
pxe-prompt="Taste F8 zeigt Auswahl", 6
pxe-service=x86PC, "Lokale Festplatte", 0
pxe-service=x86PC, "Windows Installation", "linux/pxelinux", IP-ServerOPSI
pxe-service=BC_EFI, "Lokale Festplatte UEFI", 0
pxe-service=BC_EFI, "Windows ...
DNS/DHCP Server dnsmasq:
pxe-prompt="Taste F8 zeigt Auswahl", 6
pxe-service=x86PC, "Lokale Festplatte", 0
pxe-service=x86PC, "Windows Installation", "linux/pxelinux", IP-ServerOPSI
pxe-service=BC_EFI, "Lokale Festplatte UEFI", 0
pxe-service=BC_EFI, "Windows ...