Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Created October 16, 2019 08:02
Show Gist options
  • Save sailfish009/eb0e5a263aa23ddf390d3a137f6d15d0 to your computer and use it in GitHub Desktop.
Save sailfish009/eb0e5a263aa23ddf390d3a137f6d15d0 to your computer and use it in GitHub Desktop.
sudo mount /dev/sdXY /mnt
sudo mount --bind /dev /mnt/dev &&
sudo mount --bind /dev/pts /mnt/dev/pts &&
sudo mount --bind /proc /mnt/proc &&
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment