Win 11 Boot And Upgrade FiX KiT

Discussion in 'Windows 11' started by Enthousiast, Jun 28, 2021.

  1. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    From the OP :
    - Use the standard Win 11 setup for clean installs on devices without Secure Boot and TPM 2.0 and low amount of DiskSize & RAM.
    - Enables to install on LegacyBIOS/MBR only systems.
     
  2. Raidrogon

    Raidrogon MDL Novice

    Sep 23, 2021
    8
    32
    0
    Very good information about the Toolkit. I appreciate your share.
     
  3. pc71520

    pc71520 MDL Junior Member

    Feb 12, 2013
    89
    44
    0
    To avoid various restrictions,
    prefer an Offline (i.e. Turn the Internet OFF)
    Windows 11 installation.

    :yes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
  5. rustynails

    rustynails MDL Novice

    Mar 18, 2015
    45
    35
    0
    Never had a problem with Win 11 Boot And Upgrade FiX KiT v2.0, heck have used it to install on 10+ year old computers.. even with just 2Gigs of ram and of course VM's
     
  6. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    279
    59
    10
  7. Lacius

    Lacius MDL Member

    Oct 22, 2010
    110
    90
    10
    Yes, it will bypass those checks as well. That being said, a low RAM device will likely have some performance issues.
     
  8. pc71520

    pc71520 MDL Junior Member

    Feb 12, 2013
    89
    44
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. GaGiLu

    GaGiLu MDL Junior Member

    May 4, 2017
    85
    20
    0
    Someone got this to run with a win 11 iso created by the MCT wrapper?
    It was telling me that my machine is not able to install windows 11.
    I used option 2 and the win 11 iso from MCT wrapper.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    What does the source of the ISO have to do with modifying the boot.wim registry (clean installs) or renaming/replacing/removing the appraiserres.dll file (upgrade scenarios)?
     
  11. 20126688

    20126688 MDL Novice

    Sep 14, 2012
    19
    4
    0
    Will this also skip the CPU check?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    Yes, it should and does.
     
  13. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
    Why is this happening to me ??

    1.JPG

    I realized, I renamed ISO to Windows.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. rustynails

    rustynails MDL Novice

    Mar 18, 2015
    45
    35
    0
    you got spaces in your file name. replace spaces with _
     
  15. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,626
    3,361
    60
    #416 inTerActionVRI, Oct 4, 2021
    Last edited: Oct 4, 2021
    @Enthousiast,

    A good way to detect Host OS Architecture is:
    Code:
    if exist "%SystemROOT%\SysWOW64" (
       set "Arch=x64"
       set "xOS=amd64"
    ) else (
       set "Arch=x86"
       set "xOS=x86"
    )
    
    By change the structure of the folders, you can optimize the code like this:
    set "_wimlib=%~dp0bin\%Arch%\wimlib-imagex.exe"
    The same for nsudo, which I saw in the other scripts.

    And as a example: if you insert %~dp0 in the paths set in the variables and using the variable in quotation marks, you avoid the problem with spaces in the user's folder structures:
    "%_wimlib%"

    Edited.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    @RaiyvaN most of this has been discussed, and win 11 is x64 only (arm64 i am not bothered about).

    Atm i am not focused on this, will look at it when i am.
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,626
    3,361
    60
    #418 inTerActionVRI, Oct 4, 2021
    Last edited: Oct 4, 2021
    edit:
    set "xOS=amd64" not arm64
    I just put it there because it is present in the script, but it is unused.

    edit 2: Sorry. I found now where "warch" is set. Long lines and I passed directly, while reading the code. My mistake. My bad.
     
  18. santeran

    santeran MDL Novice

    Oct 2, 2021
    15
    3
    0
    Hello,
    I downloaded Win11_English_x64.iso. Checked hashes. Then modified using this tool and tried to upgrade from running Win 10 20H2 and 21H1. Setup.exe does not show any window and just terminates. I've tried to disconnect from the internet but it also didn't work. Any tips?
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450