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

This code won’t work with recent Windows 11 builds #8

Closed
wjk opened this issue Aug 4, 2023 · 4 comments
Closed

This code won’t work with recent Windows 11 builds #8

wjk opened this issue Aug 4, 2023 · 4 comments

Comments

@wjk
Copy link

wjk commented Aug 4, 2023

First of all, great idea! Unfortunately, Microsoft changed Windows so that it is impossible to create a working Windows 11 ISO from a non-Windows platform any more.

I once tried using the UUP Dump scripts to create a Windows 11 ISO (for Intel, not ARM). It created an ISO as expected. However, once installed Windows was lacking critical shell components that then could not be installed by any means, resulting in a broken VM. (I could only fix the problem by wiping the VM’s disk and reinstalling using an ISO downloaded from Microsoft. However, I was using an Intel Mac at the time, which has since died the death and left me with an M1 MacBook as my only Mac. This won’t work here because there is no way to download an official Windows ARM ISO.) I filed https://github.com/uup-dump/converter/issues/42 regarding this, and was told the following:

Store Apps are outbox since build 22563, they must be added to the installation image using Dism tool, and that's possible only on Windows host OS
additionally, integrating updates for builds 22563+ require Windows 10 v1809 host OS

This fact makes the entire app useless unless you make a point of only retrieving builds before 22563. There should be some mention of this in the app, documentation and on the Mac App Store.

@Sven4G
Copy link

Sven4G commented Aug 6, 2023

A better way to do it, now that the UUPDump method doesn’t work anymore on macOS with the most recent Windows 11 builds, could be to convert an official Microsoft ESD to an ISO, as done with this quite fast and efficient command line utility:

https://communities.vmware.com/t5/VMware-Fusion-Documents/w11arm-esd2iso-a-utility-to-create-Windows-11-ARM-ISOs-from/ta-p/2957381

Of course, with the very good CrystalFetch GUI as a frontend…

@Sven4G
Copy link

Sven4G commented Aug 6, 2023

… And this is also similar to the method used by the Parallels Desktop built-in Windows 11 downloader: BTW, maybe consider integrating CrystalFetch into UTM...?

https://gist.github.com/b0gdanw/e36ea84828dbd19e03eff6158f1fc77c

@osy
Copy link
Contributor

osy commented Aug 11, 2023

@EuroCity never knew about ESD method, thanks. Will look more into it!

@osy osy closed this as completed in 5086227 Aug 12, 2023
@osy
Copy link
Contributor

osy commented Aug 12, 2023

Try it out: https://github.com/TuringSoftware/CrystalFetch/releases

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

3 participants