Thread: Go 7 bootloop
View Single Post
Old 03-15-2026, 03:07 AM   #26
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,352
Karma: 20878213
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by gleboss View Post
I don't fully understand the idea of slots.
That's alright, nobody does.

When A/B first came up it was two complete copies of the core bits of the operating system.
Simple, easy. Something breaks, just switch to the other slot.

Then they came up with "virtual A/B". One slot is real, the other slot is just a list of differences to the other slot.
As you can see that makes things a lot more complicated.

The ext4 partition /metadata keeps track of all that stuff.

I forget, did you already try with the stock recovery and adb sideload?
Was your device already unlocked? Had you been running Magisk?

I'm still trying to figure out why it says:
Code:
Logical partition metadata has invalid geometry magic signature
Because the man.img out of the super that you gave me has the normal two copies of geometry with the correct magic.
I see this problem on other devices but no indication of what it's all about.

You can try wiping out the manifest of super.
Code:
edl /f /psuper /c2048
Renate is online now   Reply With Quote