|
|
@ -1,6 +1,6 @@
|
|
|
|
+++
|
|
|
|
+++
|
|
|
|
title = "Boot Rescue"
|
|
|
|
title = "Boot Rescue"
|
|
|
|
lastmod = "2017-09-22T20:08:14+03:00"
|
|
|
|
lastmod = "2018-04-27T19:59:49+00:00"
|
|
|
|
aliases = ["/articles/configuration/modifying-grub/en/", "/articles/repair-and-recovery/boot-rescue/en/"]
|
|
|
|
aliases = ["/articles/configuration/modifying-grub/en/", "/articles/repair-and-recovery/boot-rescue/en/"]
|
|
|
|
+++
|
|
|
|
+++
|
|
|
|
# Boot Rescue
|
|
|
|
# Boot Rescue
|
|
|
@ -68,7 +68,6 @@ First run the following commands:
|
|
|
|
``` bash
|
|
|
|
``` bash
|
|
|
|
mount --bind /proc /target/proc
|
|
|
|
mount --bind /proc /target/proc
|
|
|
|
mount --bind /dev /target/dev
|
|
|
|
mount --bind /dev /target/dev
|
|
|
|
mount --bind /run /target/run
|
|
|
|
|
|
|
|
mount --bind /sys /target/sys
|
|
|
|
mount --bind /sys /target/sys
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|