Eben hatten wir einen Fall, wo die Anleitung von neulich nicht ganz ausreichend war.
Hier noch etwas, das hilfreich sein könnte:
mkdir /TARGET
mount /dev/[root-Device] /TARGET/
# ggf. hier weitere Partitionen wie /boot mounten
mount -B /dev /TARGET/dev
mount -B /sys /TARGET/sys
mount -B /proc /TARGET/proc
chroot /TARGET/
Kommentare