Had the same problem as Morten Described with Windows version 24H2 after KB5048667 got installed via windows update, system was unbootable. I then re-installed the full system with 24H2 media (not knowing what was going on). Once again, after KB5048667 installed, system was unbootable again. I finally figured out that disabling secure boot, booting windows on the usb-stick then select exit and continue to Windows 11 would finally boot the PC. Then I uninstalled KB5048667 that fixed all the problems. But KB5048667 re-installed again, so I finally found this post, so after performing those commands, it seems this fixed the issue completely.
Open Command Prompt with administrator privileges.
- Type and hit enter: mountvol s: /s
- Type and hit enter: del S:\EFI\Microsoft\Boot\cipolicies\active{8E8A94F0-6EB9-42C7-A189-E018C8CF3D10}.cip
- Type and hit enter: del S:\EFI\Microsoft\Boot\cipolicies\active{36D62F7C-AB85-4F61-8724-744294F24023}.cip
- Type and hit enter: del S:\EFI\Microsoft\Boot\cipolicies\active{66D7D265-7EDD-47DD-86E4-F7C42CD55A8F}.cip
- Then reboot your PC.
@Brandon Leblanc, would that be possible that the issue extent is far beyond the Canary channel? This seems a big problem to me?
If you have a multiboot machine with one of the systems being Canary, it may affect all the other systems that use the common EFI partition with the bad CI policies.
I had the problem with 2 machines that use multiboot. Deleting those files solved the problem.