Link to ntrboot on DS-Homebrew wiki

This commit is contained in:
Lillian Skinner 2024-06-06 02:01:33 -04:00
parent 9694bfd36d
commit 84eea9f6f8
6 changed files with 31 additions and 8 deletions

View File

@ -58,13 +58,13 @@
<a href="./pages/nand/corruption.html">
<img src="./photos/nand/corruption_stage1.png" alt="Error code 0000FEFE">
</a>
<div class="desc">NAND Corruption</div>
<div class="desc">NAND corruption</div>
</div>
<div class="gallery">
<a href="#">
<a href="./pages/nand/bad_mbr.html">
<img src="./photos/nand/badmbr.jpg" alt="Unlaunch error for bad MBR">
</a>
<div class="desc">Todo</div>
<div class="desc">NAND corruption</div>
</div>
<div class="gallery">
<a href="./pages/nand/launcher.html">

23
pages/nand/bad_mbr.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<head>
<link href="../../style.css" rel="stylesheet">
</head>
<body>
<a href="../../index.html"><img src="../../photos/banner.png" class="banner"></a>
<div class="flex-container">
<div class="gallery">
<img src="../../photos/nand/badmbr.jpg" alt="Unlaunch displays a bad MBR error">
</div>
</div>
<div class="content">
<h3>Description</h3>
The DSi boots to unlaunch with a bad MBR error.
<br><br>
This happens when the NAND has been corrupted.
<h3>Solution</h3>
Restore a NAND backup with <a href="https://wiki.ds-homebrew.com/ds-index/ntrboot" target="_blank">ntrboot</a>.<br><br>
If you don't have a NAND backup, there is currently nothing to be done.
</div>
</body>

View File

@ -16,7 +16,7 @@
<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>
Restore a NAND backup with <a href="https://wiki.ds-homebrew.com/ds-index/ntrboot" target="_blank">ntrboot</a>.<br><br>
If you don't have a NAND backup, there is currently nothing to be done.
</div>

View File

@ -16,7 +16,7 @@
<br><br>
This happens when the DSi's launcher (home menu) is corrupted or missing.
<h3>Solution</h3>
Restore a NAND backup with ntrboot.<br><br>
Restore a NAND backup with <a href="https://wiki.ds-homebrew.com/ds-index/ntrboot" target="_blank">ntrboot</a>.<br><br>
If you don't have a NAND backup, you can try reinstalling the launcher. Download the launcher TAD with <a href="https://github.com/NinjaCheetah/NUSGet" target="_blank">NUSGet</a> and then install it with <a href="https://github.com/rvtr/TDT" target="_blank">TDT</a>. <b>You will still need ntrboot to boot TDT.</b>
</div>

View File

@ -22,12 +22,12 @@
<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.
Use <a href="https://wiki.ds-homebrew.com/ds-index/ntrboot" target="_blank">ntrboot</a> 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>Dump the NAND with <a href="https://wiki.ds-homebrew.com/ds-index/ntrboot" target="_blank">ntrboot</a></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>

View File

@ -22,7 +22,7 @@
<br><br>
Alternatively, you could only update the WiFi firmware in NAND. Download the latest WiFi firmware with <a href="https://github.com/NinjaCheetah/NUSGet">NUSGet</a> and copy the app and TMD to the following directory as "000000xx.app" and "title.tmd".<br>
&emsp;&emsp;<code>NAND:/title/0003000f/484e4341/content/</code><br><br>
<i><b>Note: you must enable "create decrypted contents" in NUSGet.</b></i>
<i><b>Note: you must enable "create decrypted contents" in NUSGet.<br><br>You can back up your non-working NAND and restore the fixed one through <a href="https://wiki.ds-homebrew.com/ds-index/ntrboot" target="_blank">ntrboot</a>.</b></i>
<br><br>
The WiFi module types are shown below. From top to bottom: DWM-W015, DWM-W024, J27H020<br><br>
<img src="../../photos/wifimodule/types.png">