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