From c02e2c7b9b36fd8cfee48a1932970b1d47d5e3f7 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 27 Apr 2018 12:55:20 -0700 Subject: [PATCH] Add mount for /run --- troubleshooting/boot-rescue/en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/troubleshooting/boot-rescue/en.md b/troubleshooting/boot-rescue/en.md index ecc4d86..307c220 100644 --- a/troubleshooting/boot-rescue/en.md +++ b/troubleshooting/boot-rescue/en.md @@ -68,6 +68,7 @@ First run the following commands: ``` bash mount --bind /proc /target/proc mount --bind /dev /target/dev +mount --bind /run /target/run mount --bind /sys /target/sys ``` @@ -79,4 +80,4 @@ Once in the chroot, run the following command, which will generate the necessary sudo clr-boot-manager update ``` -After this, you should exit your chroot with `exit` then reboot your system. In the event you are still unable to access Solus, please [contact us](/help-center/contact/). \ No newline at end of file +After this, you should exit your chroot with `exit` then reboot your system. In the event you are still unable to access Solus, please [contact us](/help-center/contact/).