Deploying to gh-pages from @ hacks-guide/Guide_3DS@ad7e13f26c 🚀
This commit is contained in:
parent
31f7e8c32c
commit
50b07ebd2f
6 changed files with 85 additions and 142 deletions
|
@ -102,7 +102,7 @@ autoboot_mode = off
|
||||||
hbldr_3dsx_titleid = 000400000d921e00
|
hbldr_3dsx_titleid = 000400000d921e00
|
||||||
|
|
||||||
; Button combo to open the Rosalina menu.
|
; Button combo to open the Rosalina menu.
|
||||||
rosalina_menu_combo = X+Y
|
rosalina_menu_combo = Y+X
|
||||||
|
|
||||||
; NTP timezone offset, in minutes (-779 to 899).
|
; NTP timezone offset, in minutes (-779 to 899).
|
||||||
ntp_tz_offset_min = 0
|
ntp_tz_offset_min = 0
|
||||||
|
|
BIN
assets/finalize.zip
Normal file
BIN
assets/finalize.zip
Normal file
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-02T08:48:48+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-03T00:15:53+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>
|
|
@ -515,12 +515,8 @@ window.cookieconsent.initialise({
|
||||||
<li><a href="#section-i---prep-work" id="markdown-toc-section-i---prep-work">Section I - Prep Work</a></li>
|
<li><a href="#section-i---prep-work" id="markdown-toc-section-i---prep-work">Section I - Prep Work</a></li>
|
||||||
<li><a href="#section-ii---cfw-check" id="markdown-toc-section-ii---cfw-check">Section II - CFW Check</a></li>
|
<li><a href="#section-ii---cfw-check" id="markdown-toc-section-ii---cfw-check">Section II - CFW Check</a></li>
|
||||||
<li><a href="#section-iii---updating-the-system" id="markdown-toc-section-iii---updating-the-system">Section III - Updating the System</a></li>
|
<li><a href="#section-iii---updating-the-system" id="markdown-toc-section-iii---updating-the-system">Section III - Updating the System</a></li>
|
||||||
<li><a href="#section-iv---homebrew-launcher" id="markdown-toc-section-iv---homebrew-launcher">Section IV - Homebrew Launcher</a></li>
|
<li><a href="#section-iv---rtc-and-dsp-setup" id="markdown-toc-section-iv---rtc-and-dsp-setup">Section IV - RTC and DSP setup</a></li>
|
||||||
<li><a href="#section-v---rtc-and-dsp-setup" id="markdown-toc-section-v---rtc-and-dsp-setup">Section V - RTC and DSP Setup</a></li>
|
<li><a href="#section-v---setup-script" id="markdown-toc-section-v---setup-script">Section V - Setup Script</a></li>
|
||||||
<li><a href="#section-vi---installing-cias" id="markdown-toc-section-vi---installing-cias">Section VI - Installing CIAs</a></li>
|
|
||||||
<li><a href="#section-vii---ctrnand-luma3ds" id="markdown-toc-section-vii---ctrnand-luma3ds">Section VII - CTRNAND Luma3DS</a></li>
|
|
||||||
<li><a href="#section-viii---cleanup-sd-card" id="markdown-toc-section-viii---cleanup-sd-card">Section VIII - Cleanup SD Card</a></li>
|
|
||||||
<li><a href="#section-ix---backup-essential-files" id="markdown-toc-section-ix---backup-essential-files">Section IX - Backup Essential Files</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#information-and-notes" id="markdown-toc-information-and-notes">Information and Notes</a></li>
|
<li><a href="#information-and-notes" id="markdown-toc-information-and-notes">Information and Notes</a></li>
|
||||||
|
@ -533,18 +529,24 @@ window.cookieconsent.initialise({
|
||||||
|
|
||||||
<p>The file <code class="language-plaintext highlighter-rouge">boot.firm</code> is what is launched by boot9strap itself after it finishes loading off of NAND. In this case, we are using Luma3DS by <a href="https://github.com/LumaTeam/">LumaTeam</a> to patch the console, allowing it to run homebrew software.</p>
|
<p>The file <code class="language-plaintext highlighter-rouge">boot.firm</code> is what is launched by boot9strap itself after it finishes loading off of NAND. In this case, we are using Luma3DS by <a href="https://github.com/LumaTeam/">LumaTeam</a> to patch the console, allowing it to run homebrew software.</p>
|
||||||
|
|
||||||
<p>On this page, we will make critical system file backups and install the following homebrew programs:</p>
|
<p>On this page, we will make critical system file backups and install some homebrew programs. Most of these steps will be automated using a script that you will run on your console.</p>
|
||||||
|
|
||||||
|
<details class="notice--info">
|
||||||
|
<summary>List of homebrew applications that will be installed</summary>
|
||||||
|
|
||||||
|
<p>Click the links to view the GitHub repository of each application. (Give them a star if you appreciate them!)</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>FBI</strong> <em>(installs CIA formatted applications)</em></li>
|
<li><strong><a href="https://github.com/Steveice10/FBI">FBI</a></strong> <em>(installs CIA formatted applications)</em></li>
|
||||||
<li><strong>Anemone3DS</strong> <em>(installs custom themes)</em></li>
|
<li><strong><a href="https://github.com/PabloMK7/homebrew_launcher_dummy">Homebrew Launcher Loader</a></strong> <em>(launches the Homebrew Launcher)</em></li>
|
||||||
<li><strong>Checkpoint</strong> <em>(backs up and restores save files for 3DS and DS games)</em></li>
|
<li><strong><a href="https://github.com/astronautlevel2/Anemone3DS">Anemone3DS</a></strong> <em>(installs custom themes)</em></li>
|
||||||
<li><strong>Universal-Updater</strong> <em>(a homebrew app store for downloading homebrew from the 3DS over Wi-Fi)</em></li>
|
<li><strong><a href="https://github.com/FlagBrew/Checkpoint">Checkpoint</a></strong> <em>(backs up and restores save files for 3DS and DS games)</em></li>
|
||||||
<li><strong>GodMode9</strong> <em>(multipurpose tool which can do NAND and cartridge functions)</em></li>
|
<li><strong><a href="https://github.com/mtheall/ftpd">ftpd</a></strong> <em>(access your 3DS SD card wirelessly)</em></li>
|
||||||
<li><strong>Homebrew Launcher Loader</strong> <em>(launches the Homebrew Launcher)</em></li>
|
<li><strong><a href="https://github.com/Universal-Team/Universal-Updater/">Universal-Updater</a></strong> <em>(a homebrew app store for downloading homebrew from the 3DS over Wi-Fi)</em></li>
|
||||||
|
<li><strong><a href="https://github.com/d0k3/GodMode9">GodMode9</a></strong> <em>(multipurpose tool which can do NAND and cartridge functions)</em></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="notice--warning">It is not recommended to skip downloading any of these applications, as many of them will be used later on this page. At the end of this page, your SD card will be cleaned up by removing unnecessary installation files.</p>
|
</details>
|
||||||
|
|
||||||
<h3 id="compatibility-notes">Compatibility Notes</h3>
|
<h3 id="compatibility-notes">Compatibility Notes</h3>
|
||||||
|
|
||||||
|
@ -555,12 +557,7 @@ window.cookieconsent.initialise({
|
||||||
<h3 id="what-you-need">What You Need</h3>
|
<h3 id="what-you-need">What You Need</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>The latest release of <a href="https://github.com/astronautlevel2/Anemone3DS/releases/latest">Anemone3DS</a> (the <code class="language-plaintext highlighter-rouge">.cia</code> file)</li>
|
<li><a href="/assets/finalize.zip">finalize.zip</a> (direct download)</li>
|
||||||
<li>The v3.7.4 release of <a href="https://github.com/BernardoGiordano/Checkpoint/releases/tag/v3.7.4">Checkpoint</a> (the <code class="language-plaintext highlighter-rouge">.cia</code> file)</li>
|
|
||||||
<li>The latest release of <a href="https://github.com/mariohackandglitch/homebrew_launcher_dummy/releases/latest">Homebrew Launcher Wrapper</a> (the <code class="language-plaintext highlighter-rouge">.cia</code> file)</li>
|
|
||||||
<li>The latest release of <a href="https://github.com/Universal-Team/Universal-Updater/releases/latest">Universal-Updater</a> (the <code class="language-plaintext highlighter-rouge">.cia</code> file)</li>
|
|
||||||
<li>The latest release of <a href="https://github.com/Steveice10/FBI/releases/latest">FBI</a> (<strong>both</strong> the <code class="language-plaintext highlighter-rouge">.cia</code> and <code class="language-plaintext highlighter-rouge">.3dsx</code> files)</li>
|
|
||||||
<li>The latest release of <a href="https://github.com/d0k3/GodMode9/releases/latest">GodMode9</a> (the GodMode9 <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3 id="instructions">Instructions</h3>
|
<h3 id="instructions">Instructions</h3>
|
||||||
|
@ -572,27 +569,13 @@ window.cookieconsent.initialise({
|
||||||
<ol>
|
<ol>
|
||||||
<li>Power off your console</li>
|
<li>Power off your console</li>
|
||||||
<li>Insert your SD card into your computer</li>
|
<li>Insert your SD card into your computer</li>
|
||||||
<li>Create a folder named <code class="language-plaintext highlighter-rouge">cias</code> on the root of your SD card if it does not already exist</li>
|
<li>Copy the contents of <code class="language-plaintext highlighter-rouge">finalize.zip</code> to the root of your SD card, merging/replacing any existing folders if prompted</li>
|
||||||
<li>Copy all of the CIA files (<code class="language-plaintext highlighter-rouge">Anemone3DS.cia</code>, <code class="language-plaintext highlighter-rouge">Checkpoint.cia</code>, <code class="language-plaintext highlighter-rouge">FBI.cia</code>, <code class="language-plaintext highlighter-rouge">Homebrew_Launcher.cia</code>, and <code class="language-plaintext highlighter-rouge">Universal-Updater.cia</code>) to the <code class="language-plaintext highlighter-rouge">/cias/</code> folder on your SD card</li>
|
|
||||||
<li>Create a folder named <code class="language-plaintext highlighter-rouge">3ds</code> on the root of your SD card if it does not already exist
|
|
||||||
<ul>
|
|
||||||
<li>This folder stores homebrew applications and data; it is different from the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder that the console automatically generates</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>Copy <code class="language-plaintext highlighter-rouge">FBI.3dsx</code> to the <code class="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
|
|
||||||
<li>Create a folder named <code class="language-plaintext highlighter-rouge">payloads</code> in the <code class="language-plaintext highlighter-rouge">luma</code> folder on your SD card if it does not already exist</li>
|
|
||||||
<li>Copy <code class="language-plaintext highlighter-rouge">GodMode9.firm</code> from the GodMode9 <code class="language-plaintext highlighter-rouge">.zip</code> to the <code class="language-plaintext highlighter-rouge">/luma/payloads/</code> folder on your SD card</li>
|
|
||||||
<li>Copy the <code class="language-plaintext highlighter-rouge">gm9</code> folder from the GodMode9 <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
|
|
||||||
<li>Reinsert your SD card into your console</li>
|
|
||||||
<li>Power on your console</li>
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>The screenshots below indicate the minimum SD card layout that is required to follow this page. You may have extra files or folders on your SD card, depending on your previous setup or the method that you followed.</p>
|
<p>The screenshot below indicates the minimum SD card layout that is required to follow this page. You may have extra files or folders on your SD card, depending on your previous setup or the method that you followed.</p>
|
||||||
|
|
||||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
|
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
|
||||||
|
|
||||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/godmode9-location.png" alt="" /></p>
|
|
||||||
|
|
||||||
<h4 id="section-ii---cfw-check">Section II - CFW Check</h4>
|
<h4 id="section-ii---cfw-check">Section II - CFW Check</h4>
|
||||||
|
|
||||||
<p>As an additional safety measure, we will perform an additional check for custom firmware. If custom firmware is not installed by this point for any reason, the next section may render your console unable to be hacked without external hardware.</p>
|
<p>As an additional safety measure, we will perform an additional check for custom firmware. If custom firmware is not installed by this point for any reason, the next section may render your console unable to be hacked without external hardware.</p>
|
||||||
|
@ -623,35 +606,16 @@ window.cookieconsent.initialise({
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h4 id="section-iv---homebrew-launcher">Section IV - Homebrew Launcher</h4>
|
<h4 id="section-iv---rtc-and-dsp-setup">Section IV - RTC and DSP setup</h4>
|
||||||
|
|
||||||
<p>In this section, you will temporarily replace Download Play with Homebrew Launcher (which we need to launch FBI). Download Play will automatically go back to normal once you reboot your console.</p>
|
|
||||||
|
|
||||||
<ol>
|
|
||||||
<li>Launch the Download Play application (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />)</li>
|
|
||||||
<li>Wait until you see the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> and <code class="language-plaintext highlighter-rouge">Nintendo DS</code> buttons</li>
|
|
||||||
<li>Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu</li>
|
|
||||||
<li>Select “Miscellaneous options”</li>
|
|
||||||
<li>Select “Switch the hb. title to the current app.”</li>
|
|
||||||
<li>Press (B) to continue</li>
|
|
||||||
<li>Press (B) to return to the Rosalina main menu</li>
|
|
||||||
<li>Press (B) to exit the Rosalina menu</li>
|
|
||||||
<li>Press (Home) to suspend Download Play</li>
|
|
||||||
<li>Press the “Close” button on the bottom screen to close Download Play</li>
|
|
||||||
<li>Re-launch the Download Play application</li>
|
|
||||||
<li>Your console should load the Homebrew Launcher
|
|
||||||
<ul>
|
|
||||||
<li>If your console is stuck on the loading splash screen, you are missing <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the root of your SD card</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h4 id="section-v---rtc-and-dsp-setup">Section V - RTC and DSP Setup</h4>
|
|
||||||
|
|
||||||
<p>In this section, you will sync your 3DS internal clock with the actual time and dump the sound firmware (which is necesssary for some homebrew software to use sound properly).</p>
|
<p>In this section, you will sync your 3DS internal clock with the actual time and dump the sound firmware (which is necesssary for some homebrew software to use sound properly).</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu</li>
|
<li>Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
|
||||||
|
<ul>
|
||||||
|
<li>If one of these buttons is broken, download <a href="/assets/config.ini">config.ini</a> and put it in your <code class="language-plaintext highlighter-rouge">luma</code> folder, replacing the existing one. This will change the Rosalina menu key combination to (X) + (Y)</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li>Select “Miscellaneous options”</li>
|
<li>Select “Miscellaneous options”</li>
|
||||||
<li>Select “Dump DSP firmware”</li>
|
<li>Select “Dump DSP firmware”</li>
|
||||||
<li>Press (B) to continue</li>
|
<li>Press (B) to continue</li>
|
||||||
|
@ -661,21 +625,9 @@ window.cookieconsent.initialise({
|
||||||
<li>Press (B) to exit the Rosalina menu</li>
|
<li>Press (B) to exit the Rosalina menu</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h4 id="section-vi---installing-cias">Section VI - Installing CIAs</h4>
|
<h4 id="section-v---setup-script">Section V - Setup Script</h4>
|
||||||
|
|
||||||
<p>In this section, you will install several useful homebrew applications to HOME Menu.</p>
|
<p>In this section, you will use a script to automate homebrew installation, SD card cleanup, and system file backup.</p>
|
||||||
|
|
||||||
<ol>
|
|
||||||
<li>Launch FBI from the list of homebrew</li>
|
|
||||||
<li>Navigate to <code class="language-plaintext highlighter-rouge">SD</code> -> <code class="language-plaintext highlighter-rouge">cias</code></li>
|
|
||||||
<li>Select “<current directory>”</li>
|
|
||||||
<li>Select the “Install and delete all CIAs” option, then press (A) to confirm</li>
|
|
||||||
<li>Press (Home), then close Download Play</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h4 id="section-vii---ctrnand-luma3ds">Section VII - CTRNAND Luma3DS</h4>
|
|
||||||
|
|
||||||
<p>In this section, you will use a script to copy some of Luma3DS’s files to internal memory so that they can be accessed, even without an SD card inserted.</p>
|
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Power off your console</li>
|
<li>Power off your console</li>
|
||||||
|
@ -688,67 +640,13 @@ window.cookieconsent.initialise({
|
||||||
<li>If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue</li>
|
<li>If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue</li>
|
||||||
<li>Press (Home) to bring up the action menu</li>
|
<li>Press (Home) to bring up the action menu</li>
|
||||||
<li>Select “Scripts…”</li>
|
<li>Select “Scripts…”</li>
|
||||||
<li>Select “GM9Megascript”</li>
|
<li>Select “finalize”</li>
|
||||||
<li>Select “Scripts from Plailect’s Guide”</li>
|
<li>Follow the prompts in the script, answering each question that you are asked
|
||||||
<li>Select “Setup Luma3DS to CTRNAND”</li>
|
|
||||||
<li>When prompted, press (A) to proceed</li>
|
|
||||||
<li>Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given</li>
|
|
||||||
<li>Press (A) to continue</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h4 id="section-viii---cleanup-sd-card">Section VIII - Cleanup SD Card</h4>
|
|
||||||
|
|
||||||
<p>In this section, you will use a script to remove some unnecessary files from your SD card.</p>
|
|
||||||
|
|
||||||
<ol>
|
|
||||||
<li>Select “Cleanup SD Card”</li>
|
|
||||||
<li>When prompted, press (A) to proceed</li>
|
|
||||||
<li>Press (A) to continue</li>
|
|
||||||
<li>Press (B) to return to the main menu</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h4 id="section-ix---backup-essential-files">Section IX - Backup Essential Files</h4>
|
|
||||||
|
|
||||||
<p>In this section, you will make backups of files that can be used to recover from software bricks or to recover data.</p>
|
|
||||||
|
|
||||||
<ol>
|
|
||||||
<li>Select “Backup Options”</li>
|
|
||||||
<li>Select “SysNAND Backup”</li>
|
|
||||||
<li>Press (A) to confirm
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>This process will take some time</li>
|
<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>
|
||||||
<li>If you get an error, look for your issue in the <a href="troubleshooting#finalizing-setup">troubleshooting guide</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Press (A) to continue</li>
|
<li>Once the script says “Setup complete!”, press (A) to power off the device</li>
|
||||||
<li>Press (B) to return to the main menu</li>
|
|
||||||
<li>Select “Exit”</li>
|
|
||||||
<li>Press (A) to relock write permissions if prompted</li>
|
|
||||||
<li>Navigate to <code class="language-plaintext highlighter-rouge">[S:] SYSNAND VIRTUAL</code></li>
|
|
||||||
<li>Press (A) on <code class="language-plaintext highlighter-rouge">essential.exefs</code> to select it</li>
|
|
||||||
<li>Select “Copy to 0:/gm9/out”
|
|
||||||
<ul>
|
|
||||||
<li>If you see “Destination already exists”, press (A) on “Overwrite file(s)”</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>Press (A) to continue</li>
|
|
||||||
<li>Press (Home) to bring up the action menu</li>
|
|
||||||
<li>Select “Poweroff system” to power off your console</li>
|
|
||||||
<li>Insert your SD card into your computer</li>
|
|
||||||
<li>Copy <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin</code>, <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin.sha</code>, and <code class="language-plaintext highlighter-rouge">essential.exefs</code> from the <code class="language-plaintext highlighter-rouge">/gm9/out/</code> folder on your SD card to a safe location on your computer
|
|
||||||
<ul>
|
|
||||||
<li>Copy these backups to multiple locations (such as online file storage, an external hard drive, etc.)</li>
|
|
||||||
<li>These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>Delete <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin</code> and <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin.sha</code> from the <code class="language-plaintext highlighter-rouge">/gm9/out/</code> folder on your SD card after copying it
|
|
||||||
<ul>
|
|
||||||
<li>The other backup files are negligible in size and may be kept on your SD card for ease of access</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>If you have it, copy the <code class="language-plaintext highlighter-rouge">/luma/backups/</code> folder on your SD card to a safe location on your computer</li>
|
|
||||||
<li>Reinsert your SD card into your console</li>
|
|
||||||
<li>Power on your console</li>
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
|
@ -974,25 +974,63 @@ window.cookieconsent.initialise({
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><u>Unable to enter Rosalina menu due to broken Left Shoulder / Down D-Pad / Select button(s)</u></summary>
|
<summary><u>Error #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>
|
||||||
|
|
||||||
<p>Download this <a href="/assets/config.ini">alternate config.ini</a> and place it in <code class="language-plaintext highlighter-rouge">/luma/</code>. This will change the Rosalina key combination to (X) + (Y).</p>
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><u>"An exception occurred" or infinite "Nintendo 3DS" screen after trying to launch Homebrew Launcher from Download Play</u></summary>
|
<summary><u>Error #02: Missing essential.exefs</u></summary>
|
||||||
|
|
||||||
|
<p>You said ‘No’ to the “Make essential files backup?” prompt in GodMode9. Power off your device, power it on while holding (Start) to re-enter GodMode9, say ‘Yes’ to the prompt, then try again.</p>
|
||||||
|
|
||||||
<p>There is an issue with your <code class="language-plaintext highlighter-rouge">boot.3dsx</code> file (it is missing, misplaced, or corrupted). Download the latest release of <a href="https://github.com/devkitPro/3ds-hbmenu/releases/latest">the Homebrew Launcher</a> and place <code class="language-plaintext highlighter-rouge">boot.3dsx</code> on the root of your SD card, replacing any existing file.</p>
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><u>"Scripts directory not found" in GodMode9</u></summary>
|
<summary><u>Unable to open GodMode9 or Error #03: Missing files</u></summary>
|
||||||
|
|
||||||
|
<p>You did not copy everything from <code class="language-plaintext highlighter-rouge">finalize.zip</code> to the root of your SD card. Remember, your SD card should have at least these files:</p>
|
||||||
|
|
||||||
|
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
|
||||||
|
|
||||||
<p>You did not copy the <code class="language-plaintext highlighter-rouge">gm9</code> folder from the GodMode9 <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card. Download the latest release of <a href="https://github.com/d0k3/GodMode9/releases/latest">GodMode9</a> and place the <code class="language-plaintext highlighter-rouge">gm9</code> folder on the root of your SD card, merging it with the existing one.</p>
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><u>"Backup failed" or "Error: Could not open directory" when attempting a NAND backup</u></summary>
|
<summary><u>Error #04: No space</u></summary>
|
||||||
|
|
||||||
|
<p>You need at least 1.3GB of free space to perform the NAND backup, which is apart of the script. If you don’t have enough space, follow these steps:</p>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>Power off your console</li>
|
||||||
|
<li>Remove the SD card and insert it into your computer</li>
|
||||||
|
<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>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>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>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><u>Error #05: No title database</u></summary>
|
||||||
|
|
||||||
|
<p>Press (A) to create a title database, follow the prompts <a href="/images/screenshots/database-reset.jpg">here</a>, then re-run the script.</p>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><u>Error #06 or "Error: Could not open directory" when attempting a NAND backup</u></summary>
|
||||||
|
|
||||||
<p>Make sure you have at least 1.3GB available in your SD card. If you don’t have enough space, follow these steps:</p>
|
<p>Make sure you have at least 1.3GB available in your SD card. If you don’t have enough space, follow these steps:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Power off your console</li>
|
<li>Power off your console</li>
|
||||||
|
@ -1011,6 +1049,13 @@ window.cookieconsent.initialise({
|
||||||
<p>If you have enough space on your SD card, your SD might be corrupted or faulty. Check your SD card for any errors by following the guide according to your computer’s operating system: <a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, <a href="f3xswift-(mac)">macOS</a>.</p>
|
<p>If you have enough space on your SD card, your SD might be corrupted or faulty. Check your SD card for any errors by following the guide according to your computer’s operating system: <a href="h2testw-(windows)">Windows</a>, <a href="f3-(linux)">Linux</a>, <a href="f3xswift-(mac)">macOS</a>.</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><u>Error #08: Dummy title database</u></summary>
|
||||||
|
|
||||||
|
<p>You didn’t delete the dummy title database that was created by Error #05. Follow the prompts <a href="/images/screenshots/database-reset.jpg">here</a>, then re-run the script.</p>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<h2 id="boot-issues-on-consoles-with-custom-firmware">Boot issues on consoles with custom firmware</h2>
|
<h2 id="boot-issues-on-consoles-with-custom-firmware">Boot issues on consoles with custom firmware</h2>
|
||||||
|
|
Loading…
Reference in a new issue