win11-x64 funktioniert nicht

seteqsystems
Beiträge: 62
Registriert: 12 Sep 2012, 11:51
Wohnort: Hall in Tirol

win11-x64 funktioniert nicht

Beitrag von seteqsystems »

Hallo Leute,

Ich wollte heute mal interessehalber win11-x64 testen - leider mit wenig Erfolg.
Das Setup bleibt bei der Editionsauswahl stehen - schaut auf den ersten Blick so aus als ob da ein Fehler in der unattend.xml wäre, die ich aus dem win10-x64-Paket kopiert habe.

Folgendes habe ich bereits erfolglos probiert:
  • Wieder das mit dem Paket mitgelieferte Template der unattend.xml aktiviert.
  • Auf einem Windows-11-Rechner ein nagelneues WinPE-Image gebaut.
Wenn ich die Editionsauswahl manuell weiterklicke, kriege ich nur "Windows 11 kann auf diesem PC nicht ausgeführt werden".
Die setupact.log habe ich mal angehängt.

Hat jemand das schon zum laufen gekriegt und irgendwelche Tipps für mich?

Danke!
Dateianhänge
setupact.log.txt
(101.34 KiB) 111-mal heruntergeladen
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: win11-x64 funktioniert nicht

Beitrag von wolfbardo »

Hilft

Code: Alles auswählen

opsi-package-updater --repo uib_windows_testing --use-inactive-repo -v install winn11-x64
installfiles fuellen gemaess getting started und dann imagenamen auslesen

Code: Alles auswählen

opsi-admin -d method updateWIMConfig win11-x64
Gruss
Bardo Wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
mattiasmab
Beiträge: 90
Registriert: 29 Jan 2021, 12:17

Re: win11-x64 funktioniert nicht

Beitrag von mattiasmab »

Da du einen Key angegeben hast, nutzt er die Informationen darauf als weitere Bedingungen zum Suchen - siehe dein Log.
2021-11-23 00:23:36, Info IBS Callback_Productkey_Validate: EditionID for product key is Professional.
2021-11-23 00:23:36, Info IBS Callback_Productkey_Validate: EulaType (a.k.a. ChannelType) for product key is [Volume].
2021-11-23 00:23:36, Info IBS Canonicalized constraint key is 'NAME', value is 'Windows 11 Pro'
2021-11-23 00:23:36, Info IBS ConstructOSImageConstraints: Setup is not in keyless mode.
2021-11-23 00:23:36, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.
...
2021-11-23 00:23:36, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection
2021-11-23 00:23:36, Info IBS DumpXmlInfoConstraints: Constraint [0]; ElementPath = [EditionID]; ElementValue = [Professional]
2021-11-23 00:23:36, Info IBS DumpXmlInfoConstraints: Constraint [1]; ElementPath = [NAME]; ElementValue = [Windows 11 Pro]
2021-11-23 00:23:36, Info IBS DumpXmlInfoConstraints: End of dump.
2021-11-23 00:23:36, Info IBS SelectOSImages: Using EditionID as constraint and couldn't find any matching image, try to select foundation image
Das sollte Index 5 finden - tut es aber nicht. Der Grund ist mir gerade nicht klar. Gibt es evtl. neuerdings Volume-Licence-Images?!
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Index = 5
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Name = Windows 11 Pro
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Description = Windows 11 Pro
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Total bytes = 16247028229
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Architecture = 9
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Default language = de-DE
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Edition ID = Professional
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Major version = 10
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Minor version = 0
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Build number = 22000
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: SP Build = 194
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: SP Level = 0
2021-11-23 00:23:36, Info ImageXmlInfo::LogImages: Installation type = Client
Probier die Installation mal ohne direkt eingegebenem Produktkey (also leerer Property in OPSI) - wäre später durch `slmgr`ja eh möglich den nachzutragen. Nur als Test.
Markus1982
Beiträge: 23
Registriert: 25 Mär 2019, 11:40

Re: win11-x64 funktioniert nicht

Beitrag von Markus1982 »

Haloo Zusammen,

ich hatte das Problem das bei der Windows 11 Installation immer der Fehler kam das Windows 11 auf diesem PC nicht installiert werden kann.

dann habe ich das Test Paket so wie oben beschrieben installiert

opsi-package-updater --repo uib_windows_testing --use-inactive-repo -v install winn11-x64
opsi-admin -d method updateWIMConfig win11-x64

jetzt bleibt er immer noch bei der Edistions Auswahl stehen

wenn man da eine Edition von Hand auswählt und auf weiter klickt läuft die ganze Installation sauber durch

Ich habe den ImageName ausgelesen

$ImageInfo=Get-WindowsImage -ImagePath "F:\sources\install.wim"
$ImageInfo[0].ImageName
$ImageInfo[0].ImageIndex

Windows 11 Education

und in den Proberty im Paket im Feld ImageName: Windows 11 Education eingetragen.
Trotzdem bleibt er bei der Editionsauswahl stehen.

Hat jemand eine Idee?

Gruß

Markus
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: win11-x64 funktioniert nicht

Beitrag von SisterOfMercy »

Try: opsi-package-updater --repo uib_windows_testing --use-inactive-repo -v install win11-x64

