Deploying to gh-pages from @ hacks-guide/Guide_3DS@d17daf5605 🚀
This commit is contained in:
parent
6eef557d04
commit
b063da0d5f
4 changed files with 50 additions and 11 deletions
Binary file not shown.
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-05T07:10:12+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-06T10:12:13+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
|
@ -642,7 +642,7 @@ window.cookieconsent.initialise({
|
|||
<li>Press (Home) to bring up the action menu</li>
|
||||
<li>Select “Scripts…”</li>
|
||||
<li>Select “finalize”</li>
|
||||
<li>Follow the prompts in the script, answering each question that you are asked
|
||||
<li>Follow the prompts in the script, answering any questions that you are asked
|
||||
<ul>
|
||||
<li>If you encounter an error, follow the instructions in the error message or consult the <a href="troubleshooting#finalizing-setup">troubleshooting</a> page</li>
|
||||
</ul>
|
||||
|
@ -653,14 +653,18 @@ window.cookieconsent.initialise({
|
|||
</ul>
|
||||
</li>
|
||||
<li>Insert your SD card into your computer</li>
|
||||
<li>Copy the <code class="language-plaintext highlighter-rouge">/gm9/out/</code> folder to a safe location on your computer
|
||||
<li>Copy the <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> folder to a safe location on your computer
|
||||
<ul>
|
||||
<li>This folder contains critical file backups and should be backed up to multiple locations (i.e. cloud storage) if possible</li>
|
||||
<li>The two SysNAND files are your NAND backup and can be used to revert your console to a working state if it is bricked by a software issue</li>
|
||||
<li>The <code class="language-plaintext highlighter-rouge">essential.exefs</code> file contains your console’s system-unique files and can be used to recover your data in the event of a hardware failure</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Delete the contents of the <code class="language-plaintext highlighter-rouge">/gm9/out/</code> folder from your SD card</li>
|
||||
<li>If you still have them, delete the two <code class="language-plaintext highlighter-rouge">SysNAND</code> files from the <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> folder from your SD card
|
||||
<ul>
|
||||
<li>The <code class="language-plaintext highlighter-rouge">essential.exefs</code> file is small and may be kept on your SD card for ease of access</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<hr />
|
||||
|
|
|
@ -983,7 +983,7 @@ window.cookieconsent.initialise({
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary><u>Error #01: No Nintendo 3DS folder</u></summary>
|
||||
<summary><u>Warning #01: No Nintendo 3DS folder</u></summary>
|
||||
|
||||
<p>Your SD card does not have the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder. Power on your device with your SD card inserted, then wait for the device to show a message box that says “Creating HOME Menu management information”. Once the message box disappears, power off your device and try again.</p>
|
||||
|
||||
|
@ -1016,22 +1016,43 @@ window.cookieconsent.initialise({
|
|||
<li>Copy the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from the root of your SD card to your computer</li>
|
||||
<li>Delete the Nintendo 3DS folder from the SD card</li>
|
||||
<li>Reinsert your SD card into your console</li>
|
||||
<li>Power off your console, hold START and power on still holding START to boot on GodMode9</li>
|
||||
<li>Power off your console</li>
|
||||
<li>Hold START and power on still holding START to open GodMode9</li>
|
||||
<li>Press the (Home) button</li>
|
||||
<li>Select “Scripts…”</li>
|
||||
<li>Select “finalize”</li>
|
||||
<li>Follow the prompts in the script, answering each question that you are asked</li>
|
||||
<li>Copy the files in <code class="language-plaintext highlighter-rouge">gm9/out</code> on your SD to a safe location on your computer</li>
|
||||
<li>Delete the <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin</code> and <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin.sha</code> files from the SD card, keeping essential.exefs in <code class="language-plaintext highlighter-rouge">/gm9/out/</code></li>
|
||||
<li>Press (A) to create a NAND backup
|
||||
<ul>
|
||||
<li>This may take around fifteen minutes</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Press (A) again
|
||||
<ul>
|
||||
<li>The console should automatically power off</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Insert your SD card into your computer</li>
|
||||
<li>Copy the files in <code class="language-plaintext highlighter-rouge">/gm9/backups/</code> on your SD to a safe location on your computer</li>
|
||||
<li>Delete the <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin</code> and <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin.sha</code> files from the SD card</li>
|
||||
<li>Copy the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from your computer to the root of your SD card</li>
|
||||
<li>Delete the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder from your computer</li>
|
||||
</ol>
|
||||
|
||||
<p>Once done, re-run the script.</p>
|
||||
<p>Now that you have your NAND backup in a safe place:</p>
|
||||
|
||||
<ol>
|
||||
<li>Insert your SD card into your console</li>
|
||||
<li>Hold START and power on still holding START to open GodMode9</li>
|
||||
<li>Press the (Home) button</li>
|
||||
<li>Select “Scripts…”</li>
|
||||
<li>Select “finalize”</li>
|
||||
<li>Continue the script as normal</li>
|
||||
</ol>
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><u>Error #05: No title database</u></summary>
|
||||
<summary><u>Information #05: No title database</u></summary>
|
||||
|
||||
<p>Press (A) to create a title database, unlock SysNAND writing by entering the buttons on-screen, follow the prompts <a href="/images/screenshots/database-reset.jpg">here</a>, then re-run the script.</p>
|
||||
|
||||
|
@ -1065,6 +1086,20 @@ window.cookieconsent.initialise({
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><u>Error #09: Unsupported GodMode9 version</u></summary>
|
||||
|
||||
<p>You are somehow running a version of GodMode9 not packaged with the script. Make sure you copied the contents of <code class="language-plaintext highlighter-rouge">finalize.zip</code> to the root of your SD card and that you are holding START while powering on your console.</p>
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><u>Information #11: NAND backup flag detected</u></summary>
|
||||
|
||||
<p>You most likely already made a NAND backup on this console. If you did not make a backup or lost access to your backup, select “1. Make Another NAND Backup”. Otherwise, select “2. Skip NAND Backup”.</p>
|
||||
|
||||
</details>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2 id="boot-issues-on-consoles-with-custom-firmware">Boot issues on consoles with custom firmware</h2>
|
||||
|
|
Loading…
Reference in a new issue