mirror of
https://github.com/rvtr/Visual-DSi-Diagnostic-Guide.git
synced 2025-11-02 00:11:05 -04:00
23 lines
668 B
HTML
23 lines
668 B
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/corruption_stage1.png" alt="Error code '0000FEFE'">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h3>Description</h3>
|
|
The DSi boots to an error code such as "0000FEFE", or "0000FE00".
|
|
<br><br>
|
|
This happens when the NAND has been corrupted, or if it has broken (less likely).
|
|
<h3>Solution</h3>
|
|
Restore a NAND backup with ntrboot.<br><br>
|
|
If you don't have a NAND backup, there is currently nothing to be done.
|
|
</div>
|
|
|
|
</body> |