Thank you very much. I had a problem installing it with your codes (Because i have m1 mac) For those who have same problems (errors with installing chntpw) use this comands: 1)brew tap minacle/chntpw 2)brew install minacle/chntpw/chntpw
Hey Andy, your video is amazing but after 1:47 I didn't understad, did you choose the " uup_download_macos.sh " file and drag it on the terminal and you ran it and we have the result of 1:48 or something else?
Run this (via dash)...Install that....wait, before you do that you have to unzip this there and config those scripts (via dash)....oh ...my....god....I am 40% in and this is already a convoluted mess. I LOVE IT !!! That's why I chose my profession to be in the IT sector. Because as an admin (and someone who is interested in things he does not know / understand - at least at first) everyday there is a challenge waiting for you if you want it. That's what "learning" means - sometimes a little demanding but this is the way to keep your job and your life interesting.
Hi Andrew, love your videos....I am not that well versed in Mac terminal commands....is this possible if you could please upload the ISO and leave the link here(for Windows 11 Arm64
Everything worked for me until I got to 2:21 and I drag over the uup_download_macos.sh script, I get an error saying "zsh: operation not permitted". I did add the "chmod +x uup_download_macos.sh" before to change the permission. Any ideas? Thanks!
Same problem here: "zsh: operation not permitted" Could it be connected to this message after installing the Homebrew dependencies: ************************from the terminal ******************** ==> make Last 15 lines from /Users/viktor/Library/Logs/Homebrew/openssl@1.0/02.make: ^ x86_64cpuid.s:273:10: error: unknown token in expression cmpq $0,%rax ^ x86_64cpuid.s:273:10: error: invalid operand cmpq $0,%rax ^ x86_64cpuid.s:274:9: error: unknown token in expression cmoveq %rcx,%rax ^ x86_64cpuid.s:274:9: error: invalid operand cmoveq %rcx,%rax ^ make[1]: *** [x86_64cpuid.o] Error 1 make: *** [build_crypto] Error 1 If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): github.com/sidneys/homebrew-homebrew/issues These open issues may also help: Mac M1 chntpw not building (Openssl 1.0 requirement not satisfied) github.com/sidneys/homebrew-homebrew/issues/2 ****************************************
after i done all that, Status Legend: (OK):download completed. that showed up, i thought the thing is already finished, but there isnt any .iso file in the folder, any idea?
at the end it says its finished but the .iso is not in the folder or anywhere on my mac. i only get an 3.8gb uups folder with bunch of .cab /.ESD files (no iso)
Hello Andrew....thank you so much for your useful and clear video. I'm BigSur mac (11.6.3) and parallel 17.1.2 user and the all procedure works fine for me. I spent weeks trying to install win 11 on my mac without success, until find you.
why its showing that "your system is not compatible with the version " ......as mine is m2 macbook air basic version.........is there any problem with that?
Hey Andy, very helpful video as usual. I’m tossing up whether to install Win 10 or Win 11 my M1 Pro MBP comes in the next week or so. Have you had any problems with Win 11 being a new release? Or is it worth using UUP dump for Win 10 for gaming. Thanks
very handy and thank you, I'm getting errors though when it comes to not handling the updates package so I unchecked that in the uupdump package and re-ran it but now get a new error failed to extract LanguageFeatures etc and then it stops and doesn't product the ISO...??
And in Parallels 17.1.0 (51516), I'm getting the dreaded "The Secure Boot feature prevented the operating system from starting" error. The only way I could fix was to enable VM Settings > Hardware > Boot Order > Select boot device on startup. Then, in the "Parallels ARM Virtual Machine" boot settings, I disabled "Attempt Secure Boot" in Device Manager > Secure Boot Configuration. Yes, I had TPM added. This is on the new MacBook Pro 16-inch M1. Then, after installing, re-enabled Secure Boot, and disabled Select boot device on startup. Seems to be working so far.
Thank you so much for posting this reply! I have been looking all over message boards and yours is the first comment I saw that described how to turn off the "Attempt Secure Boot". That seems to have allowed me to go forward with the install.
Hey Andy, I have an issue when un-zipping the package downloaded from the UUP dump website. It does have the .zip file extension, but when i double click it, I get a pop-up window from Archive Utility with this error: Unable to expand "22000.2245_amd64_en-us_proffesional_58b65e6d_convert.zip". It is an unsupported format. Any ideas to help? (Yes, I know that I'm getting windows 11 pro for AMD/Intel chips, but this part of the process should still work the same, right?)
Hi Andrew, I have a new iMac with m1 chip and use Parallels with Windows 10 to run Windows Apps. However I need Windows XP to run other programs. Do you have a solution?
can't create ISO file error code on terminal as below Exporting Windows 11 Core to install.wim... [ERROR] "/Windows/WinSxS/wow64_microsoft-windows-pnpdevice-powershell_31bf3856ad364e35_10.0.22478.1000_none_a5f58bbb17e0c3ee/PnpDevice.psd1": blob not found SHA-1 message digest of missing blob: 2679b240840b73a018be3922a78af9c17ab8c31d ERROR: If this is a delta WIM, use the --ref argument to specify the WIM(s) on which it is based. ERROR: Exiting with error code 55: A file resource needed to complete the operation was missing from the WIM. Failed to export Windows 11 Core to install.wim
Hmm everything installs sucessfully but when trying to run the script to actually get the iso I get the error "genisoimage nor mkisofs does seem to be installed", anyone have any ideas?
I was struggling with that for an hour until I tried reinstalling a different package from the UUP dump. Try installing this version: ( Feature update to Windows 10, version 21H1 (19043.2075) arm64 arm64 2022-09-16 01:51:44 UTC ). Then, in terminal try entering: " arch -arm64 brew install cdrkit " (without the quotations). this seems to have the mission links for mkisofs that isnt included in cdrtools for some reason... hope this helps
Hi, I got the same error. I solve it by using MacPorts instead of Homebrew to download and install the missing packages. Download and install MacPorts: www.macports.org Then install the missing packages: sudo port install aria2 sudo port install wimlib sudo port install cabextract sudo port install cdrtools brew install sidneys/homebrew/chntpw Then I succeeded to launch the script. I had difficulties to install Homebrew on my Mac... maybe the error come from that. Hope this help.
doesnt work man when i get to cd and ls and type brew tap sidneys/homebrew brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw and enter it says error
@@danielmakary5052 1. install brew 2. Run these two commands in your terminal to add Homebrew to your PATH: echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/sardusswift/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" 3. run these to commands: brew tap sidneys/homebrew brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw 4. NOW you can drag'n'drop the "macos" script to download the uudump win11 file
When I tried to run brew tap sydneys/homebrew - I got an error.. fatal: Could not resolve HEAD to a revision After a little searching I found that running $ brew doctor gave me the following... $ brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks! Warning: Some taps are not on the default git origin branch and may not receive updates. If this is a surprise to you, check out the default branch with: git -C $(brew --repo homebrew/core) checkout master So, I copied and pasted that last line "git -C $(brew --repo homebrew/core) checkout master" and hit return and that gave the following... $ git -C $(brew --repo homebrew/core) checkout master Updating files: 100% (5765/5765), done. Branch 'master' set up to track remote branch 'master' from 'origin'. Already on 'master' Running brew doctor again gave the following... $ brew doctor Your system is ready to brew. After that, I could run $ brew tap Sydneys/homebrew and run $ brew install aria2c..etc. without any issues. All working fine after that but I am getting some errors showing up when downloading files to the UUPs folder. Waiting to see what happens next... fingers crossed
The download completed but terminal displayed the following... Status Legend: (OK):download completed.(ERR):error occurred. aria2 will resume download if the transfer is restarted. It transpired that my connection to the internet was poor and required a reboot of some network kit. After this, Aria2 did resume the downloads by me re-running the uup_download_macos.sh script by pressing the up arrow and hitting enter. It finished up by creating the .iso file as expected. Now time to create the VM!! :) I hope this extra information helps someone else and thank you Andrew Tsai for your thorough and succinct instructions... excellent work
Thanks Andrew! I was pulling my hair trying to get an ISO for Win 11 ARM and you explained where and how far better than any other web resource
Thank you very much. I had a problem installing it with your codes (Because i have m1 mac) For those who have same problems (errors with installing chntpw) use this comands: 1)brew tap minacle/chntpw 2)brew install minacle/chntpw/chntpw
thank you😃
Confirmed this helped me with "chntpw does not seem to be installed" .. Thank you!
The guy who solved this problem is a legend:)
thanks, i spent a lot of time trying to solve this problem before i saw your comment...
Hey Andy, your video is amazing but after 1:47 I didn't understad, did you choose the " uup_download_macos.sh " file and drag it on the terminal and you ran it and we have the result of 1:48 or something else?
Yes you need the dependencies, Terminal will tell you if you need them once you run the script first.
Run this (via dash)...Install that....wait, before you do that you have to unzip this there and config those scripts (via dash)....oh ...my....god....I am 40% in and this is already a convoluted mess. I LOVE IT !!! That's why I chose my profession to be in the IT sector. Because as an admin (and someone who is interested in things he does not know / understand - at least at first) everyday there is a challenge waiting for you if you want it. That's what "learning" means - sometimes a little demanding but this is the way to keep your job and your life interesting.
I love to tinker :) that’s why I make these videos!
@@andrewtsaitips ...and I thank you for that!!! Stay curious ;-)
Hello, what is the process between 1:47~1:49, it seems confused for me. I'm stuck 😥
"if you try to run the script now" What script and how?😓
same lol im stuck idk where he got that from
install homebrew first and then run the script hes listed following the timemark you have
I troubleshooting a lot of problems because of your video. Thanks a lot
Hi Andrew, love your videos....I am not that well versed in Mac terminal commands....is this possible if you could please upload the ISO and leave the link here(for Windows 11 Arm64
Everything worked for me until I got to 2:21 and I drag over the uup_download_macos.sh script, I get an error saying "zsh: operation not permitted". I did add the "chmod +x uup_download_macos.sh" before to change the permission. Any ideas? Thanks!
Try dragging the file into the Terminal window and hit enter
@@--2 as my comment says, I dragged over the script, it’s after this step (and hit enter) that I get a error message for operation not permitted.
@@beardofsteve , Than I can’t help you
@@--2 ha yeah, I figured, no worries
Same problem here: "zsh: operation not permitted" Could it be connected to this message after installing the Homebrew dependencies:
************************from the terminal ********************
==> make
Last 15 lines from /Users/viktor/Library/Logs/Homebrew/openssl@1.0/02.make:
^
x86_64cpuid.s:273:10: error: unknown token in expression
cmpq $0,%rax
^
x86_64cpuid.s:273:10: error: invalid operand
cmpq $0,%rax
^
x86_64cpuid.s:274:9: error: unknown token in expression
cmoveq %rcx,%rax
^
x86_64cpuid.s:274:9: error: invalid operand
cmoveq %rcx,%rax
^
make[1]: *** [x86_64cpuid.o] Error 1
make: *** [build_crypto] Error 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
github.com/sidneys/homebrew-homebrew/issues
These open issues may also help:
Mac M1 chntpw not building (Openssl 1.0 requirement not satisfied) github.com/sidneys/homebrew-homebrew/issues/2
****************************************
where you get that terminal from 1:48 wtf?
Commands:
brew tap sidneys/homebrew
brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw
chmod +x uup_download_macos.sh
after i done all that,
Status Legend:
(OK):download completed.
that showed up, i thought the thing is already finished, but there isnt any .iso file in the folder, any idea?
I got the same issue
@@Yurtse7en I got the same any solution?
@@abraztcov Try to download it again but be sure to do every step exacly like in the video
same problem
The homebrew commands are giving error for me idk why.
Any solution?
at the end it says its finished but the .iso is not in the folder or anywhere on my mac. i only get an 3.8gb uups folder with bunch of .cab /.ESD files (no iso)
i did exact same yet i have command not found
When I run any of the commands you have listed here my Home-brew just gets stuck saying updating Homebrew..... thoughts?
Hello Andrew....thank you so much for your useful and clear video. I'm BigSur mac (11.6.3) and parallel 17.1.2 user and the all procedure works fine for me. I spent weeks trying to install win 11 on my mac without success, until find you.
can this be done on mac os monterey 12.0.1?cause after 2:25 it is taking a long time, plz guide me
Yes that depends on your internet connection so be patient.
why its showing that "your system is not compatible with the version " ......as mine is m2 macbook air basic version.........is there any problem with that?
Hey Andy, very helpful video as usual. I’m tossing up whether to install Win 10 or Win 11 my M1 Pro MBP comes in the next week or so. Have you had any problems with Win 11 being a new release? Or is it worth using UUP dump for Win 10 for gaming. Thanks
what about mac book air m2 bro .......could u please help me to install windows 11 arm on macbook air m2
very handy and thank you, I'm getting errors though when it comes to not handling the updates package so I unchecked that in the uupdump package and re-ran it but now get a new error failed to extract LanguageFeatures etc and then it stops and doesn't product the ISO...??
Hello, terminal is downloading but not building any iso, I only get the files. What am I doing wrong?
And in Parallels 17.1.0 (51516), I'm getting the dreaded "The Secure Boot feature prevented the operating system from starting" error. The only way I could fix was to enable VM Settings > Hardware > Boot Order > Select boot device on startup. Then, in the "Parallels ARM Virtual Machine" boot settings, I disabled "Attempt Secure Boot" in Device Manager > Secure Boot Configuration. Yes, I had TPM added. This is on the new MacBook Pro 16-inch M1. Then, after installing, re-enabled Secure Boot, and disabled Select boot device on startup. Seems to be working so far.
Thank you so much for posting this reply! I have been looking all over message boards and yours is the first comment I saw that described how to turn off the "Attempt Secure Boot". That seems to have allowed me to go forward with the install.
worked perfectly for me....thanks mate
This doesn't generate a ISO for me. I've installed everything, and it runs smoothly, but at the end there is no ISO file :(
As a last ditch effort I recommend using the Media Creator ruclips.net/video/J4GBVP6NoHE/видео.html
@@andrewtsaitips, Ok, thanks.
@Rlaziken, I've thankfully gotten this to work, but I was actually using the latest arm64 version
Helped a lot. Thanks
Hey can u make a tutorial on windows 10 because i can’t downgrade to windows 10
Yeah, I want Windows 10 arm but the windows site only give me windows 11 :(
I already made a tutorial here: ruclips.net/video/9MLGL0f4gS4/видео.html
@@andrewtsaitips tysm
Hey Andy, I have an issue when un-zipping the package downloaded from the UUP dump website. It does have the .zip file extension, but when i double click it, I get a pop-up window from Archive Utility with this error:
Unable to expand "22000.2245_amd64_en-us_proffesional_58b65e6d_convert.zip". It is an unsupported format.
Any ideas to help? (Yes, I know that I'm getting windows 11 pro for AMD/Intel chips, but this part of the process should still work the same, right?)
Never mind. Fixed it. Thanks for any help you were to provide though. Sorry to bother you.
which code should i use the short one or the long one
Do both one at a time.
Hi Andrew, I'm getting this error running the final command: Failed to export Windows 10 Core to install.wim. Any ideas what the fix is?
doesn't install into the file or anywhere
Hi Andrew, I have a new iMac with m1 chip and use Parallels with Windows 10 to run Windows Apps. However I need Windows XP to run other programs. Do you have a solution?
Hard to run x86 OS on ARM chip, only option is to use UTM but it’ll be extremely slow.
@@andrewtsaitips it works, but without foldersharing it is worthless
I cant get aria2 working even though everything is installed can someone help me
They fixed it thank god
can't create ISO file error code on terminal as below
Exporting Windows 11 Core to install.wim...
[ERROR] "/Windows/WinSxS/wow64_microsoft-windows-pnpdevice-powershell_31bf3856ad364e35_10.0.22478.1000_none_a5f58bbb17e0c3ee/PnpDevice.psd1": blob not found
SHA-1 message digest of missing blob:
2679b240840b73a018be3922a78af9c17ab8c31d
ERROR: If this is a delta WIM, use the --ref argument to specify the WIM(s) on which it is based.
ERROR: Exiting with error code 55:
A file resource needed to complete the operation was missing from the WIM.
Failed to export Windows 11 Core to install.wim
I have just posted an alternative way that is almost guaranteed to work using UUP Dump Media Creator: ruclips.net/video/J4GBVP6NoHE/видео.html
@@andrewtsaitips thank u so much!
Hmm everything installs sucessfully but when trying to run the script to actually get the iso I get the error "genisoimage nor mkisofs does seem to be installed", anyone have any ideas?
I was struggling with that for an hour until I tried reinstalling a different package from the UUP dump. Try installing this version: ( Feature update to Windows 10, version 21H1 (19043.2075) arm64 arm64 2022-09-16 01:51:44 UTC ). Then, in terminal try entering: " arch -arm64 brew install cdrkit "
(without the quotations). this seems to have the mission links for mkisofs that isnt included in cdrtools for some reason... hope this helps
@@zyzzBrahShortsX Thanks!! After I use arm64 version instead of x64 version, and everything goes in the right way...!!
so helpful thanks so much!
so how do I uninstall all this when I am done?
Late answer, but creating a python environment allows for a single-use installation of packages 😊
it says aria2c is not a thing
Please can you do another video but for download windows 10 arm for Mac m1
I already made a tutorial here: ruclips.net/video/9MLGL0f4gS4/видео.html
@@andrewtsaitips thank you so much!
doesnt convert to IOS file tho...
doesn't work brew install aria2c help pls
same here, any fix?
@@natanmuliabanta1546 I've tried the 10.0.22000.160 build and that one actually does boot For now my PXE boot problem has resolved.
Hi, I got the same error. I solve it by using MacPorts instead of Homebrew to download and install the missing packages.
Download and install MacPorts: www.macports.org
Then install the missing packages:
sudo port install aria2
sudo port install wimlib
sudo port install cabextract
sudo port install cdrtools
brew install sidneys/homebrew/chntpw
Then I succeeded to launch the script. I had difficulties to install Homebrew on my Mac... maybe the error come from that. Hope this help.
@@oliviercomont273 run this on terminal "brew install sidneys/homebrew/chntpw"
Amazing!
permission denied erroe
Thnx bro!
Thanks!
i don't know how, but it works xD
That’s how you know a tutorial is effective :)
doesnt work man when i get to cd and ls and type brew tap sidneys/homebrew
brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw and enter it says error
Did you install Homebrew? Did you set the path after installing it?
@@andrewtsaitips yes then i do cd the file then ls and type your long code and it says error
@@danielmakary5052
1. install brew
2. Run these two commands in your terminal to add Homebrew to your PATH:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/sardusswift/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
3. run these to commands:
brew tap sidneys/homebrew
brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw
4. NOW you can drag'n'drop the "macos" script to download the uudump win11 file
and beware of trojans from that site..
哈哈哈,跟着教程我居然成功了
Pro tip: Use Chrome. Apple's Safari won't download the zip via UUP dump.
🤯
Why all this ???!!!!! Is there any link for ISO without all this blalalalalalalal
You can download the direct Windows 11 VHDX file here: ruclips.net/video/85_Y9ZEctbQ/видео.html
When I tried to run brew tap sydneys/homebrew - I got an error..
fatal: Could not resolve HEAD to a revision
After a little searching I found that running $ brew doctor gave me the following...
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some taps are not on the default git origin branch and may not receive
updates. If this is a surprise to you, check out the default branch with:
git -C $(brew --repo homebrew/core) checkout master
So, I copied and pasted that last line "git -C $(brew --repo homebrew/core) checkout master" and hit return and that gave the following...
$ git -C $(brew --repo homebrew/core) checkout master
Updating files: 100% (5765/5765), done.
Branch 'master' set up to track remote branch 'master' from 'origin'.
Already on 'master'
Running brew doctor again gave the following...
$ brew doctor
Your system is ready to brew.
After that, I could run $ brew tap Sydneys/homebrew and run $ brew install aria2c..etc. without any issues.
All working fine after that but I am getting some errors showing up when downloading files to the UUPs folder.
Waiting to see what happens next... fingers crossed
The download completed but terminal displayed the following...
Status Legend:
(OK):download completed.(ERR):error occurred.
aria2 will resume download if the transfer is restarted.
It transpired that my connection to the internet was poor and required a reboot of some network kit. After this, Aria2 did resume the downloads by me re-running the uup_download_macos.sh script by pressing the up arrow and hitting enter. It finished up by creating the .iso file as expected. Now time to create the VM!! :)
I hope this extra information helps someone else and thank you Andrew Tsai for your thorough and succinct instructions... excellent work
thank u!