Temporarily Suspend BitLocker for firmware updates with reboot

Intel ME / Firmware on my Razer Blade Advanced

I recently discovered I was out of date with my Razer Blade Advanced Intel ME firmware.

However, the Razer Updater complains that I must “temporarily disable Bitlocker”. However, suspending Bit…


This content originally appeared on DEV Community and was authored by Michael Sanford

Intel ME / Firmware on my Razer Blade Advanced

I recently discovered I was out of date with my Razer Blade Advanced Intel ME firmware.

However, the Razer Updater complains that I must "temporarily disable Bitlocker". However, suspending BitLocker from the Manage BitLocker Control Panel does not quell the warning.

That's because you need to boot the computer with BitLocker suspended and the GUI control panel does not allow you to do this:

Image description

PowerShell to the rescue!

In an Administrative PowerShell console, run the Suspend-BitLocker commandlet specifying that you want to automatically re-enable BitLocker after the second reboot:

Suspend-BitLocker -RebootCount 2 -MountPoint C

Which, if successful, will show you something like this:

C:\Windows\System32> Suspend-BitLocker -RebootCount 2 -MountPoint C

   ComputerName: BLADE

VolumeType      Mount CapacityGB VolumeStatus           Encryption KeyProtector              AutoUnlock Protection
                Point                                   Percentage                           Enabled    Status
----------      ----- ---------- ------------           ---------- ------------              ---------- ----------
OperatingSystem C:        460.71 FullyEncrypted         100        {Tpm, RecoveryPassword}              Off

Next Steps

Reboot your machine.

Run your firmware updater.

Reboot (firmware updater will probably do this for you).

Voilà - updated Intel ME and BitLocker is automatically re-enabled.


This content originally appeared on DEV Community and was authored by Michael Sanford


Print Share Comment Cite Upload Translate Updates
APA

Michael Sanford | Sciencx (2022-05-09T06:04:09+00:00) Temporarily Suspend BitLocker for firmware updates with reboot. Retrieved from https://www.scien.cx/2022/05/09/temporarily-suspend-bitlocker-for-firmware-updates-with-reboot/

MLA
" » Temporarily Suspend BitLocker for firmware updates with reboot." Michael Sanford | Sciencx - Monday May 9, 2022, https://www.scien.cx/2022/05/09/temporarily-suspend-bitlocker-for-firmware-updates-with-reboot/
HARVARD
Michael Sanford | Sciencx Monday May 9, 2022 » Temporarily Suspend BitLocker for firmware updates with reboot., viewed ,<https://www.scien.cx/2022/05/09/temporarily-suspend-bitlocker-for-firmware-updates-with-reboot/>
VANCOUVER
Michael Sanford | Sciencx - » Temporarily Suspend BitLocker for firmware updates with reboot. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/05/09/temporarily-suspend-bitlocker-for-firmware-updates-with-reboot/
CHICAGO
" » Temporarily Suspend BitLocker for firmware updates with reboot." Michael Sanford | Sciencx - Accessed . https://www.scien.cx/2022/05/09/temporarily-suspend-bitlocker-for-firmware-updates-with-reboot/
IEEE
" » Temporarily Suspend BitLocker for firmware updates with reboot." Michael Sanford | Sciencx [Online]. Available: https://www.scien.cx/2022/05/09/temporarily-suspend-bitlocker-for-firmware-updates-with-reboot/. [Accessed: ]
rf:citation
» Temporarily Suspend BitLocker for firmware updates with reboot | Michael Sanford | Sciencx | https://www.scien.cx/2022/05/09/temporarily-suspend-bitlocker-for-firmware-updates-with-reboot/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.