2017-05-21 22:39:40 +02:00
---
2017-05-24 07:55:55 +02:00
title: "Move EmuNAND"
2017-05-21 22:39:40 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2018-02-18 16:47:39 +01:00
### Required Reading
2017-05-21 22:39:40 +02:00
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Σημειώστε ότι ο ι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection).
2017-08-13 01:26:54 +02:00
Note that if you have any payload files other than `GodMode9.firm` in the `/luma/payloads/` folder on your SD card, holding (Start) on boot will display a "chainloader menu" where you will have to use the D-Pad and the (A) button to select "GodMode9" for these instructions.
2017-05-21 22:39:40 +02:00
2017-10-28 20:51:27 +02:00
You MUST have already installed Luma3DS and boot9strap to use this.
2017-05-21 22:39:40 +02:00
{: .notice--danger}
2018-02-18 16:47:39 +01:00
### What You Need
2017-05-21 22:39:40 +02:00
* Μ ι α υπάρχουσα EmuNAND
2018-06-15 03:10:54 +02:00
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest)
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-05-21 22:39:40 +02:00
1. Power off your device
1. Εισάγετε την κάρτα SD στον υπολογιστή σας
2017-10-28 20:51:27 +02:00
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
2017-07-12 22:30:42 +02:00
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
2017-05-21 22:39:40 +02:00
1. Reinsert your SD card into your device
2017-09-29 13:29:26 +02:00
#### Section II - Backup SysNAND DSiWare Saves
2017-05-21 22:39:40 +02:00
If you do not have any DSiWare games or saves that you care about, skip this section.
{: .notice--info}
2017-07-25 20:26:34 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-07-12 22:30:42 +02:00
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
2017-09-18 21:28:24 +02:00
1. 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
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
2017-05-21 22:39:40 +02:00
1. Navigate to `[2:] SYSNAND TWLN` -> `title`
2017-07-12 22:30:42 +02:00
1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out"
2017-05-21 22:39:40 +02:00
+ This process may take some time if you have many DSiWare games
1. Press (B) twice to return to the main menu
2017-09-29 13:29:26 +02:00
#### Section III - Backup GBA VC Saves
2017-05-21 22:39:40 +02:00
If you do not have any GBA VC games or saves that you care about, skip this section.
{: .notice--info}
Note that this is not necessary for any other kind of Virtual Console games (GBC, NES, etc)
{: .notice--info}
2017-09-24 06:22:58 +02:00
The game will be outputted to the `/gm9/out/` folder on your SD card with the name `<TitleID>.gbavc.sav`.
{: .notice--info}
2017-09-29 13:29:26 +02:00
To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by hovering over `[A:] SYSNAND SD`, holding (R) and pressing (A) at the same time, then selecting "Search for titles".
2017-09-24 06:22:58 +02:00
{: .notice--info}
2017-05-21 22:39:40 +02:00
1. Do the following process for each GBA VC game that you want to backup the save for:
2017-09-24 06:22:58 +02:00
+ Launch the GBA VC game
2017-05-21 22:39:40 +02:00
+ Exit the GBA VC game
+ Boot your device while holding (Start) to launch the Luma3DS chainloader menu
+ Launch GodMode9 by pressing (A)
+ Navigate to `[S:] SYSNAND VIRTUAL`
2017-09-24 06:22:58 +02:00
+ Press (A) on `agbsave.bin` to select it
+ Select "AGBSAVE options..."
+ Select "Dump GBA VC save"
+ Press (A) to continue
2017-05-21 22:39:40 +02:00
+ Press (Start) to reboot your device
2017-09-29 13:29:26 +02:00
#### Section IV - Copy EmuNAND to SysNAND
2017-05-21 22:39:40 +02:00
2017-09-18 21:28:24 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-05-21 22:39:40 +02:00
1. Navigate to `[E:] EMUNAND VIRTUAL`
1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)"
1. Press (A) to unlock SysNAND overwriting, then input the key combo given
2017-10-28 20:51:27 +02:00
+ This will not overwrite your boot9strap installation
2017-05-21 22:39:40 +02:00
1. Input the key combo given to unlock SysNAND (lvl1) writing
+ This process will take some time
1. Once it has completed, press (A) to continue
2017-07-12 22:30:42 +02:00
1. Press (B) to decline relocking write permissions if prompted
2017-05-21 22:39:40 +02:00
1. Press (B) to return to the main menu
2017-09-29 13:29:26 +02:00
#### Section V - Restore DSiWare Saves
2017-05-21 22:39:40 +02:00
If you did not backup DSiWare Saves earlier, skip this section.
{: .notice--info}
2017-07-12 22:30:42 +02:00
1. Navigate to `[0:] SDCARD` -> `gm9` -> `out`
2017-05-21 22:39:40 +02:00
1. Press (Y) on the `00030004` folder to copy it
1. Press (B) twice to return to the main menu
1. Navigate to `[2:] SYSNAND TWLN` -> `title`
1. Press (Y) to paste the `00030004` folder
1. Select "Copy path(s)"
2017-07-29 19:46:28 +02:00
1. Πατήστε (A) γ ι α ν α ξεκλειδώσετε την εγγραφή στη SysNAND (lvl1) και έπειτα εισάγετε τον συνδυασμό πλήκτρων που θα σας δοθεί
2017-05-21 22:39:40 +02:00
1. Select "Overwrite file(s)"
+ This process may take some time if you have many DSiWare games
2017-07-12 22:30:42 +02:00
1. Press (B) to decline relocking write permissions if prompted
2017-05-21 22:39:40 +02:00
1. Press (B) twice to return to the main menu
2017-09-29 13:29:26 +02:00
#### Section VI - Restore GBA VC Saves
2017-05-21 22:39:40 +02:00
If you did not backup GBA VC Saves earlier, skip this section.
{: .notice--info}
2017-09-24 06:22:58 +02:00
To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by holding (R) and pressing (A) on the GodeMode9 main menu, then selecting "Search for titles".
{: .notice--info}
2017-05-21 22:39:40 +02:00
1. Hold (R) and press (Start) at the same time to power off your device
1. Power on your device into SysNAND
2017-09-24 06:22:58 +02:00
1. Do the following process for each GBA VC game that you want to restore the save for:
+ Launch the GBA VC game
2017-05-21 22:39:40 +02:00
+ Exit the GBA VC game
+ Boot your device while holding (Start) to launch the Luma3DS chainloader menu
+ Launch GodMode9 by pressing (A)
2017-07-19 21:10:16 +02:00
+ Navigate to `[0:] SDCARD` -> `gm9`
2017-09-24 06:22:58 +02:00
+ Press (Y) on the `<TitleID>.gbavc.sav` file you wish to restore to copy it
2017-05-21 22:39:40 +02:00
+ Press (B) to return to the main menu
+ Navigate to `[S:] SYSNAND VIRTUAL`
2017-09-24 06:22:58 +02:00
+ Press (A) on `agbsave.bin` to select it
+ Select "AGBSAVE options..."
+ Select "Inject GBA VC save"
+ Press (A) to continue
2017-05-21 22:39:40 +02:00
+ Press (Start) to reboot your device
2017-09-24 06:22:58 +02:00
+ Launch the GBA VC game
+ Exit the GBA VC game
2017-07-25 20:26:34 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section VII - Backup SysNAND
2017-05-21 22:39:40 +02:00
1. Press (Home) to bring up the action menu
2017-07-25 20:55:24 +02:00
1. Select "Scripts..."
2018-08-02 06:59:14 +02:00
1. Select "GM9Megascript"
1. Select "Backup Options"
1. Select "SysNAND Backup"
2017-07-12 22:30:42 +02:00
1. Πατήστε (A) γ ι α επιβεβαίωση
+ This process will take some time
2018-08-02 06:59:14 +02:00
+ If you get an error, make sure that you have at least 1.3GB of free space on your SD card
2017-05-21 22:39:40 +02:00
1. Πατήστε (A) γ ι α ν α συνεχίσετε
2018-08-02 06:59:14 +02:00
1. Press (B) to return to the main menu
1. Select "Exit"
1. Press (A) to relock write permissions if prompted
2017-05-21 22:39:40 +02:00
1. Κρατήστε πατημένο το (R) και πατήστε ταυτόχρονα το (B) γ ι α ν α αφαιρέσετε την κάρτα SD
1. Εισάγετε την κάρτα SD στον υπολογιστή σας
2018-08-02 06:59:14 +02:00
1. Copy `<date>_<serialnumber>_sysnand_###.bin` and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer
2017-05-21 22:39:40 +02:00
+ Make backups in multiple locations (such as online file storage)
2018-08-02 06:59:14 +02:00
+ 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
1. Delete `<date>_<serialnumber>_sysnand_###.bin` and `<date>_<serialnumber>_sysnand_###.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
2017-05-21 22:39:40 +02:00
1. **Δημιουργήστε ένα αντίγραφο ασφαλείας όλων των αρχείων της κάρτας SD σε έναν φάκελο στον υπολογιστή σας. Θα διαγραφούν τα πάντα από την κάρτα SD στα επόμενα βήματα**
2017-09-29 13:29:26 +02:00
#### Section VIII - Format SD card
2017-05-21 22:39:40 +02:00
1. Reinsert your SD card into your device
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Επιλέξτε "SD format menu"
1. Πατήστε (A) γ ι α επιβεβαίωση
1. Επιλέξτε "No EmuNAND"
1. Επιλέξτε "Autο "
1. Press (A) to accept the label `GM9SD`
+ Optionally, you may input a custom name for the SD card
1. When prompted, input the key combo given to confirm
1. Κρατήστε πατημένο το (R) και πατήστε ταυτόχρονα το (B) γ ι α ν α αφαιρέσετε την κάρτα SD
1. Εισάγετε την κάρτα SD στον υπολογιστή σας
1. Copy all your files back to your SD card
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Πατήστε (A) γ ι α ν α ξαναμοντάρετε την κάρτα SD
2017-08-14 23:29:39 +02:00
1. Press (Start) to reboot
2017-05-21 22:39:40 +02:00
1. Εάν αντιμετωπίζετε μια μαύρη οθόνη, [ακολουθήστε αυτόν τον οδηγό αντιμετώπισης σφαλμάτων](troubleshooting#ts_sys_down)
___
2017-09-29 13:29:26 +02:00
### Return to [Finalizing Setup](finalizing-setup).
2017-09-04 06:15:19 +02:00
{: .notice--primary}