Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 
From time to time everybody has to chroot into another operating system instance. Either to repair a system or to install Mint13 in a LVM . Unfortunately this happens very seldom. See following command sequence for reference:
 
Prerequisite: The operating system ins mounted on /target:
 
sudo mount --bind /dev /target/dev
sudo mount --bind /dev/pts /target/dev/pts
sudo mount --bind /sys /target/sys
sudo mount --bind /proc /target/proc
sudo chroot /target
 
Add comment

*** Note ***

Comments are welcome. But in order to reject spam posts please consider following rules:
  1. Comments with string http are rejected with message You have no rights to use this tag
  2. All comments are reviewed by hand and thus it usually takes one day until a comment will be published.