Guide_3DS/_pages/ja_JP/move-emunand.txt
Ian Burgwin 50b515be67
New Crowdin updates (#1843)
* New translations en_US.yml (Japanese)

* New translations ctrtransfer.txt (Japanese)

* New translations region-changing.txt (Japanese)

* New translations troubleshooting.txt (Japanese)

* New translations homebrew-launcher-(alternatives).txt (Japanese)

* New translations installing-boot9strap-(hardmod).txt (Japanese)

* New translations a9lh-to-b9s.txt (Japanese)

* New translations installing-boot9strap-(ntrboot).txt (Japanese)

* New translations installing-boot9strap-(frogtool).txt (Japanese)

* New translations get-started-(new-3ds).txt (Japanese)

* New translations get-started-(old-3ds).txt (Japanese)

* New translations en_US.yml (Japanese)

* New translations ctrtransfer.txt (Japanese)

* New translations flashing-ntrboot-(nds).txt (Japanese)

* New translations installing-boot9strap-(safecerthax).txt (Japanese)

* New translations formatting-sd-(mac).txt (Japanese)

* New translations formatting-sd-(linux).txt (Japanese)

* New translations formatting-sd-(windows).txt (Japanese)

* New translations installing-boot9strap-(usm).txt (Japanese)

* New translations homebrew-launcher-(pichaxx).txt (Japanese)

* New translations bannerbomb3.txt (Japanese)

* New translations seedminer.txt (Japanese)

* New translations installing-boot9strap-(fredtool).txt (Japanese)

* New translations installing-boot9strap-(frogtool).txt (Japanese)

* New translations installing-boot9strap-(2xrsa).txt (Japanese)

* New translations installing-boot9strap-(soundhax).txt (Japanese)

* New translations flashing-ntrboot-(dsi).txt (Japanese)

* New translations flashing-ntrboot-(3ds-multi-system).txt (Japanese)

* New translations installing-boot9strap-(ntrboot).txt (Japanese)

* New translations h2testw-(windows).txt (Japanese)

* New translations file-extensions-(windows).txt (Japanese)

* New translations homebrew-launcher-(soundhax).txt (Japanese)

* New translations move-emunand.txt (Japanese)

* New translations region-changing.txt (Japanese)

* New translations troubleshooting.txt (Japanese)

* New translations homebrew-launcher-(alternatives).txt (Japanese)

* New translations godmode9-usage.txt (Japanese)

* New translations finalizing-setup.txt (Japanese)

* New translations uninstall-cfw.txt (Japanese)

* New translations installing-boot9strap-(browser).txt (Japanese)

* New translations installing-boot9strap-(hardmod).txt (Japanese)

* New translations installing-boot9strap-(safeb9sinstaller).txt (Japanese)

* New translations installing-boot9strap-(mset).txt (Japanese)

* New translations a9lh-to-b9s.txt (Japanese)

* New translations updating-b9s.txt (Japanese)

* New translations installing-boot9strap-(ssloth-browser).txt (Japanese)

* New translations bannerbomb3.txt (Japanese)

* New translations bannerbomb3.txt (Japanese)

* New translations installing-boot9strap-(usm).txt (Japanese)

* New translations cart-update.txt (Japanese)

* New translations homebrew-launcher-(soundhax).txt (Japanese)

* New translations bannerbomb3.txt (Japanese)

* New translations installing-boot9strap-(usm).txt (Japanese)

* New translations ctrtransfer.txt (Japanese)

* New translations cart-update.txt (Japanese)

* New translations credits.txt (Japanese)

* New translations move-emunand.txt (Japanese)

* New translations region-changing.txt (Japanese)
2021-01-25 03:52:53 -08:00

180 lines
8.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Move EmuNAND"
---
{% include toc title="目次" %}
### Required Reading
このエクストラセクションでは、どうやって古いEmuNANDのコンテンツを新しいSysNAND CFWに移動し、古いEmuNANDパーティションを削除するか紹介します。 EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。
SDカードの/luma/payloadsフォルダに
godmode9.firm以外のペイロードがある場合、
起動時に (start) を長押しするとchainloaderメニューが表示されます。
十字キーでgodmode9を選択して (A) ボタンを押してください。
これを使用するには、Luma3DSとboot9strapをインストールしている必要があります。
{: .notice--danger}
### 必要なもの
* 既存のEmuNAND
* v1.9.2pre1バージョンのの[GodMode9](https://github.com/d0k3/GodMode9/releases/tag/v1.9.2pre1)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest)
### 手順
#### セクション I - 準備
1. 本体の電源を切ります。
1. パソコンにSDカードを入れます
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. 再度、SDカードを本体に挿入してください。
#### Section II - Backup SysNAND DSiWare Saves
If you do not have any DSiWare games or saves that you care about, skip this section.
{: .notice--info}
1. Launch GodMode9 by holding (Start) during boot
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
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
1. Navigate to `[2:] SYSNAND TWLN` -> `title`
1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out"
+ たくさんのDSiWareゲームがインストールされている場合この作業には少し時間がかかることがあります
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}
The game will be outputted to the `/gm9/out/` folder on your SD card with the name `<TitleID>.gbavc.sav`.
{: .notice--info}
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".
{: .notice--info}
1. Do the following process for each GBA VC game that you want to backup the save for:
+ Launch the GBA VC game
+ 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 (A) on `agbsave.bin` to select it
+ Select "AGBSAVE options..."
+ Select "Dump GBA VC save"
+ Press (A) to continue
+ Press (Start) to reboot your device
#### Section IV - Copy EmuNAND to SysNAND
1. Launch GodMode9 by holding (Start) during boot
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 boot9strap installation
1. Input the key combo given to unlock SysNAND (lvl1) writing
+ この作業には少し時間がかかります
1. Once it has completed, press (A) to continue
1. Press (B) to decline relocking write permissions if prompted
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}
1. Navigate to `[0:] SDCARD` -> `gm9` -> `out`
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. (A) ボタンを押し、表示されるコンボを入力することで、 SysNAND (lvl1) への書き込みを許可します
1. Select "Overwrite file(s)"
+ たくさんのDSiWareゲームがインストールされている場合この作業には少し時間がかかることがあります
1. Press (B) to decline relocking write permissions if prompted
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}
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}
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 restore the save for:
+ Launch the GBA VC game
+ Exit the GBA VC game
+ Boot your device while holding (Start) to launch the Luma3DS chainloader menu
+ Launch GodMode9 by pressing (A)
+ Navigate to `[0:] SDCARD` -> `gm9`
+ Press (Y) on the `<TitleID>.gbavc.sav` file you wish to restore to copy it
+ Press (B) to return to the main menu
+ Navigate to `[S:] SYSNAND VIRTUAL`
+ Press (A) on `agbsave.bin` to select it
+ Select "AGBSAVE options..."
+ Select "Inject GBA VC save"
+ Press (A) to continue
+ Press (Start) to reboot your device
+ Launch the GBA VC game
+ Exit the GBA VC game
1. Launch GodMode9 by holding (Start) during boot
#### Section VII - Backup SysNAND
1. Press (Home) to bring up the action menu
1. Select "Scripts..."
1. Select "GM9Megascript"
1. Select "Backup Options"
1. Select "SysNAND Backup"
1. (A) で確認します
+ この作業には少し時間がかかります
+ If you get an error, make sure that you have at least 1.3GB of free space on your SD card
1. (A) で続行します
1. Press (B) to return to the main menu
1. Select "Exit"
1. Press (A) to relock write permissions if prompted
1. (R) を押したまま (B) を押してSDカードを取り外します
1. パソコンにSDカードを入れます
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
+ Make backups in multiple locations (such as online file storage)
+ 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
1. **次のステップではSDカードに保存してあるファイルを全て削除しますので、SDカードのコンテンツをパソコンにバックアップします**
#### Section VIII - Format SD card
1. 再度、SDカードを本体に挿入してください。
1. Press (Home) to bring up the action menu
1. Select "More..."
1. 「SD format menu」を選択します
1. (A) を押して確認します
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. (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. 再度、SDカードを本体に挿入してください。
1. (A) を押してSDカードをマウントします
1. Press (Start) to reboot
1. ブラックスクリーンになってしまったら、[このトラブルシューティングガイドをご覧ください](troubleshooting#ts_sys_down)
___
### Return to [Finalizing Setup](finalizing-setup).
{: .notice--primary}