Skip to content
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

Closed
JustAHippo opened this issue Dec 29, 2023 · 27 comments
Closed

Finalizing Bootstrap | prep_bootstrap.sh hangs #21

JustAHippo opened this issue Dec 29, 2023 · 27 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@JustAHippo
Copy link

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

@JustAHippo JustAHippo added the bug Something isn't working label Dec 29, 2023
@JustAHippo JustAHippo self-assigned this Dec 29, 2023
@imnltsa imnltsa added the help wanted Extra attention is needed label Dec 29, 2023
@Imadedddin
Copy link

Same here on ios 17 ip14,3

@imnltsa imnltsa pinned this issue Dec 30, 2023
@paradise327
Copy link

paradise327 commented Dec 30, 2023 via email

@JustAHippo
Copy link
Author

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

@paradise327
Copy link

paradise327 commented Dec 30, 2023 via email

@JustAHippo
Copy link
Author

@paradise327 good catch! Prompts implementation could have changed.

@roothide
Copy link
Collaborator

17.0 A15+ in fixing, just wait

@paradise327
Copy link

testing.

@paradise327
Copy link

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

Bypassing and setting a fixed password. Now resolves with return error 255

@JustAHippo
Copy link
Author

@paradise327 do you know which line causes the 255 error?

@paradise327
Copy link

paradise327 commented Dec 31, 2023

@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 13pmimage

@JustAHippo
Copy link
Author

@paradise327 what files is it attempting to access?

@paradise327
Copy link

paradise327 commented Dec 31, 2023

@paradise327 what files is it attempting to access?

Possibly Line 173 did not mkdir and chown?
ASSERT(mkdir(jbroot_secondary.fileSystemRepresentation, 0755) == 0);
ASSERT(chown(jbroot_secondary.fileSystemRepresentation, 0, 0) == 0);

Line 176
ASSERT([fm moveItemAtPath:jbroot(@"/var") toPath:[jbroot_secondary stringByAppendingPathComponent:@"/var"] error:nil]);

iOS17
iPhone 13 Pro Max

tempImageDgQUF6

@JustAHippo
Copy link
Author

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?

@paradise327
Copy link

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.

@paradise327
Copy link

paradise327 commented Jan 1, 2024

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?
ASSERT(mkdir(jbroot_secondary.fileSystemRepresentation, 0755) == 0);
ASSERT(chown(jbroot_secondary.fileSystemRepresentation, 0, 0) == 0);

It seems like since the directory is not being created it is not able to move the item over.
Line 176
ASSERT([fm moveItemAtPath:jbroot(@"/var") toPath:[jbroot_secondary stringByAppendingPathComponent:@"/var"] error:nil]);

iOS 17
iPhone 13 Pro Max

@paradise327
Copy link

@JustAHippo

Here are the additional STRAPLOGs :)
tempImageMLmbpP

@dbqpolo
Copy link

dbqpolo commented Jan 2, 2024

IMG_0285
IMG_0283

@dbqpolo
Copy link

dbqpolo commented Jan 2, 2024

Happy New Year

13pm / 17.0 There are these two documents.

@dbqpolo
Copy link

dbqpolo commented Jan 2, 2024

IMG_0294

@dbqpolo
Copy link

dbqpolo commented Jan 2, 2024

13pm/17.0 These documents are missing.

@imnltsa
Copy link
Collaborator

imnltsa commented Jan 3, 2024

Fixed as of latest commit

@imnltsa imnltsa closed this as completed Jan 3, 2024
@imnltsa imnltsa unpinned this issue Jan 3, 2024
@imnltsa
Copy link
Collaborator

imnltsa commented Jan 3, 2024

Reopening because this issue still exists for M2

@imnltsa imnltsa reopened this Jan 3, 2024
@imnltsa imnltsa pinned this issue Jan 3, 2024
@paradise327
Copy link

paradise327 commented Jan 3, 2024 via email

@imnltsa
Copy link
Collaborator

imnltsa commented Jan 3, 2024

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+.

@JustAHippo
Copy link
Author

Issue has been fixed

@JustAHippo JustAHippo unpinned this issue Jan 3, 2024
@imnltsa imnltsa reopened this Jan 3, 2024
@imnltsa
Copy link
Collaborator

imnltsa commented Jan 3, 2024

Issue has been fixed

Reopening because this issue still exists for M2

@imnltsa imnltsa pinned this issue Jan 3, 2024
@roothide
Copy link
Collaborator

roothide commented Jan 9, 2024

all fixed.

@imnltsa imnltsa closed this as completed Jan 9, 2024
@imnltsa imnltsa unpinned this issue Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants