Guide_3DS/_pages/de_DE/finalizing-setup.txt

182 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
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
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
2017-09-29 13:29:26 +02:00
### What you need
2017-09-18 21:28:24 +02:00
* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)*
2017-10-08 06:42:36 +02:00
* The latest release of [Checkpoint](https://github.com/BernardoGiordano/Checkpoint/releases/latest) *(the `.cia` file)*
2017-09-18 21:28:24 +02:00
* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest)
* Der neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
2017-09-29 13:29:26 +02:00
* [`setup_ctrnand_luma3ds.gm9`]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }})
* [`cleanup_sd_card.gm9`]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }})
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
1. Schalte deinen 3DS aus
1. Stecke deine SD-Karte in deinen Computer
1. Kopiere `FBI.3dsx` in den `/3ds/`-Ordner auf deiner SD-Karte
1. Erstelle einen Ordner namens `cias` im Stammverzeichnis deiner SD-Karte, falls er noch nicht existiert
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Kopiere `lumaupdater.cia` in den `/cias/`-Ordner auf deiner SD-Karte
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
1. Kopiere `Godmode9.firm`von der `Godmode9.zip`-Datei nach `/luma/payloads/` auf deiner SD Karte
1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists
1. Kopiere den Ordner `gm9` aus der GodMode9 `.zip` in das Stammverzeichnis deiner SD-Karte
1. Kopiere `setup_ctrnand_luma3ds.gm9` nach `/gm9/scripts/` auf deiner SD-Karte
1. Kopiere `cleanup_sd_card.gm9` in den `/gm9/scripts/` Ordner auf deiner SD-Karte
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}
1. Stecke deine SD-Karte nun wieder in deinen 3DS
1. Schalte deine Konsole an
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}
1. Aktualisiere deinen 3DS, indem zu zu den Systemeinstellungen gehst, dann "Allgemeine Einstellungen" auswählst und dann "System-Update" startest
2017-05-27 01:20:59 +02:00
+ Updates mit B9S + Luma (welches du hast) sind sicher
2017-05-21 22:39:40 +02:00
+ Wenn eine Fehlermeldung auftaucht, musst du in den DNS-Einstellungen die Option "Ja" auswählen, wenn du gefragt wirst, ob die DNS automatisch bezogen werden soll
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-09-29 13:29:26 +02:00
#### Section VII - Backup SysNAND
2017-05-21 22:39:40 +02:00
1. Drücke (HOME) um das Aktionsmenü aufzurufen
2017-07-19 21:10:16 +02:00
1. Wähle "Scripts"
1. Wähle "Backup SysNAND"
2017-07-12 22:30:42 +02:00
1. Drücke (A), um zu bestätigen
+ Dieser Vorgang nimmt einige Zeit in Anspruch
2017-05-21 22:39:40 +02:00
1. Drücke (A) um fortzufahren
1. Drücke (R) und (B) gleichzeitig um die SD-Karte auszuwerfen
1. Stecke deine SD-Karte in deinen Computer
2017-09-29 13:29:26 +02:00
1. Copy `<date>_<serialnumber>_sysnand_###.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
+ Erstelle Backup Dateien an mehreren Orten (USB-Stick, PC, Externe Festplatte, Online-Speicher, etc.)
+ Diese Sicherheitskopie wird dich vor einem Brick schützen, falls in der Zukunft etwas schief gehen sollte
2017-09-29 13:29:26 +02:00
1. Delete `<date>_<serialnumber>_sysnand_###.bin` from the `/gm9/out/` folder on your SD card after copying it
2017-05-21 22:39:40 +02:00
1. Stecke deine SD-Karte nun wieder in deinen 3DS
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
1. Drücke (HOME) um das Aktionsmenü aufzurufen
1. Wähle "Scripts"
1. Select "cleanup_sd_card"
1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren
1. Drücke (A) um fortzufahren
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/).
{: .notice--success}