Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo chroot /mnt
  2. chroot: failed to run command ‘/bin/bash’: No such file or directory
  3. ubuntu@ubuntu:~$ sudo mount /dev/sda5 /mnt
  4. ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
  5. ubuntu@ubuntu:~$ sudo mount --bind /sys /mnt/sys
  6. ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
  7. ubuntu@ubuntu:~$
  8. ubuntu@ubuntu:~$ sudo chroot /mnt
  9. chroot: failed to run command ‘/bin/bash’: Accessing a corrupted shared library
  10. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement