Skip to content
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

Windows 11 24H2 #382

Open
mdstoll opened this issue Oct 2, 2024 · 36 comments
Open

Windows 11 24H2 #382

mdstoll opened this issue Oct 2, 2024 · 36 comments

Comments

@mdstoll
Copy link

mdstoll commented Oct 2, 2024

Win 11 24H2 was released.

Is it possible (for someone) to add this version to the script? Thanks!

@mdstoll
Copy link
Author

mdstoll commented Oct 2, 2024

Found this thread btw for everyone who wants to do it manually.

https://www.reddit.com/r/Windows11/comments/1ek4aku/guide_to_update_to_24h2_on_unsupported_systems/

@andris155
Copy link

andris155 commented Oct 2, 2024

The secure boot bypass not working with the 24H2 version.

@mdstoll
Copy link
Author

mdstoll commented Oct 3, 2024

The secure boot bypass not working with the 24H2 version.

I experienced the same issue on some machines. It helps bypass stuff like TPM but it won't proceed without secure boot.

@tstolik
Copy link

tstolik commented Oct 3, 2024

Waiting for update:)

@Sam282-web
Copy link

https://github.com/lzw29107/MediaCreationTool.bat

@andris155
Copy link

andris155 commented Oct 3, 2024

Waiting for update:)

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

@mdstoll
Copy link
Author

mdstoll commented Oct 3, 2024

https://github.com/lzw29107/MediaCreationTool.bat

Scherm­afbeelding 2024-10-03 om 18 24 47

Basically, TPM 2.0 error. Didn't have this with the other versions though.

@mdstoll
Copy link
Author

mdstoll commented Oct 3, 2024

Waiting for update:)

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

This indeed works, awesome!

@jnxme15
Copy link

jnxme15 commented Oct 4, 2024

Waiting for update:)

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

It worked for my intel device,but it didn't work for my amd pc.
742683d4-56e3-472e-a2f3-879a1802d127

@andris155
Copy link

Waiting for update:)

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

It worked for my intel device,but it didn't work for my amd pc. 742683d4-56e3-472e-a2f3-879a1802d127

Does your AMD processor support the POPCNT CPU instruction? The 24H2 update requires support for the POPCNT CPU instruction.

@jnxme15
Copy link

jnxme15 commented Oct 5, 2024

Waiting for update:)

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

It worked for my intel device,but it didn't work for my amd pc. 742683d4-56e3-472e-a2f3-879a1802d127

Does your AMD processor support the POPCNT CPU instruction? The 24H2 update requires support for the POPCNT CPU instruction.

AMD Phenom X4 9500
Thanks, i didn't know that. I guess my processor doesn't support the POPCNT procedure.I hope there's a way to bypass this.
https://www.cpu-world.com/CPUs/K10/AMD-Phenom%20X4%209500%20-%20HD9500WCJ4BGD%20(HD9500WCGDBOX).html
ylJLlkdQ
DWC2smwS

@nondetect
Copy link

I hope there's a way to bypass this.

Unfortunately, not. It extends beyond POPCNT and encompasses the full SSE4.2 instruction set beginning with build 26080 of the Insider Program. The issue arises because many system files rely on this instruction set, and PCs that do not support it will hang on the Windows logo while loading.

@Esnaker
Copy link

Esnaker commented Oct 5, 2024

Waiting for update:)

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

How do you do this exactly?

@mdstoll
Copy link
Author

mdstoll commented Oct 6, 2024

Waiting for update:)

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

How do you do this exactly?

You open CMD as administrator. Navigate to the folder where the contents of the ISO is located and you execute .\setup.exe /product server

This is implied that you have also followed this procedure: https://www.reddit.com/r/Windows11/comments/1ek4aku/guide_to_update_to_24h2_on_unsupported_systems/ so these steps replace the 'run setup.exe'

@marko98y432ghiwf98y93w4f098
Copy link

marko98y432ghiwf98y93w4f098 commented Oct 6, 2024

