-
Notifications
You must be signed in to change notification settings - Fork 791
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
Finalizing Bootstrap | prep_bootstrap.sh hangs #21
Comments
Same here on ios 17 ip14,3 |
Where can I locate the shell script prep_bootstrap.sh. Thanks!
…On Fri, Dec 29, 2023 at 3:47 PM JustAHippo ***@***.***> wrote:
iOS 17.0 with TrollStore, iPhone 14 Pro
line 208 of bootstrap.m calls a shell script called prep_bootstrap.sh. In
earlier versions it returned with error 255 but now seems to just hang.
This is the finalizing bootstrap error. Lmk if you guys find anything! I
will debug once I’m home in 2024
—
Reply to this email directly, view it on GitHub
<#21>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLDIRWP7N2TMCP2KB3HBFTYL5JC3AVCNFSM6AAAAABBHDBS66VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DANBWGUYDSNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
You can find it in the strapfiles folder in both of the tars |
I wonder if it’s the secure password prompt. Let me check and set a fixed
password just to test.
…On Fri, Dec 29, 2023 at 5:49 PM JustAHippo ***@***.***> wrote:
Where can I locate the shell script prep_bootstrap.sh. Thanks!
… <#m_1384035767404230473_>
On Fri, Dec 29, 2023 at 3:47 PM JustAHippo *@*.*> wrote: iOS 17.0 with
TrollStore, iPhone 14 Pro line 208 of bootstrap.m calls a shell script
called prep_bootstrap.sh. In earlier versions it returned with error 255
but now seems to just hang. This is the finalizing bootstrap error. Lmk if
you guys find anything! I will debug once I’m home in 2024 — Reply to this
email directly, view it on GitHub <#21
<#21>>, or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABLDIRWP7N2TMCP2KB3HBFTYL5JC3AVCNFSM6AAAAABBHDBS66VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DANBWGUYDSNA
<https://github.com/notifications/unsubscribe-auth/ABLDIRWP7N2TMCP2KB3HBFTYL5JC3AVCNFSM6AAAAABBHDBS66VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DANBWGUYDSNA>
. You are receiving this because you are subscribed to this thread.Message
ID: @.*>
You can find it in the strapfiles folder in both of the tars
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLDIRWRR5TBWGYHEPL5W23YL5XKLAVCNFSM6AAAAABBHDBS66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGQZDGNJQGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@paradise327 good catch! Prompts implementation could have changed. |
17.0 A15+ in fixing, just wait |
testing. |
Bypassing and setting a fixed password. Now resolves with return error 255 |
@paradise327 do you know which line causes the 255 error? |
Let me double check. But on first run. It was right after chown and moving the directory.iOS 17 / iPhone 13pm |
@paradise327 what files is it attempting to access? |
Possibly Line 173 did not mkdir and chown? Line 176 iOS17 |
That’s super weird, almost looks like an unpacking issue. Are you sure this is the same issue as before? It looks like my bootstrap unpacks fine. I also noticed you aren’t on latest. Try with Beta 2? |
Same. You will see the same issue if you bypass the secure password prompt. Stuck at same location on Beta 2. |
If you could let me know what directory it is mkdir I can check to see if that folder exist using filza. Possibly Line 173 did not mkdir and chown? It seems like since the directory is not being created it is not able to move the item over. iOS 17 |
Happy New Year
|
13pm/17.0 These documents are missing. |
Fixed as of latest commit |
Reopening because this issue still exists for M2 |
Working on 13 Pro Max 17.0
…On Wed, Jan 3, 2024 at 12:34 AM dleovl ***@***.***> wrote:
Reopened #21 <#21>.
—
Reply to this email directly, view it on GitHub
<#21 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLDIRSLOYGSHAEFBYY2NMTYMUJX3AVCNFSM6AAAAABBHDBS66VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGM3TMNZRGE4DKNI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yep, been fixed for A15+. |
Issue has been fixed |
|
all fixed. |
iOS 17.0 with TrollStore, iPhone 14 Pro
line 208 of bootstrap.m calls a shell script called prep_bootstrap.sh. In earlier versions it returned with error 255 but now seems to just hang. This is the finalizing bootstrap error. Lmk if you guys find anything! I will debug once I’m home in 2024
The text was updated successfully, but these errors were encountered: