Certificate Error - MSI B550 Tomahawk

BW-NET

Member
Joined
Jul 14, 2021
Messages
96
I'm getting this error: Windows Event Viewer

Updated Secure Boot certificates are available on this device, but they have not yet been applied to the firmware. Review the published guidance to complete the update and maintain full protection. This device’s signature information is included here.
Device Attributes:
Baseboard manufacturer: Micro-Star International Co., Ltd.
Firmware manufacturer: American Megatrends International, LLC.
Firmware version: A.K1
OEM baseboard model: MAG B550 TOMAHAWK (MS-7C91)
OEM manufacturer name: Micro-Star International Co., Ltd.
OS architecture: amd64
Bucket ID: ee49edd0fe5a4f0fdabb905db6c01ffad1f5c088b8103820e8f4c2cffec25a24
Bucket confidence level:
Update type:

For more information, see: https://go.microsoft.com/fwlink/?linkid=2301018
 
1770009735775.png

Do you have that in the secure boot key management KEK section?
 
Its not a bios you have to download. You have to download the certificates from this microsoft website;
https://learn.microsoft.com/en-us/w...=windows-11#14-signature-databases-db-and-dbx. Scroll down about halfway down the page and download the PK, KEK and db certificates. Mouse Right click on them after downloading them and you have the choice to install the certificate. After you install the certificates you can go back into bios and they will be there. You then have to select custom, not standard, in that section to run those certificates.
I remember having to do this myself, because it was just bugging me ;D.
 
Its not a bios you have to download. You have to download the certificates from this microsoft website;
https://learn.microsoft.com/en-us/w...=windows-11#14-signature-databases-db-and-dbx. Scroll down about halfway down the page and download the PK, KEK and db certificates. Mouse Right click on them after downloading them and you have the choice to install the certificate. After you install the certificates you can go back into bios and they will be there. You then have to select custom, not standard, in that section to run those certificates.
I remember having to do this myself, because it was just bugging me ;D.
I had already done that, but the problem persists.
 
Yes, straight from MSI which includes newest secure key.
Updated Secure Boot certificates are available on this device, but have not yet been applied to the firmware. Review the published guidance to complete the update and maintain full protection. The signature information for this device is included here.
DeviceAttributes: BaseBoardManufacturer:Micro-Star International Co., Ltd.;FirmwareManufacturer:American Megatrends International, LLC.;FirmwareVersion:A.K3;OEMModelBaseBoard:MAG B550 TOMAHAWK (MS-7C91);OEMManufacturerName:Micro-Star International Co., Ltd.;OSArchitecture:amd64;
BucketId: 3a7b3c8539e395218bfce7209fcf136b8d7eeb8785b6469efaa008feef076160
BucketConfidenceLevel:
UpdateType:
For more information, see [https://go.microsoft.com/fwlink/?linkid=2301018.

Same problem with new BIOS.
 
Are the 2023 certificates viewable in the secure boot section of the bios? Are the 2011 certificates still in the secure boot certificate files in the bios? Have you deleted the 2011 certificates from the bios?
 
You just need to update your BIOS to a version that includes the new Secure Boot certificates, or apply them manually through the BIOS.
Nothing is broken, Windows is just warning you about a future change.Microsoft is replacing Secure Boot certificates (the old ones expire in 2026).
Windows has already downloaded the new ones, but your BIOS hasn't applied them yet, and Windows says "You have new certificates, but the firmware hasn't activated them."
That's it.
 
Same problem with new BIOS.
After updating your BIOS to vAK3, I think you might need to run below command lines (in PowerShell with Admin right) too.
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

Manually reboot the system when the AvailableUpdates becomes 0x4100

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"


1770624663852.png


In the end, you should see this in Event Viewer > Windows Logs > System
1770624788069.png


I found all of these information on an FAQ post (MSI laptop) here:
 
After updating your BIOS to vAK3, I think you might need to run below command lines (in PowerShell with Admin right) too.
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

Manually reboot the system when the AvailableUpdates becomes 0x4100

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"


View attachment 209426

In the end, you should see this in Event Viewer > Windows Logs > System
View attachment 209427

I found all of these information on an FAQ post (MSI laptop) here:
This solve my problem!
 
no idea, bug is usually fixed through beta. we don't get official bios release schedule from MSI.
but beta and official aren't all that different.
 
Back
Top