Advertisement
ichitaso

How to Futurerestore to iOS 15.1(.1) on Ubuntu

Mar 16th, 2022
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. 1. Install git
  2. sudo apt-get update && sudo apt-get upgrade && sudo apt-get install git
  3.  
  4. 2. Install Library-iPhone
  5. git clone https://github.com/elrhk/Library-iPhone && cd Library-iPhone && chmod +x autobuild.sh && ./autobuild.sh
  6.  
  7. 3. Change directory
  8. cd ..
  9.  
  10. 4. Remove Library-iPhone
  11. rm -fr Library-iPhone
  12.  
  13. 5. futurerestore command (Stops in recovery mode by Linux)
  14. ./futurerestore -t <.shsh2 file> -d -c 15.3.1 <15.1.x ipsw file> --latest-sep --latest-baseband
  15.  
  16. 6. Run in recovery mode (Not required for Mac)
  17. sudo ./futurerestore -t <.shsh2 file> -d -c 15.3.1 <15.1.x ipsw file> --latest-sep --latest-baseband
  18.  
  19. Note: Change "--latest-baseband" to "--no-baseband" for iPod touch and Wi-Fi model iPad.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement