Guide_3DS/_pages/zh_CN/move-emunand.txt

161 lines
6.9 KiB
Plaintext
Raw Normal View History

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
---
本节是附加章节将你的EmuNAND的数据迁移到新的SysNAND自制系统中然后删除EmuNAND分区。 注意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
**You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use this.**
{: .notice--danger}
#### 你需要
* 已有的EmuNAND
2017-05-27 01:20:59 +02:00
* 最新版的 [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* 最新版的 [FBI](https://github.com/Steveice10/FBI/releases/latest)
2017-05-21 22:39:40 +02:00
#### 操作指南
2017-05-27 01:20:59 +02:00
##### 第一部分 - 准备工作
2017-05-21 22:39:40 +02:00
1. Power off your device
1. Insert your SD card into your computer
1. Copy `GodMode9.firm` (or `GodMode9.bin` for arm9loaderhax users) 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-07-19 21:10:16 +02:00
##### 第二部分 - 备份SysNAND的DSi下载版游戏存档
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
##### Section III - Backup GBA VC Saves
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}
1. Hold (R) and press (Start) at the same time to power off your device
1. Insert your SD card into your computer
2017-07-19 21:10:16 +02:00
1. Create a folder in `/gm9/` for each GBA VC game that you want to backup the save for
2017-05-21 22:39:40 +02:00
1. Reinsert your SD card into your device
1. Power on your device into SysNAND
1. Do the following process for each GBA VC game that you want to backup the save for:
+ Launch the GBA VC game on SysNAND
+ 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`
+ Press (Y) on `gbavc.sav` to copy it
+ Press (B) to return to the main menu
2017-07-19 21:10:16 +02:00
+ Navigate to `[0:] SDCARD` -> `gm9`
2017-05-21 22:39:40 +02:00
+ Navigate to the folder you created for this GBA VC game
+ Press (Y) to paste `gbavc.sav`
+ Press (Start) to reboot your device
##### Section IV - Copy EmuNAND to SysNAND
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
+ This will not overwrite your arm9loaderhax installation
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
##### Section V - Restore DSiWare Saves
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)"
1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
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
##### Section VI - Restore GBA VC Saves
If you did not backup GBA VC Saves earlier, skip this section.
{: .notice--info}
1. Hold (R) and press (Start) at the same time to power off your device
1. Power on your device into SysNAND
1. Do the following process for each GBA VC game that you want to backup the save for:
+ Launch the GBA VC game on SysNAND
+ 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-05-21 22:39:40 +02:00
+ Navigate to the folder you created for this GBA VC game
+ Press (Y) on `gbavc.sav` to copy it
+ Press (B) to return to the main menu
+ Navigate to `[S:] SYSNAND VIRTUAL`
+ Press (Y) to paste `gbavc.sav`
+ Press (A) to confirm
+ Press (Start) to reboot your device
2017-07-25 20:26:34 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-05-21 22:39:40 +02:00
##### Section VII - Backup SysNAND
1. Press (Home) to bring up the action menu
2017-07-25 20:55:24 +02:00
1. Select "Scripts..."
2017-07-12 22:30:42 +02:00
1. Select "Backup SysNAND"
1. 按(A)键确定
+ This process will take some time
2017-05-21 22:39:40 +02:00
1. Press (A) to continue
1. 格式化完成后,同时按(R)键和(B)键弹出你的SD卡
1. 将你的 SD 卡插入到您的计算机
2017-07-12 22:30:42 +02:00
1. Copy `<serialnumber>_nandmin_###.bin` 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)
+ 备份文件可以在将来出现错误时将你的机器救砖
2017-07-12 22:30:42 +02:00
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
2017-05-21 22:39:40 +02:00
1. **备份你SD卡上的所有文件到你的计算机上。SD卡上的所有文件在接下来将被删除**
##### Section VIII - Format SD card
1. Reinsert your SD card into your device
1. Press (Home) to bring up the action menu
1. Select "More..."
1. 选择”SD format menu”
2017-07-12 22:30:42 +02:00
1. 按 (A) 确认
2017-05-21 22:39:40 +02:00
1. 选择”No EmuNAND”
1. 选择”Auto”
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. Hold (R) and press (B) at the same time to eject your SD card
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)
___
Return to [Finalizing Setup](finalizing-setup).
2017-09-04 06:15:19 +02:00
{: .notice--primary}