I think winn11-x64 is a typo.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Markus1982
Beiträge: 23
Registriert: 25 Mär 2019, 11:40

Re: win11-x64 funktioniert nicht

Beitrag von Markus1982 »

I have already noticed the spelling mistake. Nevertheless, the installation stops at the edition selection
Benutzeravatar
m.radtke
uib-Team
Beiträge: 1517
Registriert: 10 Jun 2015, 12:19

Re: win11-x64 funktioniert nicht

Beitrag von m.radtke »

Moin,

passt denn der Key zu dem Image?
Das ist oft einer der Gründe wieso die Auswahl kommt.
Kein Support per DM!
_________________________
opsi support - http://www.uib.de/
For productive opsi installations we recommend support contracts.
Benutzeravatar
ThomasT
uib-Team
Beiträge: 529
Registriert: 26 Jun 2013, 12:26

Re: win11-x64 funktioniert nicht

Beitrag von ThomasT »

Kannst du mal mit

Code: Alles auswählen

wiminfo /var/lib/opsi/depot/win11-x64/installfiles/sources/install.wim
schauen was da denn drin sein soll?

Wir haben hier schon Win11 Isos gesehen, deren Imagename "Windows 10 Education" sein muss, damit es sich installiert...warum? Keine Ahnung, was Microsoft da treibt...
Kein Support per DM!
_________________________
opsi support - https://www.uib.de/
For productive opsi installations we recommend support contracts.
Markus1982
Beiträge: 23
Registriert: 25 Mär 2019, 11:40

Re: win11-x64 funktioniert nicht

Beitrag von Markus1982 »

Hallo,

das war es...
Danke darauf wäre ich nie gekommen

Danke für die Unterstützung

Code: Alles auswählen

WIM Information:
----------------
Path:           /var/lib/opsi/depot/win11-x64/installfiles/sources/install.wim
GUID:           0x99686582c880444692d02130e51f9bcd
Version:        68864
Image Count:    10
Compression:    LZX
Chunk Size:     32768 bytes
Part Number:    1/1
Boot Index:     0
Size:           4689277413 bytes
Attributes:     Relative path junction

Available Images:
-----------------
Index:                  1
Name:                   Windows 10 Education
Description:            Windows 10 Education
Display Name:           Windows 11 Education
Display Description:    Windows 11 Education
Directory Count:        22573
File Count:             103198
Total Bytes:            16251363455
Hard Link Bytes:        7170108596
Creation Time:          Mon Sep 27 21:35:37 2021 UTC
Last Modification Time: Mon Sep 27 22:24:51 2021 UTC
Architecture:           x86_64
Product Name:           Microsoft® Windows® Operating System
Edition ID:             Education
Installation Type:      Client
Product Type:           WinNT
Product Suite:          Terminal Server
Languages:              de-DE
Default Language:       de-DE
System Root:            WINDOWS
Major Version:          10
Minor Version:          0
Build:                  22000
Service Pack Build:     194
Gruß

Markus
seteqsystems
Beiträge: 62
Registriert: 12 Sep 2012, 11:51
Wohnort: Hall in Tirol

Re: win11-x64 funktioniert nicht

Beitrag von seteqsystems »

Hi zusammen,

Sorry wegen der Verzögerung meinerseits...
Ich kann das bestätigen, auch in meinem ISO sind das "Windows 10 ***" - Danke, Microsoft!

Dafür hab ich jetzt ein anderes Problem:

Code: Alles auswählen

2021-12-07 15:53:41, Info                         Callback_ValidateHardwareRequirements: Validating Hardware Requirements
2021-12-07 15:53:41, Info                         VerifyRAMRequirements: System has SUFFICIENT system memory: [8192 MB] vs [3686 MB]
2021-12-07 15:53:41, Info                         VerifyProcessorSupported: number of cores SUFFICIENT: [12] vs [2]
2021-12-07 15:53:41, Info                         VerifyProcessorSupported: Sufficient processor frequency: [2301 MHz] vs [1000 MHz]
2021-12-07 15:53:41, Info                         VerifyProcessorSupported: Processor Frequency Check Returned [0x0]
2021-12-07 15:53:41, Info                         VerifySecureBoot: Capable of SecureBoot
2021-12-07 15:53:41, Error                        VerifyTPMSupported:TBS.dll not found.[gle=0x0000007e]
2021-12-07 15:53:41, Info                         Callback_ValidateHardwareRequirements: Will display the HW Requirements UI
TPM2.0 ist im Bios aktiviert und wenn man Win10 installiert und den Compatibility check macht schaut alles wunderbar aus.
Die vollständige setupact.log hänge ich euch nochmals an...

Für euren Input wäre ich da sehr dankbar :-)

EDIT: Ich habe gerade gesehen, es gibt eine Win11_German_x64v1.iso zum Download bei Microsoft - mein erster Download (ohne das v1) war vom 06.10.2021 - vielleicht haben sie da inzwischen noch was nachgebessert. Ich lade mal runter und werde berichten...
Dateianhänge
setupact.log.txt
(99.03 KiB) 68-mal heruntergeladen
Antworten