Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with recent images of uupdump #92

Open
Arturbc opened this issue Mar 18, 2024 · 4 comments
Open

Incompatible with recent images of uupdump #92

Arturbc opened this issue Mar 18, 2024 · 4 comments

Comments

@Arturbc
Copy link

Arturbc commented Mar 18, 2024

Describe the bug
On try deploy a ARM64 ISO on a Lumia 950, on select of install.wim file, appeared a "metadata error" message. I have try download many ISOs, included very old Windows 10 versions I already used before, but never accept.

To Reproduce
Steps to reproduce the behavior:

  1. Download any uupdump ARM64 ISO;
  2. Try deploy;
  3. Get a error about metadata invalid.

Expected behavior
Is expected accept file install.wim and show a list of edtitions to select and start deploy.

Screenshots
image
image

Log file
Log-20240317.txt

@zenbaku
Copy link

zenbaku commented Apr 4, 2024

+1 also affected by this. Using a WIM validator and mounting the files works, so not sure why woa deployer won't recognize them.

@roadrunnerli
Copy link

roadrunnerli commented Aug 18, 2024

+1 also affected. Tried over 10 images from various sources like UUPDUMP or massgrave.dev/windows_arm_links. I did not find a single one that works.
Looking mainly for a working 18363 .iso (to preserve the ICan0 info, required for phone call functionality).

Found a workaround -> Export the .wim-file from the .wim-file :D
DISM /Export-Image /SourceImageFile:[path to invalid install.wim] /SourceIndex:1 /DestinationImageFile:[path to new install.wim] /CheckIntegrity
Will correct the issue

@NikeDudeeGAMER
Copy link

+1 also affected. Tried over 10 images from various sources like UUPDUMP or massgrave.dev/windows_arm_links. I did not find a single one that works. Looking mainly for a working 18363 .iso (to preserve the ICan0 info, required for phone call functionality).

Found a workaround -> Export the .wim-file from the .wim-file :D DISM /Export-Image /SourceImageFile:[path to invalid install.wim] /SourceIndex:1 /DestinationImageFile:[path to new install.wim] /CheckIntegrity Will correct the issue

where do i type that in

@roadrunnerli
Copy link

roadrunnerli commented Sep 5, 2024

+1 also affected. Tried over 10 images from various sources like UUPDUMP or massgrave.dev/windows_arm_links. I did not find a single one that works. Looking mainly for a working 18363 .iso (to preserve the ICan0 info, required for phone call functionality).
Found a workaround -> Export the .wim-file from the .wim-file :D DISM /Export-Image /SourceImageFile:[path to invalid install.wim] /SourceIndex:1 /DestinationImageFile:[path to new install.wim] /CheckIntegrity Will correct the issue

where do i type that in

Type it In a (Windows 11 elevated) command prompt!
From the begin:
First, double-click the 'Iso' that you have created with UUPDump -> that 'mounts' the ISO image as a new drive in explorer. Lets assume that you have a temp folder on your C-Drive (C:\Temp) and the new drive gets the letter "F:" assigned

Then open a 'CMD' (run as administrator) and type in the command (on one line / no LF)

DISM /Export-Image /SourceImageFile:"F:\sources\install.wim" /SourceIndex:1 /DestinationImageFile:"c:\Temp\install.wim" /CheckIntegrity

Yyou will find the working install.wim in C:\Temp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants