This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
recovery [2018/08/31 20:33] ss_wiki_admin |
recovery [2019/09/16 16:09] (current) |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| <code bash> | <code bash> | ||
| rsync -avP --numeric-ids --exclude='/ | rsync -avP --numeric-ids --exclude='/ | ||
| + | </ | ||
| + | |||
| + | == generate grub2 efi config for installed kernels == | ||
| + | <code bash> | ||
| + | grub2-mkconfig -o / | ||
| + | </ | ||
| + | |||
| + | == device file mounts in recovery mode == | ||
| + | <code bash> | ||
| + | mount --bind /dev /mnt/dev | ||
| + | mount --bind /dev/pts / | ||
| + | mount --bind /proc /mnt/proc | ||
| + | mount --bind /sys /mnt/sys | ||
| </ | </ | ||