Just to replay that "\setup.exe /product server" worked for me also.

I was trying update 23h2, 24h2
22631.4248 -> 26100.1882

I applied "Skip_TPM_Check_on_Dynamic_Update.cmd"
[error: "the pc must support secure boot"]

After additionally using "/product server", it works.

@XSpark0
Copy link

XSpark0 commented Oct 8, 2024

You could also try this method to upgrade to 24H2 if it still works: https://www.majorgeeks.com/content/page/bypass_tpm_12.html

@XSpark0
Copy link

XSpark0 commented Oct 8, 2024

To check if your CPU supports POPCNT and SSE 4.2:
Download this: https://learn.microsoft.com/en-us/sysinternals/downloads/coreinfo
Open CMD/Terminal/Powershell and type: coreinfo -f (Drag the coreinfo.exe in command prompt)
Look for these two lines which should say the following:
SSE4.2 * Supports Streaming SIMD Extensions 4.2
POPCNT * Supports POPCNT instruction

@vbirloudis
Copy link

vbirloudis commented Oct 8, 2024

hello,
Its not working on my laptop, specs:
AMD Ryzen 3 2200U with Radeon Vega Mobile Gfx 2.50 GHz 16GB RAM.

Dump file:
dump.log

@nondetect
Copy link

hello, Its not working on my laptop, specs: AMD Ryzen 3 2200U with Radeon Vega Mobile Gfx 2.50 GHz 16GB RAM.

Dump file: dump.log

Your laptop is fully supported. As long as you don’t manually disable Secure Boot in the BIOS (UEFI), it should work out-of-the-box

@vbirloudis
Copy link

vbirloudis commented Oct 9, 2024

hello, Its not working on my laptop, specs: AMD Ryzen 3 2200U with Radeon Vega Mobile Gfx 2.50 GHz 16GB RAM.
Dump file: dump.log

Your laptop is fully supported. As long as you don’t manually disable Secure Boot in the BIOS (UEFI), it should work out-of-the-box

I was disabled the secure boot from BIOS but the problem still remains. Here is screenshot of BSOD:
20241009_115056

After restart and login in Windows setup shown an error for First boot

@N2022062
Copy link

N2022062 commented Oct 12, 2024

got 0xc1900101 - 0x200017 error when reboot after ota update. disable security boot in bios.
checked cpu support SSE4.2 and POPCNT.

If cpu doesn't support 2 above, lastest windows can use is 23H?

@XSpark0
Copy link

XSpark0 commented Oct 12, 2024

@taseenb
Copy link

taseenb commented Oct 12, 2024

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

This worked on an intel Mac with Boot Camp (at least one with Windows 11 22H2 already installed, but should work with the standard Windows 10 supported by Boot Camp):

  • Patch the ISO with bypass11/Quick_11_iso_esd_wim_TPM_toggle.bat
  • Run .\setup.exe /product server from terminal as administrator

@N2022062
Copy link

Try this new method to upgrade to 24H2: https://www.ghacks.net/2024/10/08/how-to-upgrade-to-windows-11-24h2-on-unsupported-hardware/

Can get pass cpu sse 4.2?

@XSpark0
Copy link

XSpark0 commented Oct 12, 2024

To bypass POPCNT and SSE 4.2, someone will have to figure out how to emulate those instruction sets and embed them into Windows 11 24H2 installation and have instruction set emulator boot before Windows 11 24H2 boots every time so Windows 11 24H2 thinks CPU has those instruction sets. People have done it with games before: https://steamcommunity.com/sharedfiles/filedetails/?id=2362590754 Now if only someone figures out how to take SSE4.2 fix to OS level.

@vbirloudis
Copy link

Try this new method to upgrade to 24H2: https://www.ghacks.net/2024/10/08/how-to-upgrade-to-windows-11-24h2-on-unsupported-hardware/

Can get pass cpu sse 4.2?

I tried with Rufus and all of these without success.
Only clean install resolved this issue. Something went wrong with Ryzen power driver probably AMD must release an update regarding this driver. My CPU is fully supports SSE 4.2 and POPCNT as we checked with guys here.

@dshmaui
Copy link

dshmaui commented Oct 13, 2024

You can bypass the secure boot requirement if you run the setup.exe from the terminal with this command: .\setup.exe /product server

This worked on an intel Mac with Boot Camp (at least one with Windows 11 22H2 already installed, but should work with the standard Windows 10 supported by Boot Camp):

  • Patch the ISO with bypass11/Quick_11_iso_esd_wim_TPM_toggle.bat
  • Run .\setup.exe /product server from terminal as administrator

You got your intel Mac to run 24H2 fine? Trying to decide if its worth the risk to try and upgrade from 22H2

@javifly
Copy link

javifly commented Oct 13, 2024

I have old Windows 11 21H2 computer and when I go to upgrade my computer to 24H2 it tells me it is a non TMP computer and will not let me upgrade.

Does the tmp hack really work on 24H2?

@javifly
Copy link

javifly commented Oct 13, 2024

I have tried to upgrade to 23h2. It seems that it did let me upgrade to 23H2 without any problem. Now that I am on 23H2 if I try to go to 24H2 I get the same error message again.
My processor does have compatibility with SSE4.2, I have checked it in CPU-Z. I will have to do the hack you indicate, thanks.

WIN 24H2:
First at all you both need to check if your CPU support SSE4.2 instruction set(you can use CPU-Z utility or check out manufacturer site) and if it does,
Get 11 on 'unsupported' PC via Windows Update or mounted ISO (no patching needed)
Step 1: use Skip_TPM_Check_on_Dynamic_Update.cmd to automatically bypass setup requirements
It's a set it and forget it script, with built-in undo - v7 using more reliable /Product Server trick
V9 rebased on cmd due to defender transgression; skips already patched media (0b)
Step 2: update

If CPU doesn't have SSE4.2 instruction set, you'll stuck at 23H2

@javifly
Copy link

javifly commented Oct 14, 2024

I am on 23h2 and I have checked that my computer is compatible with SSE4.2 with CPU-Z.

  1. I run as administrator Skip_TPM_Check_on_Dynamic_Update.cmd which is located in the bypass11 directory.

  2. I run MediaCreationTool.bat as administrator and choose Windows 11 24H2 and the option “Auto update”.

  3. It does not install anything...

Can someone help me with the process?

@vbirloudis
Copy link

Hello,
Is there any new script update available?

@javifly
Copy link

javifly commented Oct 14, 2024

I am on 23h2 and I have checked that my computer is compatible with SSE4.2 with CPU-Z.

  1. I run MediaCreationTool.bat as administrator and choose Windows 11 24H2 and the option “iso”.

  2. unzip the iso with 7zip

  3. go to cmd with administrator permissions and go to the path of the just unzipped iso. execute setup.exe /product server

although it will put upgrading to windows server ignore the 24h2 will be installed on your windows home, pro, etc...

@N2022062
Copy link

I'm on 23H beta, CPU support sse4.2 and popcnt. swtich to dev channel unable auto update after reboot.
update to 24h with iso install, but unable to auto update Cumulative Update for Windows 11 Insider Preview (10.0.26120.2122) (KB5044374).
same issue. after download unable install after reboot.
I installed Skip_TPM_Check_on_Dynamic_Update.bat, but seems doesn't works.
Any fix?

@javifly
Copy link

javifly commented Oct 15, 2024

setup.exe /product server ???????

@N2022062
Copy link

I'm on 24H now, windows update can download Cumulative Update for Windows 11 Insider Preview (10.0.26120.2130) (KB5044400), but unable install.
Anytime reboot, just reboot, doesn't install at all.
Skip_TPM_Check_on_Dynamic_Update.bat doesn't works on 24H?
or
any method to install the Cumulative Update???

@laurentiutene
Copy link

Win 11 24H2 a fost lansat.

Este posibil (pentru cineva) să adauge această versiune la script? Mulţumesc!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests