|
|
#16 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,324
Karma: 20532355
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
So, you wrote your saved super.img back?
Here's manmod.zip Unzip it Code:
edl /w /psuper manmod.img I'm not sure if this will work. The updating status is in the metadata partition and that's probably a mess too. Warning for others: This file has no applicability to your device. It is no fix. |
|
|
|
|
|
#17 |
|
Member
![]() Posts: 13
Karma: 10
Join Date: Mar 2026
Device: Onyx Boox Go 7
|
Got the same issue with 11% and no autolog.txt
![]() Also I noticed that my device disconnects and connects back to PC while updating (~2mins after its stuck on 11%). I'm using sdcard to flash firware, so I keep my device connected to PC. |
|
|
|
|
|
#18 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,324
Karma: 20532355
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Try the same with the metadata partition.
Save a safe copy, then wipe it with /f |
|
|
|
|
|
#19 |
|
Member
![]() Posts: 13
Karma: 10
Join Date: Mar 2026
Device: Onyx Boox Go 7
|
Same issue..
Code:
> .\edl.exe /r /pmetadata meta.img Found EDL 9008, configuring... ok Requesting info on LUN 0... ok Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok Requesting read meta.img... ok, reading 100% ok > .\edl.exe /f /pmetadata Found EDL 9008, configuring... ok Requesting info on LUN 0... ok Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok Requesting fill... ok, filling 100% ok > .\edl.exe /z Found EDL 9008, requesting reboot... ok > .\adb.exe shell start autoupdate ... Completed 270/2433 operations (11%) |
|
|
|
|
|
#20 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,324
Karma: 20532355
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Try this new manmod.img
No need to reflash super or anything. If this doesn't work, we can try flipping slots. But I'll have to write a utility for that. You need to pull the GPT. Code:
edl /r /s0 /c34 gpt.img |
|
|
|
|
|
#21 |
|
Member
![]() Posts: 13
Karma: 10
Join Date: Mar 2026
Device: Onyx Boox Go 7
|
Update process fails with the new manmod.img.
I checked logs (autolog_wo_meta.txt) and decided to flash meta.img back: Code:
> .\edl.exe /w /pmetadata .\meta.img Found EDL 9008, configuring... ok Requesting info on LUN 0... ok Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok Requesting write meta.img... ok, writing 100% ok |
|
|
|
|
|
#22 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,324
Karma: 20532355
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Ok, I *think* that I got this correct.
This swaps the slots so you'll be on _a You should try with everything back to as it was. You can try various experiments that you already did to see if something is different. Make sure that you have the custom recovery on _a and _b Code:
edl /w /s0 /c34 main.img edl /x /s-33 /c33 backup.img |
|
|
|
|
|
#23 |
|
Member
![]() Posts: 13
Karma: 10
Join Date: Mar 2026
Device: Onyx Boox Go 7
|
Thanks a lot for helping me!
Here is what I did step by step: Code:
> .\edl.exe /w /s0 /c0 .\big64gfile.img > .\edl.exe /w /s0 /c34 ..\both\main.img > .\edl.exe /w /s-33 /c33 ..\both\backup.img > .\edl.exe /r /psuper super.img > .\edl.exe /z > .\adb.exe shell start autoupdate Code:
> .\edl.exe /f /psuper > .\edl.exe /z > .\adb.exe shell start autoupdate Next steps: Code:
> .\edl.exe /w /psuper super.img > .\edl.exe /f /pmetadata > .\edl.exe /z > .\adb.exe shell start autoupdate Code:
> .\edl.exe /f /psuper > .\edl.exe /z > .\adb.exe shell start autoupdate Finally: Code:
> .\edl.exe /w /psuper manmod.img > .\edl.exe /z > .\adb.exe shell start autoupdate
|
|
|
|
|
|
#24 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,324
Karma: 20532355
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Did you try rebooting to the regular system?
That is restart after clearing misc with /f. I presume that you flashed misc-recovery in the last post. Also, keep an eye when you go back to EDL if it switched on you. You started on _b with all the _a showing inactive. Then you switched to _a with all the _b showing inactive. You see that all with edl /g And you're sure that 11% never terminates? I said that it should take 5, maybe 10 minutes. But you have just left it for a long time too? Last edited by Renate; Yesterday at 03:24 PM. |
|
|
|
|
|
#25 | |||
|
Member
![]() Posts: 13
Karma: 10
Join Date: Mar 2026
Device: Onyx Boox Go 7
|
Quote:
I tried clearing misc: Code:
> .\edl.exe /f /pmisc Quote:
Quote:
Also, I flashed back my previously saved full backup after switching slotsm, smth like that: Code:
> .\edl.exe /w /s0 /c0 .\big64gfile.img > .\edl.exe /w /s0 /c34 ..\both\main.img > .\edl.exe /w /s-33 /c33 ..\both\backup.img // do some other stuff > .\edl.exe /w /s0 /c0 .\big64gfile.img > .\edl.exe /w /s0 /c34 ..\both\main.img > .\edl.exe /w /s-33 /c33 ..\both\backup.img // do some other staff I don't fully understand the idea of slots. Is it some sort of replication? Last edited by gleboss; Yesterday at 04:18 PM. |
|||
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Troubleshooting PW5 bootloop | Mars95 | Amazon Kindle | 5 | 08-19-2023 11:40 AM |
| PW5 PW stuck in a bootloop......... | kdusr | Kindle Developer's Corner | 6 | 11-26-2022 01:58 AM |
| PRS-T1 bootloop | charmees | Sony Reader | 9 | 11-23-2018 03:13 PM |
| PRS-T1 bootloop | klaasvaak42 | Sony Reader | 0 | 10-20-2018 04:45 AM |
| My Kobo goes into a bootloop! | alabrand | Kobo Reader | 4 | 06-03-2016 02:44 PM |