Visual-DSi-Diagnostic-Guide/pages/nand/title_overflow.html

39 lines
1.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<head>
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<h1><a href="../../index.html">Visual DSi Fault Guide</a></h1>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/nand/title_overflow.png" alt="Black screen">
</div>
</div>
<div class="content">
<div class="alternatives">
Do you have fewer than 39 titles? Check out this issue:<br><br>
- <a href="../../pages/wifimodule/wrongver.html">Mismatched WiFi modules</a> can cause the same error
</div>
<h3>Description</h3>
The DSi boots up to "an error has occurred."
<br><br>
This can be caused by having more than <a href="https://wiki.ds-homebrew.com/hiyacfw/faq?faq=why-do-i-get-an-error-has-occurred-message-when-booting-hiyacfw" target="_blank">39 titles</a> installed to your NAND.
<h3>Solution</h3>
Use ntrboot to flash a NAND backup from before you bricked.
<br><br>
If you don't have a NAND backup, you will need to manually edit NAND.<br>
<h4>Editing your NAND:</h4>
<ul>
<li>Dump the NAND with ntrboot</li>
<li>Open your NAND and locate the <code>NAND:/title/00030004/</code> folder</li>
<br><span style="color:green;">&emsp;To open your NAND: mount your "nand.bin" in <a href="https://github.com/ihaveamac/ninfs" target="_blank">ninfs</a>, then open the resulting twl_main.img with <a href="https://www.osforensics.com/tools/mount-disk-images.html" target="_blank">OSFMount</a>. Make sure you enable write access for both tools.</span><br><br>
<li>Delete everything contained in the 00030004 folder.</li>
<li>Unmount "twl_main.img" from OSFMount, then "nand.bin" from ninfs</li>
<li>Flash your edited NAND backup</li>
</ul>
</div>
</body>