From 3a3644c4810d8b76a4e42ab9353356b5da594ec2 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 12 Sep 2023 14:09:25 -0600 Subject: [PATCH] Update Other OS steps based on feedback (#1154) Co-authored-by: Aaron Honeycutt Co-authored-by: thomas-zimmerman <41023059+thomas-zimmerman@users.noreply.github.com> --- content/system-firmware.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/system-firmware.md b/content/system-firmware.md index b5450aacad..bb237cd8d6 100644 --- a/content/system-firmware.md +++ b/content/system-firmware.md @@ -136,7 +136,8 @@ Identify the EFI partition in the list. (The EFI partition is usually the first #### For NVMe Drives ```bash -sudo apt install system76-driver +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 @@ -147,7 +148,8 @@ Where `/dev/nvme0n1p1` is the EFI system partition. #### For SATA Drives ```bash -sudo apt install system76-driver +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