Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:arch:chroot

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
linux:arch:chroot [2019-02-14 17:39] – angelegt fzaplinux:arch:chroot [2022-11-29 13:38] (aktuell) fzap
Zeile 1: Zeile 1:
-===== Systemrettung chrooten encrypted machine=====+====== Lenovo x250 ====== 
 + 
 + 
 +===== Systemrettung chrooten (luks, arch-chroot) =====
  
   1. LiveUSB booten   1. LiveUSB booten
Zeile 11: Zeile 14:
  
  
-   +===== Systemrettung chrooten (non-luks, chroot) ===== 
-  +   1. Rettungssystem booten 
 +   2. mount -t auto /dev/sda1 /mnt 
 +   3. mount -t auto /dev/sda3 /mnt/home 
 +   4. cd /mnt 
 +   5. mount -t proc /proc proc/ 
 +   6. mount --rbind /sys sys/ 
 +   7. mount --rbind /dev dev/ 
 +   8. mount --rbind /run run/ 
 +   9. cp /etc/resolv.conf etc/resolv.conf 
 +  10. chroot /mnt /bin/bash
linux/arch/chroot.txt · Zuletzt geändert: 2022-11-29 13:38 von fzap