# UEFI System Firmware Update

{% embed url="<https://www.recastsoftware.com/?utm_source=osdeploy&utm_medium=ad&utm_campaign=web>" %}
OSDeploy is sponsored by Recast Software
{% endembed %}

## OSD Module

Make sure that your OSD Module is at least version 21.7.11.1.  Once you have that, you can use Get-MyBiosVersion to check your current BIOS version

![](/files/-MeJYaXxuOXTwWGTHbvO)

{% hint style="warning" %}
Installing Firmware Drivers will require Admin Rights, and make sure you have your Bitlocker Keys backed up and that you suspend Bitlocker before any updates
{% endhint %}

## UEFI Firmware Update Platform

Before going any further, its important to understand what the Windows Firmware update platform is.  Enjoy the read and come back when you are up to speed

{% embed url="<https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/windows-uefi-firmware-update-platform>" %}

## Device Manager

Taking the information from the Microsoft Windows UEFI firmware update platform link, you can see that (on Windows 10) the System Firmware is in Device Manager.  Digging into the Details provides a value for the Firmware Resource ID

![](/files/-MeJNDlvGxVMakX9y3TM)

You can get this information from PowerShell using **`Get-CimInstance`**

![](/files/-MeJOjc7SKYWsgMZdjZ2)

Or use two new OSD Functions to provide this information

![](/files/-MeJONrbAj00pPUlXhzw)

## Microsoft Update Catalog

Finally you can take the System Firmware Resource (Guid) and run a search in Microsoft Update Catalog and you should be able to find the matching UEFI Firmware Updates for your system.  Just select the newest one and download the CAB

![](/files/-MeJQ8WNcdxdIiUR24oN)

{% embed url="<https://www.catalog.update.microsoft.com/Search.aspx?q=%7bDB72C932-B3C6-4640-B382-3F4619AB447B%7d>" %}

## MSCatalog Module

You can also query the Microsoft Update Catalog directly with the MSCatalog PowerShell Module written by [Ryan Kowalewski](https://ryanjan.uk/)

{% embed url="<https://ryanjan.uk/download-and-install-offline-windows-updates/>" %}

{% embed url="<https://www.powershellgallery.com/packages/MSCatalog/0.24.0>" %}

## Get and Save SystemFirmwareUpdate

To make things easier for you, these two OSD Functions will help speed things along.  **`Get-SystemFirmwareUpdate`** will return the newest UEFI System Firmware for your device and **`Save-SystemFirmwareUpdate`** will download the Update and expand the package

![](/files/-MeJZpN8XcXodPO5CNnu)

## Install

Installation is quite simple.  Simply right click on the firmware.inf and Install

{% hint style="warning" %}
Remember about suspending Bitlocker first!
{% endhint %}

![](/files/-MeJ_KXqeuXSNNCY8BSh)

## Next Steps

Look for this to be added to OSDCloud soon after some more testing


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osd.osdeploy.com/docs/guides/uefi-system-firmware-update.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
