[DISCUSSION] Windows 11 Insider Preview Build 26052.1100 (PC) [Canary & Dev Channel - GE-release]

Discussion in 'Windows 11' started by Enthousiast, Feb 8, 2024.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,488
    450
    You mean the Upgrade fail fix?
    Code:
    @echo off
    
    REG QUERY HKU\S-1-5-19\Environment >NUL 2>&1
    IF %ERRORLEVEL% EQU 0 goto :Got_Admin
    
    echo ===================================================================
    echo This script needs to be executed as an administrator.
    echo ===================================================================
    echo.
    pause
    goto :EOF
    
    :Got_Admin
    echo.
    echo ===================================================================
    echo.
    echo Run this command only when you're performing an
    echo ISO upgrade from a ^< dev channel to dev channel!!!
    echo.
    echo ===================================================================
    :choice
    set /P c=Are you sure you want to continue[Y/N]?
    if /I "%c%" EQU "Y" goto :RUN
    if /I "%c%" EQU "N" goto :EOF
    goto :choice
    echo.
    :Run
    bcdedit /set {current} flightsigning yes
    echo.
    :ASK_FOR_REBOOT
    set "choice="
    echo ===================================================================
    echo.
    echo A reboot is required to finish applying changes.
    echo.
    echo After rebooting just start setup.exe like you normally do.
    echo.
    echo Save your work before continuing!!!
    echo.
    echo ===================================================================
    set /p choice="Would you like to reboot your PC? (y/N) "
    echo.
    if /I "%choice%"=="y" shutdown -r -t 5
    goto :EOF
    
    Put on the ISO by the Win 11 Boot & Upgrade fix kit;)

    Then i would have assumed speedy would have shown the error message, would have made it all a bit more easy to debug?
     
  2. DJxSpeedy

    DJxSpeedy MDL Senior Member

    Jan 7, 2008
    395
    111
    10
    i cant show you the "block" i had yesterday...becorse it went away :D
    i can now upgrade with keeping my files :D

    thank you all for trying to help me...i start the upgrade now ;)
     
  3. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,942
    4,167
    60
    this one is 100% needed:
    Code:
    bcdedit /set {current} flightsigning
    you can't boot without it because Insider builds on Dev / Canary are signed with special certificate

    Installer should ask you to enable this before upgrade, it definitely shouldn't ask about enrolling to the IP
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. DJxSpeedy

    DJxSpeedy MDL Senior Member

    Jan 7, 2008
    395
    111
    10
    it maybe was that "the block" i had...now it doesnt show it anymore.. and starts installing...thats the right way right ? (using the 26xxx iso with their files)
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,488
    450
    The fix was made in the past with help of you know who, i noticed setup asks for this now, but when flightsigning is needed this would enable it (in the past at least), creating a 22635 ISO to install without enrolling and testing the 26052 upgrade next on that install.
     
  6. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,942
    4,167
    60
    it's not the block, it's not the hardware requirements either
    everyone should know that you can't boot insider builds without flightsigning flag, and you can't upgrade without it too

    I know it was made for the old installer, and current one always asking to enable that flag

    nothing to see here
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. DJxSpeedy

    DJxSpeedy MDL Senior Member

    Jan 7, 2008
    395
    111
    10
    last time i used an insider build was when win 10 to win 11 insider for me.. (im out of the mix for some years)
    so i cant know that :D (im sorry)

    it installs now.. (in pic)

    everything should be fine now (its at 60% now maybe soon reboot)
     

    Attached Files:

  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,488
    450
    But why did his setup never asked for the change?

    I can't make much sense of most replies i read from him so maybe it was asked but not mentioned.
     
  9. DJxSpeedy

    DJxSpeedy MDL Senior Member

    Jan 7, 2008
    395
    111
    10
    it asked but i misunderstand it to "join insider program" and clicking anything didnt let me continue...

    upgrade is installed now ;)
     

    Attached Files:

  10. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,942
    4,167
    60
    well, we are testing the very unstable canary bs "builds" with a lot of bugs, this build for example can't do cleanups https://forums.mydigitallife.net/posts/1824843
    so it doesn't matter to me, just enable flightsigning and forget about it

    this is what I was talking about here https://forums.mydigitallife.net/posts/1825397
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. DJxSpeedy

    DJxSpeedy MDL Senior Member

    Jan 7, 2008
    395
    111
    10
  12. vladnil

    vladnil MDL Senior Member

    Jan 19, 2019
    472
    321
    10
    2024-02-14_195323.jpg 2024-02-14_195339.jpg

    No Build 26058?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,942
    4,167
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,942
    4,167
    60
    well, it's not released yet

    anyway, should be there in some hours then
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. vladnil

    vladnil MDL Senior Member

    Jan 19, 2019
    472
    321
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,488
    450
    The pictures were meant to show no new builds were released at the usual release time, the shown builds are the current/old builds, not the new expected 26058.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,488
    450