Seite 1 von 2

Networkboot schlägt fehl

Verfasst: 29 Mai 2020, 16:21
von DragonPlayer5588
Hallo Zusammen,

ich bin gerade dabei einen Laptop mit Windows 10 x64 über OPSI zu installieren.
Das Laptop ist ein HP 255 G7.
Als erstes habe ich opsi-local-image-prepare ausgeführt. Dies ist erfolgreich durchgelaufen
Wenn ich nun das packet opsi-local-image-win10-1803-x64 durchführe erhalte ich folgenden Fehler:

(5316) [2] [Mai 29 16:02:08] Traceback: (Logger.py|798)
(5317) [2] [Mai 29 16:02:08] File "/usr/local/bin/master.py", line 1521, in <module>
(5318) execfile(actionScript)
(5319) (Logger.py|798)
(5320) [2] [Mai 29 16:02:08] File "/tmp/setup.py", line 775, in <module>
(5321) setFirstUefiBoot('opsitempwinpe')
(5322) (Logger.py|798)
(5323) [2] [Mai 29 16:02:08] File "/usr/lib/python2.7/dist-packages/OPSI/System/Posix.py", line 947, in execute
(5324) raise RuntimeError(u"Command '%s' failed (%s):\n%s" % (cmd, exitCode, u'\n'.join(result)))
(5325) (Logger.py|798)
(5326) [2] [Mai 29 16:02:08] ==>>> Command '/bin/efibootmgr -o 0002,2001,2002,0000,0001,2004' failed (8):
(5327) Invalid BootOrder order entry value0002,2001,2002,0000,0001,2004
(5328) ^
(5329) efibootmgr: entry 2004 does not exist (master.py|1573)

Habt ihr eine Idee wie ich es schaffe Windows 10 darüber zu installieren

Re: Networkboot schlägt fehl

Verfasst: 29 Mai 2020, 18:51
von SisterOfMercy
Are you sure you need to work with the local image bootproducts?

Re: Networkboot schlägt fehl

Verfasst: 29 Mai 2020, 19:35
von DragonPlayer5588
I have to work with the local boot images.
I can install a virtual Client based on uefi with this image.
If i understand this error correctly, It say that one of the boot devices are not available.

Re: Networkboot schlägt fehl

Verfasst: 29 Mai 2020, 21:12
von SisterOfMercy
DragonPlayer5588 hat geschrieben:I have to work with the local boot images.
I can install a virtual Client based on uefi with this image.
Uhm, what do you want to do, install windows 10 on the laptop, or install windows 10 on a virtual machine running on that laptop?

edit: Oh, you are saying it works on a VM, right?

Re: Networkboot schlägt fehl

Verfasst: 29 Mai 2020, 21:23
von SisterOfMercy
I think you should update your packages, what versions are you running?

Re: Networkboot schlägt fehl

Verfasst: 29 Mai 2020, 21:30
von DragonPlayer5588
Ja ich habe es erfolgreich in einer VM testen können.
Das Paket opsi-local-image-win10-1803-x64 ist in der Version 4.1.0.0-15

Re: Networkboot schlägt fehl

Verfasst: 29 Mai 2020, 23:54
von SisterOfMercy
DragonPlayer5588 hat geschrieben:Ja ich habe es erfolgreich in einer VM testen können.
Das Paket opsi-local-image-win10-1803-x64 ist in der Version 4.1.0.0-15
I can see on download.uib.de that the local image versions are now 4.1.0.11, so I think you should update.
https://download.uib.de/opsi4.1/stable/ ... e/netboot/

Re: Networkboot schlägt fehl

Verfasst: 30 Mai 2020, 00:23
von m.radtke
Hi

das problem.ist das UEFI von HP.
Dort werden beim.aufruf von efibootmgr alle möglichen Geräte als bootfähige Geräte ausgegeben. Wir parsen den Output und ordnen ihn neu und wollen das der efibootmgr diese neue Ordnung in das UEFI schreibt. Nur leider meckert dann das UEFI das es in diesem Fall Gerät 2004 gar nicht kennt.

Schau Mal nach einem UEFI Update, installiere es und probiere es erneut.

Gruß
Mathias

Re: Networkboot schlägt fehl

Verfasst: 31 Mai 2020, 21:33
von DragonPlayer5588
Hi,
ich habe das neuste UEFI Update seitens von HP installiert, leider bleibt der Fehler immer noch
Gibt es eine Möglichkeit den OPSI daran zu hindern die UEFI Einstellungen anpassen zu wollen

Re: Networkboot schlägt fehl

Verfasst: 02 Jun 2020, 09:55
von DragonPlayer5588
SisterOfMercy hat geschrieben:
DragonPlayer5588 hat geschrieben:Ja ich habe es erfolgreich in einer VM testen können.
Das Paket opsi-local-image-win10-1803-x64 ist in der Version 4.1.0.0-15
I can see on download.uib.de that the local image versions are now 4.1.0.11, so I think you should update.
https://download.uib.de/opsi4.1/stable/ ... e/netboot/
Ich habe es nun mit diesem Image ausprobiert. Der Fehler bleibt allerdings der selbe