Hello
The main issue is that the machine with bitlocker will go into recovery mode after an update, right?
I have checked the link you have shared. It seems the contents shared in that link is not applied to the machine automatically.
We could check the following steps:
- I noticed you have shared the event log here. I would assume you have backup the bitlcoker reocvery key and you still gain access to the bitlocker drive though it is in recovery mode.
- Check the "Event Viewer\Windows Logs\Setup" for the latest update installed on the machine to verify the exact update kb number been applied to the problematic machine.
- As far as I know, the firmware or bios update would trigger the bitlocker to get into recovery mode. We could open powershell administrator command line and run "get-windowsupdatelog" then verify whether we have got firmware or bios update recently.
- As the link shared, there should be event 1037 recorded if we have applied the changes.
Verify installation and revocation list was successfully applied by looking for event 1037 in the event log.
For information about Event 1037, see KB5016061: Secure Boot DB and DBX variable update events. Or, run the following PowerShell command as Administrator and make sure it returns True:
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI dbx).bytes) -match 'Microsoft Windows Production PCA 2011'