Open satwa1298 opened 1 year ago
I have the same issue with my iPhone 5s. Can I activate a verbose mode to see where it's stuck?
Same issue on an iPhone 6, tried both the included ramdisk and one from armbian.
My iPhone 6 is on iOS 12.5.6 as well. I tried it on an iPhone 5s also running 12.5.6 and I got the same result
iPhone 6 on 12.4.8
This PR should fix at least this issue for you :) https://github.com/konradybcio/pongoOS/pull/4/files
@jrote1 that definitely did the trick for me on an Apple TV Gen 4 👍
My iPhone 6 is on iOS 12.5.6 as well. I tried it on an iPhone 5s also running 12.5.6 and I got the same result Hi, how did you get there? https://github.com/SoMainline/linux-apple-resources/issues/17
Following HOWTO.md, I compiled pongo on a macbook (intel macbook pro running macOS 11.6.5) and booted into pongoOS using checkra1n 0.12.4, on an iPhone 6 running iOS 12.5.6. Here's the output from checkra1n:
[12/15/22 10:56:34] <Info>: Waiting for DFU devices
[12/15/22 10:56:47] <Verbose>: DFU mode device found
[12/15/22 10:56:47] <Info>: Exploiting
[12/15/22 10:56:47] <Verbose>: Attempting to perform checkm8 on 7000 11...
[12/15/22 10:56:47] <Info>: Checking if device is ready
[12/15/22 10:56:47] <Verbose>: == Checkm8 Preparation stage ==
[12/15/22 10:56:47] <Verbose>: DFU device disconnected
[12/15/22 10:56:47] <Verbose>: DFU mode device found
[12/15/22 10:56:47] <Info>: Setting up the exploit (this is the heap spray)
[12/15/22 10:56:47] <Verbose>: == Checkm8 Setup stage ==
[12/15/22 10:56:47] <Info>: Right before trigger (this is the real bug setup)
[12/15/22 10:56:47] <Verbose>: Entered initial checkm8 state after 0 steps, issuing DFU abort..
[12/15/22 10:56:47] <Verbose>: DFU device disconnected
[12/15/22 10:56:47] <Verbose>: DFU mode device found
[12/15/22 10:56:47] <Verbose>: == Checkm8 Trigger stage ==
[12/15/22 10:56:47] <Verbose>: Checkmate!
[12/15/22 10:56:48] <Verbose>: DFU device disconnected
[12/15/22 10:56:48] <Verbose>: DFU mode device found
[12/15/22 10:56:48] <Verbose>: == Checkm8 Trying to run payload... ==
[12/15/22 10:56:48] <Verbose>: If everything went correctly, you should now have code execution.
[12/15/22 10:56:48] <Verbose>: DFU device disconnected
[12/15/22 10:56:48] <Info>: Entered download mode
[12/15/22 10:56:48] <Verbose>: Download mode device found
[12/15/22 10:56:48] <Info>: Booting...
[12/15/22 10:56:48] <Verbose>: Setting bootargs to: rootdev=md0 -v
[12/15/22 10:56:50] <Verbose>: Download mode device disconnected
[12/15/22 10:58:18] <Error>: Timed out waiting for bootstrap upload (error code: -20)
And here's what the iPhone screen looks like after this step:
Again following the guide I compiled the kernel, this time on a vm running Ubuntu 22.04.1 LTS. following the rest of the steps and running load_linux.py, it seems to be a success and i get the following output:
Waiting for device...
Loading initial ramdisk...
Initial ramdisk loaded successfully.
Loading device tree...
Device tree loaded successfully.
Loading kernel...
Kernel loaded successfully.
Booting...
Success.
However here's what shows up on the iPhone screen:
After maybe 5 seconds, the iPhone just restarts and iOS comes up as normal. I'm not sure where to begin troubleshooting so any help would be appreciated