Every so often, the latest CU will refresh the
"\Windows\System32\SecureBootUpdates" folder.
This folder contains a copy of all the CA 2023 certs (which don't change) and the latest versions of
dbxupdate.bin and
DBXUpdateSVN.bin. Your Windows will know the boot manager and SVN have changed, because new files have been pushed to \Boot\EFI_EX and SecureBootUpdates folders.
Code:
PS C:\Windows\System32> Get-SecureBootSVN
FirmwareSVN : 11.0
BootManagerSVN : 11.0
StagedSVN : 11.0
ComplianceStatus : Compliant (Boot Manager SVN meets staged SVN)
BootManagerPath : \\.\HarddiskVolume1\EFI\Microsoft\Boot\bootmgfw.ef
FirmwareSVN -> UEFI's version of the SVN
BootManagerSVN -> EFI boot manager's version of the SVN
StagedSVN -> version from
DBXUpdate.bin file
Ideally all 3 SVN's match. But the StagedSVN could be higher than the FirmwareSVN and BootManagerSVN, if the SecureBootUpdate changes have not been pushed to the live system.
If your StagedSVN is still 8.0, something wrong has happened with Windows Update.
April was SVN 8.0, June was SVN 9.0, and September is SVN 11.0
Something doesn't make sense. Either you've correctly installed 26200.9457 and StagedSVN is 11.0. Changes have not been correctly pushed to the UEFI, and the EFI volume. Or your SecureBootUpdates folder is strangely trapped on April's release files.
The final possibility is you're running a really outdated version of the ZIP files, and should download the latest build from post #1.