diff --git a/_pages/en_US/finalizing-setup.txt b/_pages/en_US/finalizing-setup.txt index 4e8e227cb4..dc17d0b179 100644 --- a/_pages/en_US/finalizing-setup.txt +++ b/_pages/en_US/finalizing-setup.txt @@ -102,16 +102,17 @@ In this section, you will use a script to automate homebrew installation, SD car 1. Press (Home) to bring up the action menu 1. Select "Scripts..." 1. Select "finalize" -1. Follow the prompts in the script, answering each question that you are asked +1. Follow the prompts in the script, answering any questions that you are asked + If you encounter an error, follow the instructions in the error message or consult the [troubleshooting](troubleshooting#finalizing-setup) page 1. Once the script says "Setup complete!", press (A) to power off the device + If you do NOT see the message "Setup complete!", the script was not successful and you will need to redo this section 1. Insert your SD card into your computer -1. Copy the `/gm9/out/` folder to a safe location on your computer +1. Copy the `/gm9/backups/` folder to a safe location on your computer + This folder contains critical file backups and should be backed up to multiple locations (i.e. cloud storage) if possible + 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 + The `essential.exefs` file contains your console's system-unique files and can be used to recover your data in the event of a hardware failure -1. Delete the contents of the `/gm9/out/` folder from your SD card +1. If you still have them, delete the two `SysNAND` files from the `/gm9/backups/` folder from your SD card + + The `essential.exefs` file is small and may be kept on your SD card for ease of access ___ diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 157d4be98b..d6fa436ea1 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -503,7 +503,7 @@ The steps below can be attempted in any order, but are listed from easiest to ha
{{ compat | markdownify }}
{% capture compat %} -Error #01: No Nintendo 3DS folder +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. @@ -541,22 +541,35 @@ You need at least 1.3GB of free space to perform the NAND backup, which is a par 1. Copy the `Nintendo 3DS` folder from the root of your SD card to your computer 1. Delete the Nintendo 3DS folder from the SD card 1. Reinsert your SD card into your console -1. Power off your console, hold START and power on still holding START to boot on GodMode9 +1. Power off your console +1. Hold START and power on still holding START to open GodMode9 +1. Press the (Home) button 1. Select "Scripts..." 1. Select "finalize" -1. Follow the prompts in the script, answering each question that you are asked -1. Copy the files in `gm9/out` on your SD to a safe location on your computer -1. Delete the `__sysnand_##.bin` and `__sysnand_##.bin.sha` files from the SD card, keeping essential.exefs in `/gm9/out/` +1. Press (A) to create a NAND backup + + This may take around fifteen minutes +1. Press (A) again + + The console should automatically power off +1. Insert your SD card into your computer +1. Copy the files in `/gm9/backups/` on your SD to a safe location on your computer +1. Delete the `__sysnand_##.bin` and `__sysnand_##.bin.sha` files from the SD card 1. Copy the `Nintendo 3DS` folder from your computer to the root of your SD card 1. Delete the `Nintendo 3DS` folder from your computer -Once done, re-run the script. +Now that you have your NAND backup in a safe place: + +1. Insert your SD card into your console +1. Hold START and power on still holding START to open GodMode9 +1. Press the (Home) button +1. Select "Scripts..." +1. Select "finalize" +1. Continue the script as normal {% endcapture %}
{{ compat | markdownify }}
{% capture compat %} -Error #05: No title database +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. @@ -591,6 +604,24 @@ You didn't delete the dummy title database that was created by Error #05. Follow {% endcapture %}
{{ compat | markdownify }}
+{% capture compat %} +Error #09: Unsupported GodMode9 version + +You are somehow running a version of GodMode9 not packaged with the script. Make sure you copied the contents of `finalize.zip` to the root of your SD card and that you are holding START while powering on your console. + +{% endcapture %} +
{{ compat | markdownify }}
+ +{% capture compat %} +Information #11: NAND backup flag detected + +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". + +{% endcapture %} +
{{ compat | markdownify }}
+ + + --- ## Boot issues on consoles with custom firmware diff --git a/assets/finalizing.zip b/assets/finalizing.zip index 622efb874b..b26a48fea4 100644 Binary files a/assets/finalizing.zip and b/assets/finalizing.zip differ