Approver, confirmaccount
398
edits
Cybelyrium (talk | contribs) (added fix for prefetch abort (svcBreak) at Arm9 for movable.sed 288 bytes) |
StarlitSkies (talk | contribs) m (rewrite cmac flag instructions for additional clarity and idiot-proofing, then match visual style to the rest of the page) |
||
Line 50: | Line 50: | ||
|- | |- | ||
| rowspan="2" | prefetch abort (svcBreak) | | rowspan="2" | prefetch abort (svcBreak) | ||
| The system movable, <code>[1:]/private/movable.sed</code>, is 288 bytes but | | The system movable, <code>[1:]/private/movable.sed</code>, is 288 bytes but a flag is enabled that expects a size of 320 bytes. | ||
:To fix, boot into GodMode9 and select <code>SYSNAND CTRNAND</code>, then go into the <code>private</code> folder.<br>Inside this folder, you will see a file named <code>movable.sed</code>. Select it, and under the options menu, select '''Show in Hexeditor'''.<br>Green-colored numbers will appear in the middle of the screen - press {{B|A}} and then unlock '''writing to sysNAND (lvl2)'''.<br>At the beginning of the file, look for the set of numbers <code>53 45 45 44 00 01</code>. Once you find these numbers, hold {{B|A}} and press {{B|D-PAD DOWN}} while the <code>01</code> value is highlighted to change it to <code>00</code>. Press {{B|B}}, then {{B|A}}, then {{B|B}} to save changes and exit from the hexeditor, then press {{B|START}} to reboot your console. | |||
|- | |- | ||
| <code>SYSNAND CTRNAND</code> has bad CMACs. | | <code>SYSNAND CTRNAND</code> has bad CMACs. |