Skip to content

Commit 3378474

Browse files
philipandakrystian-hebel
authored andcommitted
user-docs/install_aem.md: Remove unencrypted drive instructions
Instructions for reinstalling grub2 on Legacy systems. AEM without encryption is pretty much useless anyway. Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
1 parent 44bae33 commit 3378474

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

docs/user-docs/install_aem.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,10 @@ sudo qubes-dom0-update --disablerepo="*" --enablerepo=aem --action=reinstall \
110110
###### Updating GRUB on legacy systems
111111

112112
Booting on legacy systems requires manual installation of GRUB2 to the MBR
113-
of disk where Qubes OS is stored. In the example below it is `/dev/sda`,
114-
yours may be different.
113+
of disk where Qubes OS is stored. If you are sure where the root partition
114+
is located, you can skip the following steps explaining how to find it out.
115115

116-
To check on which partition is your OS installed, if the disk is not encrypted,
117-
run:
118-
119-
```bash
120-
df --output=source /
121-
```
122-
123-
If your disk is encrypted, then the command above will print a filename
124-
like `/dev/mapper/...`. This is an LVM Logical Volume and finding out the
125-
physical disk on which the root partition resides takes a couple steps.
126-
If you are sure where the root partition is located, you can skip the steps to
127-
find it out.
116+
To check on which drive is your OS installed, run:
128117

129118
1. Get the Logical Volume (LV) file:
130119

0 commit comments

Comments
 (0)