Skip to content

Commit

Permalink
Fix a minor confusion
Browse files Browse the repository at this point in the history
````nvme0n1p3```` won't necessarily be the Pop!_OS partition
  • Loading branch information
realKarthikNair committed Nov 21, 2022
1 parent abb7c7e commit 7824281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/bootloader.md
Expand Up @@ -93,6 +93,9 @@ 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.


Then continue with the following commands for either disk type:

```bash
Expand Down

0 comments on commit 7824281

Please sign in to comment.