Guest User

Untitled

a guest
Oct 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mount /dev/sda2 /mnt/recovery
  2. mount -t sysfs none /mnt/recovery/sys
  3. mount -t proc none /mnt/recovery/proc
  4. mount --bind /dev/ /mnt/recovery/dev
  5. mount --bind /dev/pts /mnt/recovery/dev/pts
  6. mount -o bind /etc/resolv.conf /mnt/recovery/etc/resolv.conf
  7. chroot /mnt/recovery
Add Comment
Please, Sign In to add comment