mirror of
https://github.com/rvtr/Visual-DSi-Diagnostic-Guide.git
synced 2025-06-18 21:25:34 -04:00
39 lines
1.7 KiB
HTML
39 lines
1.7 KiB
HTML
<!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;"> 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> |