SHARE
TWEET

Untitled

a guest Oct 22nd, 2015 121 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sudo mount /dev/sda5 /mnt/
  2. sudo mount /dev/sda6 /mnt/boot/
  3. mount -t proc proc /mnt/proc
  4. mount -t sysfs sys /mnt/sys
  5. mount -o bind /dev /mnt/dev
  6. mount -t devpts pts /mnt/dev/pts/
  7. chroot /mnt/
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top