Guide_3DS/_pages/de_DE/finalizing-setup.txt

185 lines
10 KiB
Text
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
2017-05-27 01:20:59 +02:00
title: "Setup abschließen"
2017-05-21 22:39:40 +02:00
---
2018-01-20 22:07:08 +01:00
{% include toc title="Inhalt" %}
2017-09-29 13:29:26 +02:00
2017-09-30 06:37:31 +02:00
### Overview of steps
2017-05-21 22:39:40 +02:00
2017-05-27 01:20:59 +02:00
Die Datei "boot.firm", die von boot9strap gestartet wird nachdem es vom NAND geladen wurde kann jeder funktionierende ARM9-Payload sein, wenn er im FIRM-Format ist. Die Datei kann jederzeit ersetzt werden, obwohl Luma3DS bei dem Start anderer ARM9-Payloads im FIRM-Format den Luma3DS-Chainloader benutzt.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
In diesem Fall verwendest du Luma3DS von [AuroraWright](https://github.com/AuroraWright/), um direkt einen gepatchten SysNAND zu starten. Dies erlaubt es dir, die Notwendigkeit eines EmuNAND jeglicher Art komplett zu umgehen, was die Nutzung eines gehackten 3DS wesentlich erleichtert, sowie Speicherplatz auf der SD-Karte spart.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
Während dieses Prozesses richtest du auch folgende Programme ein:
+ **FBI** *(installiert Spiele und Anwendungen im CIA-Format)*
2017-09-06 11:47:51 +02:00
+ **Anemone3DS** *(installs custom themes)*
2017-10-08 06:42:36 +02:00
+ **Checkpoint** *(backs up and restores save files for 3DS and DS games)*
2017-05-21 22:39:40 +02:00
+ **Luma3DS Updater** *(aktualisiert deine CFW Installation)*
+ **GodMode9** *(Multifunktionstool, welches NAND- und Cartridge-Funktionen ausführen kann)*
2017-10-08 06:42:36 +02:00
+ **Homebrew Launcher Loader** *(launches the Homebrew Launcher)*
2017-05-21 22:39:40 +02:00
2018-01-20 22:07:08 +01:00
### Was du benötigst
2017-09-18 21:28:24 +02:00
2017-12-01 00:25:35 +01:00
* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest){:target="_blank"} *(the `.cia` file)*
* The latest release of [Checkpoint](https://github.com/BernardoGiordano/Checkpoint/releases/latest){:target="_blank"} *(the `.cia` file)*
* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest){:target="_blank"}
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest){:target="_blank"}
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest){:target="_blank"}
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest){:target="_blank"} *(the `.cia` and `.3dsx` files)*
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest){:target="_blank"} *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [`cleanup_sd_card.gm9`]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
2017-09-18 21:28:24 +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-09-18 21:28:24 +02:00
2017-11-30 21:32:37 +01:00
1. Power off your device
1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
2017-09-18 21:28:24 +02:00
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
2017-11-30 21:32:37 +01:00
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
2017-09-18 21:28:24 +02:00
1. Copy `FBI.cia` to the `/cias/` folder on your SD card
1. Copy `DSP1.cia` to the `/cias/` folder on your SD card
1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card
2017-10-08 06:42:36 +02:00
1. Copy `Checkpoint.cia` to the `/cias/` folder on your SD card
2017-09-18 21:28:24 +02:00
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/cias-file-layout.png" | absolute_url }})
2017-09-18 21:28:24 +02:00
{: .notice--info}
1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist
2017-11-30 21:32:37 +01:00
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
2017-09-18 21:28:24 +02:00
1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists
2017-11-30 21:32:37 +01:00
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
2017-09-18 21:28:24 +02:00
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/finalizing-setup-file-layout.png" | absolute_url }})
2017-09-18 21:28:24 +02:00
{: .notice--info}
2017-11-30 21:32:37 +01:00
1. Reinsert your SD card into your device
1. Power on your device
2017-09-18 21:28:24 +02:00
2017-09-29 13:29:26 +02:00
#### Section II - Updating the System
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
2017-05-23 00:41:18 +02:00
{: .notice--danger}
2017-06-28 20:43:12 +02:00
Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in deinen neuen SysNAND mit CFW transferieren möchtest, kannst du jetzt deinen [EmuNAND übertragen](move-emunand), bevor du mit diesem Abschnitt beginnst.
2017-05-21 22:39:40 +02:00
{: .notice--info}
2017-11-30 21:32:37 +01:00
1. Update your device by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update"
+ Updates while using B9S + Luma (what you have) are safe
+ If this gives you an error, set your DNS settings to "auto"
2017-09-18 21:28:24 +02:00
+ Sollte immer noch ein Fehler auftreten, [befolge diese Schritte](ctrtransfer) und versuche es dann erneut
2017-06-28 20:43:12 +02:00
2017-09-29 13:29:26 +02:00
#### Section III - Launching FBI
2017-06-28 20:43:12 +02:00
1. Starte die Download-Spiel Anwendung
1. Drücke gleichzeitig (L) + (Steuerkreuz unten) + (Select) um das Rosalina Menü zu öffnen
1. Wähle "Miscellaneous options"
1. Wähle "Switch the hb. title to the current app."
1. Drücke (B) um fortzufahren
1. Drücke (B), um zum Rosalina-Hauptmenü zurückzukehren
1. Drücke (B), um das Rosalina-Menü zu schließen
1. Drücke (Home) und schließe die Download-Spiel Anwendung
1. Starte die Download-Spiel Anwendung
2017-09-18 21:28:24 +02:00
1. Deine Konsole sollte den Homebrew Launcher laden
2017-09-22 01:37:18 +02:00
1. Starte FBI aus der Liste des Homebrews
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section IV - Installing CIAs
2017-05-21 22:39:40 +02:00
2017-09-18 21:28:24 +02:00
1. Navigiere zu `SD` -> `cias`
1. Wähle "\<current directory>"
1. Select the "Install and delete all CIAs" option, then press (A) to confirm
2017-06-28 20:43:12 +02:00
1. Drücke (Home) und schließe die Download-Spiel Anwendung
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section V - DSP Dump
2017-05-21 22:39:40 +02:00
2017-06-28 20:43:12 +02:00
1. Starte die DSP1 anwendung
1. Ist dies abgeschlossen, drücke (B) um die App zu löschen und zum Home Menü zurückzukehren
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section VI - CTRNAND Luma3DS
2017-05-21 22:39:40 +02:00
2017-07-29 19:46:28 +02:00
1. Starte GodMode9, indem du während dem Starten deiner Konsole die Taste (Start) gedrückt hältst
2017-07-19 21:10:16 +02:00
1. Wenn du aufgefordert wirst, ein "essential files backup" durchzuführen, drücke (A). Drücke erneut (A) nachdem es abgeschlossen ist
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-07-19 21:10:16 +02:00
1. Drücke (HOME) um das Aktionsmenü aufzurufen
1. Wähle "Scripts"
2017-07-29 19:46:28 +02:00
1. Wähle "setup_ctrnand_luma3ds"
2017-07-19 21:10:16 +02:00
1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren
2017-06-05 09:41:55 +02:00
1. Drücke (A), um die SysNAND (Stufe 1) Bearbeitung zu aktivieren. Dann gebe die angegebene Tastenkombination ein
2017-07-19 21:10:16 +02:00
1. Drücke (A) um fortzufahren
1. Drücke (A), um die Schreibrechte zu deaktivieren
2017-05-21 22:39:40 +02:00
2017-11-30 21:32:37 +01:00
#### Section VII - Backup Essential Files
2017-05-21 22:39:40 +02:00
1. Drücke (HOME) um das Aktionsmenü aufzurufen
2017-11-30 21:32:37 +01:00
1. Select "Scripts..."
2017-07-19 21:10:16 +02:00
1. Wähle "Backup SysNAND"
2017-11-30 21:32:37 +01:00
1. Press (A) to confirm
+ This process will take some time
+ If you get an error, make sure that you have at least 1.2GB to 1.3GB of free space on your SD card
1. Press (A) to continue
1. Hold (R) and press (B) at the same time to eject your SD card
1. Insert your SD card into your computer
2017-11-12 01:24:53 +01: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-11-30 21:32:37 +01:00
+ Make backups in multiple locations (such as online file storage)
2017-11-12 01:24:53 +01: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
2017-11-30 21:32:37 +01:00
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. Reinsert your SD card into your device
2017-08-14 23:29:39 +02:00
2017-09-29 13:29:26 +02:00
#### Section VIII - Cleanup SD Card
2017-08-14 23:29:39 +02:00
2017-11-30 21:32:37 +01:00
1. Press (Home) to bring up the action menu
1. Select "Scripts..."
2017-08-14 23:29:39 +02:00
1. Select "cleanup_sd_card"
2017-11-30 21:32:37 +01:00
1. When prompted, press (A) to proceed
1. Press (A) to continue
2017-09-18 21:28:24 +02:00
1. Drücke (Start), um das System neu zu starten
2017-05-21 22:39:40 +02:00
___
{% capture notice-10 %}
2017-08-13 01:26:54 +02:00
Ab jetzt kannst du den Luma 3DS Updater verwenden, um Luma3DS auf dem neuesten Stand zu halten. Dafür drücke einfach den (A)-Knopf nach dem Öffnen des Updaters.
2017-05-21 22:39:40 +02:00
Das ist nicht das gleiche wie ein System-Update; der Updater lädt nur die neuesten Dateien für Luma3DS herunter.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
Dies aktualisiert nur die Luma3DS-Dateien auf der SD-Karte. Wenn du die Konsole ohne die SD-Karte startest, wird die Version verwendet, die du in den CTRNAND kopiert hast.
{% endcapture %}
<div class="notice--info">{{ notice-10 | markdownify }}</div>
{% capture notice-6 %}
Beim einschalten wird nun standartmäßig Luma3DS CFW SysNAND gebootet.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
Du kannst nun (Select) beim Starten halten, um das Luma3DS Konfigurationsmenü zu öffnen.
2017-08-13 01:26:54 +02:00
2017-06-28 20:43:12 +02:00
Du kannst nun (Start) während des Bootvorgangs drücken, um das Luma3DS Chainloader-Menü anzuzeigen (beachte, dass das Chainloader-Menü nur angezeigt wird falls mehrere Payloads erkannt wurden).
2017-08-13 01:26:54 +02:00
2017-06-28 20:43:12 +02:00
Du kannst nun (Start) + (Select) + (X) beim Bootvorgang drücken um eine Kopie der ARM11-Bootrom (`boot11.bin`), der ARM9-Bootrom (`boot9.bin`) und deiner einzigartigen Konsolen-OTP (`OTP.bin`) im `/boot9strap/`-Ordner auf deiner SD-Karte zu erstellen ( beachte, dass das keine Nachricht oder Bestätigung anzeigt).
2017-08-13 01:26:54 +02:00
2017-06-28 20:43:12 +02:00
Du kannst nun (L) + (Steuerkreuz unten) + (Select) drücken, während das System aktiv ist, um das von Luma3DS integrierte Rosalina Menü zu laden. Eine vollständige Liste der Funktionen von Rosalina, gibt es im [Luma3DS V8.0 Release] (https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0)
2017-05-21 22:39:40 +02:00
{% endcapture %}
<div class="notice--info">{{ notice-6 | markdownify }}</div>
2017-06-28 20:43:12 +02:00
Um [NTR CFW](https://github.com/44670/BootNTR/) zu verwenden, installiere [BootNTR Selector](https://gbatemp.net/threads/432911/).
2017-05-21 22:39:40 +02:00
{: .notice--info}
Für Informationen über das Ändern der Region der Konsole, siehe dir [Wechseln der Region](region-changing) an.
{: .notice--success}
Für mehr Informationen über die Verwendung von GodMode9's verschiedenen Funktionen, schaue hier: [Verwendung von GodMode9](godmode9-usage).
{: .notice--success}
Informationen, wie du die verschiedenen Funktionen von Luma3DS nutzen kannst, findest du auf der entsprechenden [Wiki-Seite](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage).
{: .notice--success}
2017-09-13 06:15:18 +02:00
For information on installing custom themes and splash screens, check out [Theme Plaza](https://themeplaza.eu/).
2017-11-12 01:24:53 +01:00
{: .notice--success}