-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
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: Of course, with the very good CrystalFetch GUI as a frontend… |
… 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 |
@EuroCity never knew about ESD method, thanks. Will look more into it! |
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:
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.
The text was updated successfully, but these errors were encountered: