-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T2 ssh #165
Comments
The missing parts are ramdisk and overlay. |
Can you give a quick overview of how it works? I think I found the ramdisk image. |
If you have a ramdisk, you can pass it to checkra1n with |
Can PongoOS load a normal downgrade ramdisk + devicetree + kernelcache? |
Assuming there are no SEP incompatibilities, could I just create a ramdisk for bridgeos 5.x and put the checkra1n ramdisk and overlay files into the bridgeos ramdisk, would that work? I see there is a payload and patch_dylid.bridgeos, what do these do exactly? |
PongoOS cannot currently load a new kernelcache. In theory that's possible, but it requires careful handling of the physical address space, and neither that nor any of the rebasing logic has been written. The Essentially what we do is boot off a ramdisk, have a custom binary in |
Thanks for the info. Looks like it would be easier use sshrd and put the right files (it seems all the executables there have LC_BUILD_VERSION for bridge os). Did checkra1n do anything special to get ssh to work? |
Hi, i have T2 jailbreak like checkra1n one that works on bridgeOS from 6.0 to 7.6+, also I have ssh ramdisk , lmk what you need these things for? Telegram @SDunlocks_91 |
Hi @Siguza can PongoOS patch dyld_shared_cache_arm64.01? I could only find how to patch kernelcache with kpf. |
Since my T2 machine is on bridgeOS 7.5, Checkra1n is not working and I don't think this is a priority for you right now.
I can however start PongoOS using 1337 and iOS15 but I don't fully understand it, how did Checkra1n achieve the ssh on previous versions? Latest kpf does not seem to help in booting bridgeos with ssh.
I think my second option is to use sshrd_script which cannot create correct image for 7.5 and 5.x image is not booting.
This script has some files which are appended to the ramdisk image https://github.com/verygenericname/sshtars/tree/main but they might also be incompatible with 7.5 and I can not get any logs from when it tries to boot.
Maybe if I understand how ssh was achieved on lower bridgeos with Checkra1n I could try to see why it's not working for 7.5, could you help?
The text was updated successfully, but these errors were encountered: