Opsi UEFI Boot bei HP ZBook 14uG6

fsauser
Beiträge: 15
Registriert: 19 Mai 2021, 16:07

Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von fsauser »

Hallo Leute,

ich schaffe es auf dem oben genannten Gerät kein PXE Boot auszuführen.
Nachdem das PXE Bootimage geladen wird sehe ich nur "Starte Hardware-Inventarisierung" und dann stoppt die Installation.

Ich habe schon versucht mit der alten efi Boot Datei zu laden -> keine Besserung.
Aktuell installiere ich mit "shimx64.efi.signed" was bis dato auch immer geklappt hat

Ich sehe auf tty1 folgendes
https://ibb.co/n1TV1S3

auf tty2 das hier
https://ibb.co/ZhtKzcZ

und auf tty3 kann ich mich anmelden an einer Shell

Zudem ist aufgefallen, beim laden des Linux Boot Images, braucht der opsi.service mindestens 2 minuten, erst dann springt dieser weiter.

Folgendes OPSI habe ich
[root@afb-app-ins-001 pxelinux.cfg]# rpm -qa |grep opsi
opsi-tftp-hpa-server-5.2.8-56.1.x86_64
opsi-utils-4.1.1.36-1.1.noarch
opsi-server-4.1.1.8-1.1.noarch
opsiconfd-4.1.1.20-1.1.noarch
opsipxeconfd-4.1.1.20-3.1.noarch
opsi-windows-support-4.1.1-8.1.noarch
opsi-linux-bootimage-20210326-1.1.noarch -> Bereits für Tests aus dem Experimental geholt
python-opsi-4.1.1.101-1.1.noarch

Habt Ihr eine Idee? Oder was kann ich noch testen?
BTW: ein HP ZBook 14uG7 klappt einwandfrei (beide mit 512GB M.2 2280 SN720 PCIe Gen3x4 TLC SS) HDD
Benutzeravatar
ThomasT
uib-Team
Beiträge: 538
Registriert: 26 Jun 2013, 12:26

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von ThomasT »

Schau doch mal in der tty3 nach anmelden mit root // linux123 was in der /tmp/log steht...
Kein Support per DM!
_________________________
opsi support - https://www.uib.de/
For productive opsi installations we recommend support contracts.
fsauser
Beiträge: 15
Registriert: 19 Mai 2021, 16:07

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von fsauser »

Hallo @ThomasT,

es scheint der lshw aus dem miniboot zu sein, welcher sich aufhängt

Code: Alles auswählen

(1482)    [2] [Mai 24 23:50:44] Traceback: (Logger.py|798)
(1483)    [2] [Mai 24 23:50:44]   File "/usr/local/bin/master.py", line 1656, in <module>
(1484)        execfile(actionScript)
(1485)     (Logger.py|798)
(1486)    [2] [Mai 24 23:50:44]   File "/tmp/setup.py", line 560, in <module>
(1487)        auditHardwareOnHosts = auditHardware(config = hwconfig, hostId = clientId)
(1488)     (Logger.py|798)
(1489)    [2] [Mai 24 23:50:44]   File "/usr/lib/python2.7/dist-packages/OPSI/System/Posix.py", line 3144, in auditHardware
(1490)        info = hardwareInventory(config)
(1491)     (Logger.py|798)
(1492)    [2] [Mai 24 23:50:44]   File "/usr/lib/python2.7/dist-packages/OPSI/System/Posix.py", line 3249, in hardwareInventory
(1493)        xmlOut = u'\n'.join(execute(u"%s -xml 2>/dev/null" % which("lshw")))
(1494)     (Logger.py|798)
(1495)    [2] [Mai 24 23:50:44]   File "/usr/lib/python2.7/dist-packages/OPSI/System/Posix.py", line 1017, in execute
(1496)        raise RuntimeError(u"Command '%s' failed (%s):\n%s" % (cmd, exitCode, u'\n'.join(result)))
(1497)     (Logger.py|798)
(1498)    [2] [Mai 24 23:50:44]      ==>>> Command '/usr/bin/lshw -xml 2>/dev/null' failed (-15):
(1499)     (master.py|1708)
(1510)    [5] [Mai 24 23:50:44] Writing log to service (master.py|1737)
Der failed ist durch mich, da ich den Prozess "/usr/bin/lshw -xml 2>/dev/null" mal abgeschossen habe.
Ich sehe auf tty3 zwei Prozesse, da ich aber kein strace in dem minilinux ist, kann ich nicht schauen auf was er wartet.
Auch ein "lsusb" hängt, scheint also hier das Problem zu liegen.

Habt Ihr in einem Image eine andere/neuere Version von ls in einem Bootimage?

Danke
Benutzeravatar
m.radtke
uib-Team
Beiträge: 1528
Registriert: 10 Jun 2015, 12:19

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von m.radtke »

Hi

du kannst mal beim Hängen des Prozesses schauen ob im dmesg oder syslog etwas interessantes steht.

Gruß
Mathias
Kein Support per DM!
_________________________
opsi support - http://www.uib.de/
For productive opsi installations we recommend support contracts.
fsauser
Beiträge: 15
Registriert: 19 Mai 2021, 16:07

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von fsauser »

Hi Mathias,

hab mal ein Foto gemacht von dmesg, ich kann damit nichts anfangen
https://ibb.co/KWP6M8b

Habe es mal mit der Imagedatei "opsi-linux-bootimage-20210519-1.1.noarch" versucht (aus dem 4.2 Repo).
Damit komme ich über die Hardware-Inventarisierung, nur leider bricht er dann ab mit

Code: Alles auswählen

(13009)   [2] [2021-05-25 00:52:16.351] [               ] 'NoneType' object is not subscriptable   (Logger.py:344)
(13010)   Traceback (most recent call last):
(13011)     File "run-master", line 1647, in <module>
(13012)     File "/tmp/setup.py", line 1744, in <module>
(13013)       currentbootentry = uefiGetActBootEntry()
(13014)     File "<string>", line 747, in uefiGetActBootEntry
(13015)   TypeError: 'NoneType' object is not subscriptable
Noch Ideen?
Benutzeravatar
m.radtke
uib-Team
Beiträge: 1528
Registriert: 10 Jun 2015, 12:19

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von m.radtke »

Welche version hat denn dein Windows Netboot Paket?

Gruß
Mathias
Kein Support per DM!
_________________________
opsi support - http://www.uib.de/
For productive opsi installations we recommend support contracts.
fsauser
Beiträge: 15
Registriert: 19 Mai 2021, 16:07

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von fsauser »

Hi Mathias,

folgende OPSI Pakete

Code: Alles auswählen

[root@afb-app-ins-001 preferred]# rpm -qa |grep opsi
opsi-linux-bootimage-20210519-1.1.noarch
opsi-tftp-hpa-server-5.2.8-56.1.x86_64
opsi-utils-4.1.1.36-1.1.noarch
opsiconfd-4.1.1.20-1.1.noarch
opsi-windows-support-4.1.1-8.1.noarch
opsi-server-4.1.1.8-1.1.noarch
python-opsi-4.1.1.101-1.1.noarch
opsipxeconfd-4.1.1.20-3.1.noarch
und folgende Windows Pakete

Code: Alles auswählen

[root@afb-app-ins-001 preferred]# opsi-package-manager -l | grep win
   activate-win                       1.0-9                     Windows Activation
   config-win-base                    4.0.1-1                   Windows Customizing
   config-win10                       4.1.1-9                   Configure Windows 10
   config-win10-lang                  1.0-2                     config-win10-lang
   config-win81-desktop               4.0.5-3                   Windows Customizing for Win8.1 Desktop
   hwinvent                           4.1.0.1-3                 Hardware Inventarisierung
   opsi-winpe                         4.1.0-1                   WinPE patching tool
   opsi-winst                         4.12.4.13-1               winst
   win10-x64                          4.1.0.2-13                Windows 10 x64
   win2016                            4.1.0.2-13                Windows Server 2016
   win2019                            4.1.0.2-13                Windows Server 2019
   windomain                          1.0-11                    Join NT/AD Domain
   windows10-upgrade                  20.09-3                   Windows 10 Upgrade
   winscp                             5.15.3-1                  WinSCP
Ich installiere mit win10-x64 und einem Windows 20H1
fsauser
Beiträge: 15
Registriert: 19 Mai 2021, 16:07

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von fsauser »

So neue Infos.

Mit "opsi-linux-bootimage-20201215-1.1.noarch" und "opsi-linux-bootimage.append = acpi=off, noapic" schafft er die Installationsvorbereitung
und bleibt dann mit

Code: Alles auswählen

12978)   [5] [Mai 25 13:28:07] Reading config.ini data: config_service.url: https://10.10.2.100:4447  (setup.py|1731)
(12979)   [5] [Mai 25 13:28:07]  config_service.url from clientconfig: https://10.10.2.100:4447/rpc  (setup.py|1732)
(12980)   [4] [Mai 25 13:28:07]  service url from config.ini: https://10.10.2.100:4447 is different to clientconfig.configserver.url (commandline or input mask): https://10.10.2.100:4447/rpc (setup.py|1734)
(12981)   [5] [Mai 25 13:28:07] Using config.ini data as service url: config_service.url: https://10.10.2.100:4447  (setup.py|1735)
(13034)   [2] [Mai 25 13:28:08] Traceback: (Logger.py|798)
(13035)   [2] [Mai 25 13:28:08]   File "/usr/local/bin/master.py", line 1656, in <module>
(13036)       execfile(actionScript)
(13037)    (Logger.py|798)
(13038)   [2] [Mai 25 13:28:08]   File "/tmp/setup.py", line 1744, in <module>
(13039)       currentbootentry = uefiGetActBootEntry()
(13040)    (Logger.py|798)
(13041)   [2] [Mai 25 13:28:08]   File "<string>", line 747, in uefiGetActBootEntry
(13042)    (Logger.py|798)
(13043)   [2] [Mai 25 13:28:08]      ==>>> 'NoneType' object has no attribute '__getitem__' (master.py|1708)
(13054)   [5] [Mai 25 13:28:08] Writing log to service (master.py|1737)

stehen. Es scheint aber als würde er die HW-Analyse auch überspringen....
Wenn ich nun einen Neustart durchführe startet nach dem erneuten drücken der Powertaste das "startnet.cmd" Skript.

Hoffe das hilft.....
Benutzeravatar
m.radtke
uib-Team
Beiträge: 1528
Registriert: 10 Jun 2015, 12:19

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von m.radtke »

Hi

ja da stimmt etwas nicht beim Auslesen des aktuellen UEFI Startgeräts

gib mir mal den Output von

Code: Alles auswählen

efibootmgr -v
Gruß
Mathias
Kein Support per DM!
_________________________
opsi support - http://www.uib.de/
For productive opsi installations we recommend support contracts.
fsauser
Beiträge: 15
Registriert: 19 Mai 2021, 16:07

Re: Opsi UEFI Boot bei HP ZBook 14uG6

Beitrag von fsauser »

Hi Mathias,

hier der Output

Code: Alles auswählen

(miniroot-x64)root@nb1000880:~# efibootmgr -v
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0000,0005,0001,0004,0003
Boot0000* Windows Boot Manager  HD(1,GPT,3d443a2a-bda0-11eb-9f0c-806e6f6e6963,0x800,0x31801)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...a...............
Boot0001* WDC PC SN720 SDAPNTW-512G-1006-19304D802106   PciRoot(0x0)/Pci(0x1d,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-1B-44-8B-44-D6-00-B4)N.....YM....R,Y.....ISPH
Boot0002* IPV4 Network  PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)/USB(2,0)/USB(2,0)/USB(2,0)/MAC(0068eb6c14b4,0)/IPv4(0.0.0.00.0.0.0,0,0)N.....YM....R,Y.....ISPH
Boot0003* IPV6 Network - Intel(R) Ethernet Connection (6) I219-LM       PciRoot(0x0)/Pci(0x1f,0x6)/MAC(0068eb6c14b2,0)/IPv6([::]:<->[::]:,0,0)N.....YM....R,Y.....ISPH
Boot0004* IPV4 Network - Intel(R) Ethernet Connection (6) I219-LM       PciRoot(0x0)/Pci(0x1f,0x6)/MAC(0068eb6c14b2,0)/IPv4(0.0.0.00.0.0.0,0,0)N.....YM....R,Y.....ISPH
Boot0005  USB:          PciRoot(0x0)/Pci(0x14,0x0)N.....YM....R,Y.....ISPH
Boot0006* IPV6 Network - Intel(R) Ethernet Connection (6) I219-LM       PciRoot(0x0)/Pci(0x1f,0x6)/MAC(0068eb6c14b2,0)/IPv6([::]:<->[::]:,0,0)N.....YM....R,Y.....ISPH
Antworten