From 9173f7cbed5708413823b36e22f7a6a4406ec317 Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Mon, 21 Nov 2022 08:31:01 -0700 Subject: [PATCH] fix: Grammar, whitespace, advice not specific to dual boots/EFI/NVMe --- content/bootloader.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/bootloader.md b/content/bootloader.md index 1f74ff2642..c6e25c6c7c 100644 --- a/content/bootloader.md +++ b/content/bootloader.md @@ -93,8 +93,7 @@ Run these commands based on what type of disk you have: | `sudo mount /dev/nvme0n1p3 /mnt` | `sudo mount /dev/sda3 /mnt` | | `sudo mount /dev/nvme0n1p1 /mnt/boot/efi` | `sudo mount /dev/sda1 /mnt/boot/efi` | -Where in case of dual boots, replace ```nvme0n1p3``` with the appropriate partition where you've installed Pop!_OS. - +If you are using a non-default partitioning scheme (such as a dual boot), replace `nvme0n1p3` or `sda3` with the Pop!_OS root partition and `nvme0n1p1` or `sda1` with the EFI system partition (ESP). Then continue with the following commands for either disk type: @@ -126,6 +125,8 @@ Run these commands based on what type of disk you have: | `sudo mount /dev/nvme0n1p2 /mnt` | `sudo mount /dev/sda2 /mnt` | | `sudo mount /dev/nvme0n1p1 /mnt/boot/efi` | `sudo mount /dev/sda1 /mnt/boot/efi` | +If you are using a non-default partitioning scheme (such as a dual boot), replace `nvme0n1p2` or `sda2` with the Pop!_OS root partition and `nvme0n1p1` or `sda1` with the boot partition. + Then continue with the following commands for either disk type: ```bash @@ -150,6 +151,8 @@ Run these commands based on what type of disk you have: | :------------------------------- | :-------------------------- | | `sudo mount /dev/nvme0n1p2 /mnt` | `sudo mount /dev/sda2 /mnt` | +If you are using a non-default partitioning scheme (such as a dual boot), replace `nvme0n1p2` or `sda2` with the Pop!_OS root partition. + Then continue with the following commands for either disk type: ```bash