From f37efa6b413d01993dfaf23981dd8146d7e25bd2 Mon Sep 17 00:00:00 2001 From: Mark David <44349634+markd69@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:15:10 -0500 Subject: [PATCH] Update README.md --- migrate2rocky/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/migrate2rocky/README.md b/migrate2rocky/README.md index 02a6a11..7166f84 100644 --- a/migrate2rocky/README.md +++ b/migrate2rocky/README.md @@ -125,6 +125,7 @@ In order to resolve this issue, boot your dedicated server into a rescue system From here, you need to locate your partitions via `fdisk -l` and mount your `/` partition into a directory of your choosing (or `/mnt`). Run the following commands (be sure to change the "mnt" to the directory of your mounted drives). +> Note: You may need to mount your `/boot` directory if your `/` and `/boot` directories are different. You can do this by doing `mnt /dev/XXX /mnt/dev` ``` mount --rbind /dev /mnt/dev mount --rbind /proc /mnt/proc