We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3b509 commit 3a3644cCopy full SHA for 3a3644c
content/system-firmware.md
@@ -136,7 +136,8 @@ Identify the EFI partition in the list. (The EFI partition is usually the first
136
#### For NVMe Drives
137
138
```bash
139
-sudo apt install system76-driver
+sudo apt update
140
+sudo apt install system76-driver system76-firmware
141
sudo mkdir -p /boot/efi
142
sudo mount /dev/nvme0n1p1 /boot/efi
143
gnome-control-center firmware
@@ -147,7 +148,8 @@ Where `/dev/nvme0n1p1` is the EFI system partition.
147
148
#### For SATA Drives
149
150
151
152
153
154
sudo mount /dev/sda1 /boot/efi
155
0 commit comments