Jump to content

VMWare and Windows Server 2022 February 2023 Updates Secure Boot Issue


Recommended Posts

Posted

Looks like VMs missing this certificate fromt he UEFi firmware have the boot issue.

 

 

738A962BD9C81B727717AF17EE093FE9B4BAEEC0 CN=VMware Secure Boot Signing, O="VMware, Inc.", L=Palo Alto, S=California, C=US

 

You can detect this by installing the UEFIv2 Power Module.

 

Install-Module UEFIv2 -Verbose

 

Get-UEFISecureBootCerts | Where-Object -Property signatureSubject -like "*boot*" | Select-Object -ExpandProperty Signature

 

If the cert is present the Feb 2023 update will work. If not you may encounter the boot failure and have to disable secure boot.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...