Skip to content

Commit 52917da

Browse files
AlexanderK-S76jacobgkau
authored andcommitted
Updated the section for updating firmware with a live USB since it no longer reflects the modern live disk you'd download from our webiste due to the transition to COSMIC.
1 parent c5a4653 commit 52917da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/system-firmware.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ These instructions are for System76 owners who have been prompted for a firmware
3131

3232
### Starting the Update (GUI)
3333

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

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

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

138-
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:
140+
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:
139141

140142
#### For NVMe Drives
141143

@@ -144,7 +146,6 @@ sudo apt update
144146
sudo apt install system76-driver system76-firmware
145147
sudo mkdir -p /boot/efi
146148
sudo mount /dev/nvme0n1p1 /boot/efi
147-
gnome-control-center firmware
148149
```
149150

150151
Where `/dev/nvme0n1p1` is the EFI system partition.
@@ -156,7 +157,6 @@ sudo apt update
156157
sudo apt install system76-driver system76-firmware
157158
sudo mkdir -p /boot/efi
158159
sudo mount /dev/sda1 /boot/efi
159-
gnome-control-center firmware
160160
```
161161
Where `/dev/sda1` is the EFI system partition.
162162

0 commit comments

Comments
 (0)