gus33000 / UUPMediaCreator

An utility to create Windows Media files (.ISO, .WIM, .VHD) from Unified Update Platform files
MIT License
778 stars 65 forks source link

UUPMediaConverter fail when target Windows Holographic #189

Closed je5442804 closed 8 months ago

je5442804 commented 8 months ago

UUPMediaCreator Ver: Release 3.1.9.2 amd64 CurrentOS: Windows 11 21H2 10.0.22000.2538 amd64

Description

Try to get the Windows 11 ARM64 23H2 Holographic ISO File, (hololens 2 seem to be ARM only?) There's no problem downloading the metafile, but fail to use UUPMediaConverter to convert Folder into .iso.

I've tried many different ways such as 1: use "-e" "-l" in UUPDownload or not, 2: use "-l" "-l" in UUPMediaConverter or not .... -l en-US -e Professional ... but the error tips always to be the same.

I'm not sure anything wrong, maybe it's my command line operation problem?

Steps to reproduce

1: Open Powershell, with admins priv... 2: /UUPDownload.exe -s Holographic -v 10.0.22000.2538 -r Retail -b Retail -c fe_release -t arm64 -l en-US (/UUPDownload.exe -s Holographic -v 10.0.19043.1 -r Retail -b Retail -c fe_release -t arm64 [-l en-US]) same as the result

3: Waiting util download success, the data folder located in ./10.0.22621.1254.ni_release_svc_sydney_rel_prod.231204-1600_arm64fre_5d2b4c679b95, it's shoould be ready to convert. 4: ./UUPMediaConverter.exe -u 10.0.22621.1254.ni_release_svc_sydney_rel_prod.231204-1600_arm64fre_5d2b4c679b95 -i Win11_ARM64_23H2_Holographic_x64.iso -l en-US

(UUPDownload work fine..., ignored)

PS: ./UUPMediaConverter.exe -u 10.0.22621.1254.ni_release_svc_sydney_rel_prod.231204-1600_arm64fre_5d2b4c679b95 -i Win11_ARM64_23H2_Holographic_x64.iso -l en-US
[22:29:51][Information] UUPMediaConverter 3.1.9.2 - Converts an UUP file set to an usable ISO file
[22:29:51][Information] Copyright (c) Gustave Monce and Contributors
[22:29:51][Information] https://github.com/gus33000/UUPMediaCreator
[22:29:51][Information] This program comes with ABSOLUTELY NO WARRANTY.
[22:29:51][Information] This is free software, and you are welcome to redistribute it under certain conditions.
[22:29:51][Information] This software contains work derived from libmspack licensed under the LGPL-2.1 license.
[22:29:51][Information] (C) 2003-2004 Stuart Caie.
[22:29:51][Information] (C) 2011 Ali Scissons.
[22:29:51][  Warning  ] WARNING: This tool does NOT currently integrate updates into the finished media file. Any UUP set with updates (KBXXXXX).MSU/.CAB will not have the update integrated.
[22:29:52][Information] [ReadingMetadata] Acquiring Composition Databases
[22:29:52][Information] [ReadingMetadata] Looking up Composition Database in order to find a Base ESD image appropriate for building windows setup files.
[22:29:52][   Error   ] An error occured!
[22:29:52][   Error   ] While looking up the Composition Database, we couldn't find an edition composition for the specified language. This error is fatal.
[22:29:52][Information] [ReadingMetadata] Acquiring Base Editions
[22:29:52][Information] [ReadingMetadata] No edition CompDB validated or were found, this is a fatal error, as one edition CompDB is needed at the very least for creating an ISO.
[22:29:52][Information] [ReadingMetadata] Enumerating files
[22:29:52][Information] [ReadingMetadata] Looking up Composition Database in order to find a Base ESD image appropriate for building windows setup files.
[22:29:52][   Error   ] An error occured!
[22:29:52][   Error   ] While looking up the Composition Database, we couldn't find an edition composition for the specified language. This error is fatal.
[22:29:52][   Error   ] An error occured!
[22:29:52][   Error   ] An error occurred while creating setup media.

If Possible, an Windows Holographic ISO will be great, I just wanna this :) by the way, I got .ffu File from https://aka.ms/hololens2download/10.0.22621.1254 But fail on convert/mount it, tested with kinds of tools but keep failing. emmmm, oh... the Windows Holographic, taken too many time...

gus33000 commented 8 months ago

Windows Holographic is a Windows Core OS based Product and therefore has no concept of a Windows Desktop Install Media and cannot be converted into an optical disc image.

In order to create Windows Full Flash Updates or Virtual Hard Disks for Windows Core OS based editions of Windows, look into the Windows Adaptation Kits' Image Update and Update App toolsets.

In order to mount Full Flash Update images for Windows Core OS based editions of Windows, look into the Windows Adaptation Kits' WPImage toolset.


You may contact your Microsoft Support rep for more info