How to Run checkra1n on Linux or Windows

How to Run checkra1n on Linux or Windows

  1. Use Rufus to install it to a usb https://rufus.ie
  2. Boot from the usb by spamming f8 while rebooting with USB in (on most computers).
  3. Click try, not install when prompted
  4. When you’re in, go to http://checkra.in
  5. Download x86_64 for Linux
  6. Put it on desktop
  7. Open terminal
  8. Type the following commands and press return after each one
  9. cd ~/Desktop chmod 777 checkra1n
  10. ./checkra1n
  11. if you have some errors try
  12. sudo ./checkra1n
  13. Done

If you have Linux already installed

Don’t download checkra1n from the website in this case, run or install it from the terminal. If you download the files from webpage you will miss out on many dependencies and that’s why it doesn’t work and probably you will gets stuck in many places. Install from their apt repo. Simply copy and paste these 4 commands:

  1. Open ubuntu terminal
  2. Add our APT repo: echo “deb https://assets.checkra.in/debian /” | sudo tee -a /etc/apt/sources.list
  3. Add our public key: sudo apt-key adv —fetch-keys https://assets.checkra.in/debian/archive.key
  4. sudo apt update
  5. sudo apt-get install checkra1n
发布了0 篇原创文章 · 获赞 0 · 访问量 371

猜你喜欢

转载自blog.csdn.net/RayMonD_D/article/details/104315145