Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/system-firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ These instructions are for System76 owners who have been prompted for a firmware

### Starting the Update (GUI)

In Pop!\_OS, you can check for firmware updates using **Settings -> Firmware**.
In Pop!\_OS 24.04, you can check for firmware updates by running **Firmware Manager** from your list of installed Applications.

In Pop!\_OS 22.04, you can check for firmware updates using **Settings -> Firmware**.

![Firmware settings in Pop!_OS](/images/system-firmware/gui-pop.jpg)

Expand Down Expand Up @@ -135,7 +137,7 @@ After creating the live disk, [access the boot menu](/articles/boot-menu/) and s
lsblk
```

Identify the EFI partition in the list. (The EFI partition is usually the first partition on one of the drives, and is around 512MB in size or slightly smaller.) Once you have identified the EFI partition, use the following commands to set up the system for a firmware update:
Identify the EFI partition in the list. (The EFI partition is usually the first partition on one of the drives, and is around 1024MB in size or slightly smaller.) Once you have identified the EFI partition, use the following commands to set up the system for a firmware update:

#### For NVMe Drives

Expand All @@ -144,7 +146,6 @@ sudo apt update
sudo apt install system76-driver system76-firmware
sudo mkdir -p /boot/efi
sudo mount /dev/nvme0n1p1 /boot/efi
gnome-control-center firmware
```

Where `/dev/nvme0n1p1` is the EFI system partition.
Expand All @@ -156,7 +157,6 @@ sudo apt update
sudo apt install system76-driver system76-firmware
sudo mkdir -p /boot/efi
sudo mount /dev/sda1 /boot/efi
gnome-control-center firmware
```
Where `/dev/sda1` is the EFI system partition.

Expand Down
Loading