Hello. To rebuild the EFI partition after the Windows UEFI CA 2023 certificate is applied, use current Windows 11 installation media (build 22621.2500 or newer):
- Boot from Windows 11 setup media and open Command Prompt (Shift + F10).
- Run:
diskpart list vol sel vol <EFI volume number> assign letter=S: exit - Format the EFI partition:
format S: /fs:FAT32 /q - Recreate the boot files using the updated signed components:
bcdboot C:\Windows /s S: /f UEFI - Restart the PC and verify Secure Boot completes without signature errors.
If Secure Boot still fails, clear and re-enroll platform keys (PK/KEK/DB) in the firmware, then repeat step 4.
For reference: https://support.microsoft.com/en-us/topic/d4064779-0e4e-43ac-b2ce-24f434fcfa0f