diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 4129df62dc..f05bd4a06a 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -454,14 +454,6 @@ The steps below can be attempted in any order, but are listed from easiest to ha {% endcapture %}
{{ compat | markdownify }}
-{% capture compat %} -Warning #01: No Nintendo 3DS folder - -Your SD card does not have the `Nintendo 3DS` 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. - -{% endcapture %} -
{{ compat | markdownify }}
- {% capture compat %} Error #02: Missing essential.exefs @@ -516,6 +508,7 @@ Now that you have your NAND backup in a safe place: 1. Select "Scripts..." 1. Select "finalize" 1. Continue the script as normal + + The NAND backup will be automatically skipped {% endcapture %}
{{ compat | markdownify }}
@@ -523,7 +516,7 @@ Now that you have your NAND backup in a safe place: {% capture compat %} Information #05: No title database -Press (A) to create a title database, unlock SysNAND writing by entering the buttons on-screen, follow the prompts [here](/images/screenshots/database-reset.jpg), then re-run the script. +Press (A) to import a title database, unlock SysNAND writing by entering the buttons on-screen, then continue the script as normal. {% endcapture %}
{{ compat | markdownify }}
@@ -548,14 +541,6 @@ If you have enough space on your SD card, your SD might be corrupted or faulty. {% endcapture %}
{{ compat | markdownify }}
-{% capture compat %} -Error #08: Dummy title database - -You didn't delete the dummy title database that was created by Error #05. Follow the prompts [here](/images/screenshots/database-reset.jpg), then re-run the script. - -{% endcapture %} -
{{ compat | markdownify }}
- {% capture compat %} Error #09: Unsupported GodMode9 version @@ -565,14 +550,43 @@ You are somehow running a version of GodMode9 not packaged with the script. Make
{{ compat | markdownify }}
{% capture compat %} -Information #11: NAND backup flag detected +Error #11: Missing donor database -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". +You did not copy everything from `finalize.zip` to the root of your SD card. Remember, your SD card should have at least these files: + +![]({{ "/images/screenshots/finalizing-root-layout.png" | absolute_url }}) +{: .notice--info} {% endcapture %}
{{ compat | markdownify }}
+{% capture compat %} +Error #12: Copy (file).db fail +Ensure that your SD card is not [locked](/images/sdlock.png). If the SD card is not locked and you continue to get this error, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance. + +{% endcapture %} +
{{ compat | markdownify }}
+ +{% capture compat %} +Information #17: Duplicate NAND backup + +The script has detected that the Nintendo 3DS folder is missing AND that you have already made a NAND backup before. If you intend to install homebrew applications, you should do the following: + +1. Press (B) to cancel making another NAND backup +1. Press (Right Shoulder) + (Start) to power off your device +1. Copy the contents of `/gm9/backups/` to a safe location on your computer +1. Delete `/gm9/backups/` from your SD card +1. If you moved your Nintendo 3DS folder off of your SD card to get to this point, copy it back to your SD card + + If you do not have a Nintendo 3DS folder, boot into the HOME Menu at least once with the SD card inserted to automatically generate it +1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9 +1. Press (Home) to bring up the action menu +1. Select “Scripts…” +1. Select “finalize” +1. Follow the prompts in the script, answering any questions that you are asked + +{% endcapture %} +
{{ compat | markdownify }}
--- diff --git a/assets/finalizing.zip b/assets/finalizing.zip index 55e9bbc089..1d517a1b91 100644 Binary files a/assets/finalizing.zip and b/assets/finalizing.zip differ