Hallo,
vieleicht kann ich da weiterhelfen.
Ich habe mehrere Debian Server auf meinem Windows Server 2012 R2.
Bis gestern hat die Installation wunderbar funkioniert. Nun habe ich aber gerade auf die neueste OPSI-Version upgedatet und habe dasselbe Problem festgestellt.
lshw sagt dazu:
die ältere Netzwerkkarte (Fastethernet) für PXE-Boot
Code: Alles auswählen
id:
network
description: Ethernet interface
product: DECchip 21140 [FasterNet]
vendor: Digital Equipment Corporation
physical id:
a
bus info: pci@0000:00:0a.0
logical name: eth0
version: 20
serial: 00:15:5d:0a:de:2e
width: 32 bits
clock: 33MHz
capabilities: bus_master rom ethernet physical
configuration:
broadcast = yes
driver = tulip
driverversion= 1.1.15-NAPI
ip= 10.10.10.106
latency= 64
maxlatency= 40
mingnt = 20
multicast = yes
resources:
irq : 9
ioport : ec00(size=128)
memory : febff000-febfffff
memory : febe0000-febeffff
Zur FastEthernet Karte sagt lspci
Code: Alles auswählen
00:0a.0 Ethernet controller: Digital Equipment Corporation DECchip 21140 [FasterNet] (rev 20)
diese Gigabit Netzwerkkarte ist leider nicht PXE-fähig
Code: Alles auswählen
id: network
description: Ethernet interface
physical id: 1
logical name: eth1
serial: 00:15:5d:0a:de:1d
capabilities: ethernet physical
configuration:
broadcast = yes
driver = hv_netvsc
driverversion= 3.1
firmware = N/A
link = no
multicast = yes
Im opsipxeconfd.log steht
Code: Alles auswählen
[1] [Nov 22 01:08:58] ==================================================================
= opsi pxe configuration service starting =
================================================================== (Logger.py|854)
[5] [Nov 22 01:08:58] Starting opsipxeconfd main thread (opsipxeconfd|168)
[5] [Nov 22 01:08:58] Ignoring module 'OpsiPXEConfd', backend 'opsipxeconfd' (BackendManager.py|356)
[5] [Nov 22 01:08:58] Creating unix socket '/var/run/opsipxeconfd/opsipxeconfd.socket' (opsipxeconfd|125)
[5] [Nov 22 01:08:58] Start setting needed boot configurations (opsipxeconfd|460)
[5] [Nov 22 01:08:59] Finished setting needed boot configurations (opsipxeconfd|487)
[5] [Nov 22 01:09:38] Got connection from client (opsipxeconfd|148)
[5] [Nov 22 01:09:38] Special pxe config template 'install3264' will be used used for host 'automation.blits.local', product 'debian' (opsipxeconfd|350)
[4] [Nov 22 01:09:38] Failed to read opsi modules file '/etc/opsi/modules': [Errno 2] No such file or directory: u'/etc/opsi/modules' (Backend.py|386)
[5] [Nov 22 01:09:38] PXE boot configuration for host automation.blits.local is now set at '/tftpboot/linux/pxelinux.cfg/01-00-15-5d-0a-de-29' (opsipxeconfd|436)
[5] [Nov 22 01:09:48] Pipe '/tftpboot/linux/pxelinux.cfg/01-00-15-5d-0a-de-29' opened, piping pxe boot configuration (opsipxeconfd|618)
[5] [Nov 22 01:13:12] Got connection from client (opsipxeconfd|148)
[5] [Nov 22 01:13:12] Special pxe config template 'install3264' will be used used for host 'automation.blits.local', product 'debian' (opsipxeconfd|350)
[4] [Nov 22 01:13:12] Failed to read opsi modules file '/etc/opsi/modules': [Errno 2] No such file or directory: u'/etc/opsi/modules' (Backend.py|386)
[5] [Nov 22 01:13:12] PXE boot configuration for host automation.blits.local is now set at '/tftpboot/linux/pxelinux.cfg/01-00-15-5d-0a-de-29' (opsipxeconfd|436)
[5] [Nov 22 01:13:24] Pipe '/tftpboot/linux/pxelinux.cfg/01-00-15-5d-0a-de-29' opened, piping pxe boot configuration (opsipxeconfd|618)
[5] [Nov 22 02:13:05] Got connection from client (opsipxeconfd|148)
[5] [Nov 22 02:13:05] Special pxe config template 'install3264' will be used used for host 'automation.blits.local', product 'debian' (opsipxeconfd|350)
[4] [Nov 22 02:13:06] Failed to read opsi modules file '/etc/opsi/modules': [Errno 2] No such file or directory: u'/etc/opsi/modules' (Backend.py|386)
[5] [Nov 22 02:13:06] PXE boot configuration for host automation.blits.local is now set at '/tftpboot/linux/pxelinux.cfg/01-00-15-5d-0a-de-29' (opsipxeconfd|436)
[5] [Nov 22 02:13:17] Pipe '/tftpboot/linux/pxelinux.cfg/01-00-15-5d-0a-de-29' opened, piping pxe boot configuration (opsipxeconfd|618)
PXE-Boot funktioniert gurndsätzlich aber es werden keine IP-Adressen usw. ausgefüllt.
Wenn ich die Installation dort abbreche und mich am PXE-Linux anmelde, werden keine Netzwerkkarten angezeigt.
Ifconfig zeigt nur das Loopback-Device.
Ich hoffe das hilft und es gibt bald eine Lösung.
Danke für die tolle Arbeit, weiter so.
Schöne Grüße
PS: Gibts die Möglichkeit, dass der Boot mittels PXE etwas mehr auf den Bildschirm schreibt (verbose)? Sonst meint man, dass der Rechner hängt.