From 83a3b7fcbd3c860039325e56c0087a040ccd4729 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Tue, 28 Mar 2017 17:28:15 +0300 Subject: [PATCH] Use a different device list that's simpler. --- repair-and-recovery/boot-rescue/en.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/repair-and-recovery/boot-rescue/en.md b/repair-and-recovery/boot-rescue/en.md index d5f8493..b51dcdd 100644 --- a/repair-and-recovery/boot-rescue/en.md +++ b/repair-and-recovery/boot-rescue/en.md @@ -45,16 +45,11 @@ Your output may look something similiar to: ``` bash Device Size Type -/dev/sda1 450M Windows recovery environment -/dev/sda2 99M EFI System -/dev/sda3 16M Microsoft reserved -/dev/sda4 136.1G Microsoft basic data -/dev/sda5 7.8G Linux swap -/dev/sda6 78.6G Linux filesystem -/dev/sda7 537M EFI System +/dev/sda1 512M EFI System +/dev/sda2 111.3G Linux filesystem ``` -Notice we have `/dev/sda7` as the Device with the `EFI System` type and roughly 500mb in size. This is the partition we will be mounting. +Notice we have `/dev/sda1` as the Device with the `EFI System` type and roughly 500mb in size. This is the partition we will be mounting. With our ESP device known, let's go ahead and mount it, replacing `sdX#` in the case below with our partition.