Seite 6 von 6

Re: Windows 10X in Hyper-V installieren

Verfasst: 01.02.2021, 19:20
von Ben
Mit dem Tool von Albacore komm ich immer bloß so weit bis diese Fehler Meldung kommt.

Code: Alles auswählen

imageapp : ERROR : ThreadId4448 System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.IO.FileNotFoundException: Das System kann die angegebene Datei nicht finden.

   bei Microsoft.WindowsPhone.ImageUpdate.Tools.Common.LongPathFile.Copy(String sourcePath, String destinationPath, Boolean overwrite)
   bei Microsoft.ImagingTools.AppX.AppXImaging.CommitAppXPackages(IULogger logger, List`1 appXPkgFiles, String updateStagingRoot, String preInstalledVolumePath, CpuArch cpuType, List`1 languages)
   bei Microsoft.WindowsPhone.Imaging.Imaging.<>c__DisplayClass166_0.<CommitImage>b__0()
   bei System.Threading.Tasks.Task.InnerInvoke()
   bei System.Threading.Tasks.Task.Execute()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   bei System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   bei System.Threading.Tasks.Task.Wait()
   bei Microsoft.WindowsPhone.Imaging.Imaging.CommitImage()
   bei Microsoft.WindowsPhone.Imaging.Imaging.CommitStagedImage()
   bei Microsoft.WindowsPhone.Imaging.Imaging.CreateFullImage(Boolean randomizeGptIds)
   bei Microsoft.WindowsPhone.Imaging.Imaging.ProcessImage(Boolean randomizeGptIds)
---> (Interne Ausnahme #0) System.IO.FileNotFoundException: Das System kann die angegebene Datei nicht finden.

   bei Microsoft.WindowsPhone.ImageUpdate.Tools.Common.LongPathFile.Copy(String sourcePath, String destinationPath, Boolean overwrite)
   bei Microsoft.ImagingTools.AppX.AppXImaging.CommitAppXPackages(IULogger logger, List`1 appXPkgFiles, String updateStagingRoot, String preInstalledVolumePath, CpuArch cpuType, List`1 languages)
   bei Microsoft.WindowsPhone.Imaging.Imaging.<>c__DisplayClass166_0.<CommitImage>b__0()
   bei System.Threading.Tasks.Task.InnerInvoke()
   bei System.Threading.Tasks.Task.Execute()<---

imageapp : ERROR : ThreadId4448         System.IO.FileNotFoundException: Das System kann die angegebene Datei nicht finden.

   bei Microsoft.WindowsPhone.ImageUpdate.Tools.Common.LongPathFile.Copy(String sourcePath, String destinationPath, Boolean overwrite)
   bei Microsoft.ImagingTools.AppX.AppXImaging.CommitAppXPackages(IULogger logger, List`1 appXPkgFiles, String updateStagingRoot, String preInstalledVolumePath, CpuArch cpuType, List`1 languages)
   bei Microsoft.WindowsPhone.Imaging.Imaging.<>c__DisplayClass166_0.<CommitImage>b__0()
   bei System.Threading.Tasks.Task.InnerInvoke()
   bei System.Threading.Tasks.Task.Execute()
Edit: Ach ich depp, hab ich doch glatt wieder vergessen die License.xml's mit dem richtigen Namen zu versehen. :oops: :(

Re: Windows 10X in Hyper-V installieren

Verfasst: 02.02.2021, 11:14
von DK2000
Bei mir gibt es zwischendurch jede Menge davon:

Code: Alles auswählen

2021-02-02 10:40:33, Error                 CONX   ApphelpDebug: ERROR,Insp_SendNewFileEvent,207,Unable to retrieve filename [3]
2021-02-02 10:40:33, Error                 CONX   ApphelpDebug: ERROR,Insp_SendNewFileEvent,207,Unable to retrieve filename [3]
2021-02-02 10:40:33, Error                 CONX   ApphelpDebug: ERROR,Insp_SendNewFileEvent,207,Unable to retrieve filename [3]
2021-02-02 10:40:33, Error                 CONX   ApphelpDebug: ERROR,Insp_SendNewFileEvent,207,Unable to retrieve filename [3]
Aber keine Ahnung, was der da sucht. Am Ende steht dann aber dennoch:

Code: Alles auswählen

[02.02.2021 11:08:54}  Imaging: Image processing complete.
{02.02.2021 11:08:54}  Imaging: Performance results:
{02.02.2021 11:08:54}  	ProcessFMs time: 00:00:06.2180338
{02.02.2021 11:08:54}  	LoadPackages time: 00:00:01.6938618
{02.02.2021 11:08:54}  	CreateImage (commit) time: 00:00:06.1557525
{02.02.2021 11:08:54}  	StageImage time: 00:10:13.0927525
{02.02.2021 11:08:54}  	ExecuteUpdate time: 00:07:58.5785083
{02.02.2021 11:08:54}  	AppxStaging time: 00:12:48.8430781
{02.02.2021 11:08:54}  	AppxCommit time: 00:03:28.7768295
{02.02.2021 11:08:54}  	Total run time: 00:31:18.9704896
{02.02.2021 11:08:54}  	CompDB total time: 00:02:52.8433475
{02.02.2021 11:08:54}  	Waiting on other imaging instance time: 00:00:00
{02.02.2021 11:08:54}  Successfully finished Imaging execution.
Also bedeuten die Fehler wohl nichts. Die FFU wurde jedenfalls erstellt.

Re: Windows 10X in Hyper-V installieren

Verfasst: 03.02.2021, 11:25
von moinmoin
Mal als Hinweis

https://github.com/gus33000/UUPMediaCre ... ag/0.3.0.1

This update brings the following fixes and enhancements to UUPDownload:

Fix local paths for AppX packages #12 (thanks @thebookisclosed!)
Known issues:

License xmls need to be extracted from the Composition Database (CompDB) for WCOS editions #7
Some Dlls are missing from Windows PE for Desktop editions #9

Re: Windows 10X in Hyper-V installieren

Verfasst: 03.02.2021, 12:13
von DK2000
Interessant. Danke für den Hinweis.

In der CompDB sind also die License xmls drin. Da habe ich natürlich nicht groß danach gesucht.

Re: Windows 10X in Hyper-V installieren

Verfasst: 06.02.2021, 15:36
von Ben
Die Benötigten UUP Dateien kann man sich jetzt auch bei UUPDump.net downloaden. :D
https://www.uupdump.net/known.php?q=10X

Re: Windows 10X in Hyper-V installieren

Verfasst: 06.02.2021, 18:36
von moinmoin
Schon ausprobiert?

Re: Windows 10X in Hyper-V installieren

Verfasst: 06.02.2021, 18:58
von Ben
Download ja, aber nicht die Umwandlung mit dem Tool von Albacore. Bei dem Download fehlen aber auch noch die License Files für die Apps. Abbodi soll ja angeblich auch bereits an einem Script Arbeiten für die Erstellung des ffu Images.

Re: Windows 10X in Hyper-V installieren

Verfasst: 08.02.2021, 17:42
von Joern311