Networkboot schlägt fehl
-
- Beiträge: 16
- Registriert: 04 Mär 2020, 20:23
Networkboot schlägt fehl
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
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
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Networkboot schlägt fehl
Are you sure you need to work with the local image bootproducts?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
-
- Beiträge: 16
- Registriert: 04 Mär 2020, 20:23
Re: Networkboot schlägt fehl
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.
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.
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Networkboot schlägt fehl
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?DragonPlayer5588 hat geschrieben:I have to work with the local boot images.
I can install a virtual Client based on uefi with this image.
edit: Oh, you are saying it works on a VM, right?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Networkboot schlägt fehl
I think you should update your packages, what versions are you running?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
-
- Beiträge: 16
- Registriert: 04 Mär 2020, 20:23
Re: Networkboot schlägt fehl
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
Das Paket opsi-local-image-win10-1803-x64 ist in der Version 4.1.0.0-15
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Networkboot schlägt fehl
I can see on download.uib.de that the local image versions are now 4.1.0.11, so I think you should update.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
https://download.uib.de/opsi4.1/stable/ ... e/netboot/
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Re: Networkboot schlägt fehl
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
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
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
-
- Beiträge: 16
- Registriert: 04 Mär 2020, 20:23
Re: Networkboot schlägt fehl
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
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
-
- Beiträge: 16
- Registriert: 04 Mär 2020, 20:23
Re: Networkboot schlägt fehl
Ich habe es nun mit diesem Image ausprobiert. Der Fehler bleibt allerdings der selbeSisterOfMercy hat geschrieben:I can see on download.uib.de that the local image versions are now 4.1.0.11, so I think you should update.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
https://download.uib.de/opsi4.1/stable/ ... e/netboot/