Hi. Thank you for your question and reaching out. I’d be more than happy to help you with your query.
According to my research, there are many solution on how to fix this issue. I have linked an article below that may help solve your issue. Here is what exactly the article has to say for the error "BitLocker cannot use Secure Boot for integrity because the UEFI variable 'SecureBoot' could not be read."
Manage-bde -protectors -get c:
Shows that PCR 7 is NOT in use
Powershell cmdlet Confirm-SecureBootUEFI returns true
For the solution:
manage-bde -protectors c: -delete -t tpm
manage-bde -protectors c: -add -tpm
Validate that 7,11 are the PCR used:
manage-bde -protectors c: -get
REFERENCE: https://www.reddit.com/r/sysadmin/comments/ldaf7e/bitlocker_cannot_use_secure_boot_for_integrity/
If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.