[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    88
    13
    0
    Is there a flag in uup dump that lets you toggle so you can select editions during setup?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,751
    108,445
    450
    When you put in a generic ei.cfg* in the project folder then it will be inserted to the "ISO:\Sources" folder and enable you to select any available edition during setup on a system with a MSDM bioskey.

    * ei.cfg:
    Code:
    [Channel]
    _Default
    [VL]
    0
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Coody

    Coody MDL Novice

    Aug 16, 2012
    14
    2
    0
    Hi all, is there any way to create ISO despite "can't be converted" message?

    I read the FAQ, I know it’s probably missing metadata – just asking if any workaround exists anyway.

    For example: Microsoft server operating system version 24H2 (26100.3775) amd64
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,502
    92,834
    340
    it's Cloudflare verification (due some users abuse or DDoS)
    you have to download the files manually from the website
     
  5. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    314
    183
    10
    Complicated ne, but finally you are the master if you have a solution to download by command let us know, and thank you for the teachings
     
  6. MinorThird

    MinorThird MDL Novice

    Jul 22, 2024
    4
    4
    0
    #5848 MinorThird, May 4, 2025
    Last edited: May 5, 2025
    I cannot download uup-converter-wimlib.7z via aria2c.exe due to checksum error (but I can download 7zr.exe in the same process).
    5 days ago I started the script and all initial downloads were ok.
    Something had changed in between? Thanks.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,751
    108,445
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. MinorThird

    MinorThird MDL Novice

    Jul 22, 2024
    4
    4
    0
  9. MinorThird

    MinorThird MDL Novice

    Jul 22, 2024
    4
    4
    0
    Lessons:
    1.- That problem was caused due to using a uupdump script executed 5 days after it was downloaded, and in between there was a change in source code. So, uupdump users should consume the zipped script immediately after is downloaded for preventing problems. That's what I did and worked perfectly.
    2.- The post https://forums.mydigitallife.net/posts/1767162 has reference to github for downloading the missing scripts, but there's no such github repository. So I think that urls should be corrected to the current git repository.
    3.- Thanks to all the forum's tool builders and constructive members.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,751
    108,445
    450
    Yep.
    I just found the post by using the search option, didn't see the age, probably changed the git stuff by now.
    :good3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. fabricio simoes

    fabricio simoes MDL Member

    Dec 17, 2020
    155
    34
    10
    Could anyone help me create iso through upp dump using Linux I'm using ZorinOS, if I'm in the wrong topic please direct me. Or if you can, I run the Linux file in UPP and it opens the script in Notepad...
     
  12. redsunset

    redsunset MDL Member

    Mar 16, 2022
    184
    89
    10
    make the script executable with sudo chmod +x script.sh , then try running it from the terminal ./script.sh
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,751
    108,445
    450
    You will get a .1 ISO without any updates pre-integrated. When you want an updated ISO. download the MVS ISO.

    Or run a virtual windows in linux.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. redsunset

    redsunset MDL Member

    Mar 16, 2022
    184
    89
    10
    chmod, not chmode