Skip to content

Commit

Permalink
Fix blkid statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Aug 13, 2024
1 parent e29cda3 commit 7ba81bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Select the last known good root filesystem. If you're unsure, use the `steamfor
If your system does not boot, boot from live installation media and open `Konsole`. Mount the roofs volume, use the `btrfs` command to remove the broken root volume and then upgrade using the `Upgrade SteamFork` desktop icon to update.

```
# Use blkid to find the sf_root partition.
sudo blkid, for example NVMe users may find it on /dev/nvme0n1p2. Update the mount command below with your partition.
# Use blkid to find the sf_root partition. For example NVMe users may find it on /dev/nvme0n1p2. Update the mount command below with your partition.
sudo blkid
sudo mount /dev/nvme0n1p2 /mnt
# Update the command below for the version of SteamFork to remove. Use ls /mnt/rootfs/ to list available volumes.
sudo btrfs subvolume delete /mnt/rootfs/steamfork_rel_20240812.0916
Expand Down

0 comments on commit 7ba81bc

Please sign in to comment.