--- title: "boot9strap installieren (USM)" --- {% include toc title="Inhalt" %} {% capture technical_info %} Technische Details (optional) Um die SAFE_MODE Firmware unseres Systems auszunutzen, müssen wir ein präpariertes WiFi-Profil einfügen. Wir können dies mit einem bestehenden Exploit, BannerBomb3, tun. Um dies zu erreichen, verwenden wir den Verschlüsselungsschlüssel deines Systems (movable.sed). Dieser Key wird benötigt, um ein DSiWare-Backup zu erstellen, welches das System ausnutzt, um das ausgenutzte WiFi-Profil in deine Verbindungsliste zu injizieren. Wenn das WiFi-Profil injiziert wurde, nutzen wir SAFE_MODE, ein Recovery-Feature, welches auf allen 3DS Konsolen existiert, um das präperierte WiFi-Profil zu aktivieren. Für eine mehr technische Erklärung, lies die folgenden Links für Informationen zu den BannerBomb3 und unSAFE_MODE Exploits: [BannerBomb3](https://github.com/zoogie/Bannerbomb3), [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/). {% endcapture %}
{{ technical_info | markdownify }}
{: .notice--info} ### Kompatibilitätshinweise Diese Anleitung funktioniert mit den folgenden Konsolenregionen: USA, Europa, Japan und Korea, welche anhand den Buchstaben U, E, J oder K nach der Systemversion erkennbar sind. Wenn deine (Rechts/Links-Schulter), (Steuerkreuz oben) oder (A) Tasten nicht funktionieren, musst du [einem alternativen Zweig von Seedminer](installing-boot9strap-(fredtool)) folgen. Um Hilfe in dieser Angelegenheit zu erhalten, trete dem [Nintendo Homebrew auf Discord](https://discord.gg/MWxPgEp) bei und frage in Englisch nach Hilfe. {: .notice--warning} ### Was du benötigst * Die neueste Version vom [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (Direkter Download) * Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (Direkter Download) * Die neueste Version von [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (die Luma3DS `.zip` Datei) * [usm.bin](https://github.com/zoogie/unSAFE_MODE/releases/download/v1.3/usm.bin) (direkter Download) #### Abschnitt I - Vorbereitungen In this section, you will copy the files needed to trigger the unSAFE_MODE exploit onto your console's SD card. 1. Deine SD-Karte sollte in deinem Computer eingesteckt sein 1. Kopiere `usm.bin` in das Stammverzeichnis deiner SD-Karte 1. Kopiere `boot.firm` und `boot.3dsx` von der Luma3DS `.zip` in das Stammverzeichnis deiner SD-Karte + The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it 1. Erstelle einen Ordner namens `boot9strap` im Stammverzeichnis deiner SD-Karte 1. Kopiere `boot9strap.firm` und `boot9strap.firm.sha` aus der boot9strap `.zip` in den `/boot9strap/`-Ordner auf deiner SD-Karte 1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card ![]({{ "/images/screenshots/usm/usm-root-layout.png" | absolute_url }}) {: .notice--info} ![]({{ "/images/screenshots/boot9strap-folder.png" | absolute_url }}) {: .notice--info} #### Section II - BannerBomb3 In this section, you will trigger the BannerBomb3 exploit using the DSiWare Management menu, which can be used to overwrite your Wi-Fi slots with hacked data. Your Wi-Fi connection settings will be temporarily overwritten while the exploit is active. 1. Reinsert your SD card into your console 1. Power on your console 1. Launch System Settings on your console 1. Navigate to `Data Management` -> `DSiWare` -> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png)) + Your console should show the BB3 multihax menu + If the BB3 multihax menu doesn't open, [follow this troubleshooting guide](troubleshooting#bannerbomb3) + If the BB3 multihax menu says "cfw installed already", you already have custom firmware and should continue from [here](checking-for-cfw) 1. Use the D-Pad to navigate and press the (A) button to select "Install unSAFE_MODE" + Your console will automatically power off 1. Power on your console 1. Launch System Settings on your console 1. Navigate to `Internet Settings` -> `Connection Settings` 1. Ensure that all three connections are named "Haaaaaaaxxxxxxxxx..." + Do NOT change these settings! + If all three connections are NOT all named "Haaaaaaaxxxxxxxxx...", STOP! Something went wrong in this section and MUST be fixed before you can continue 1. Power off your console #### Section III - unSAFE_MODE {% include_relative include/exploit-usm.txt %} #### Section IV - Installing boot9strap {% include_relative include/install-boot9strap-safeb9sinstaller.txt %} {%- include_relative include/configure-luma3ds.txt %} {% include_relative include/luma3ds-installed-note.txt %} #### Section V - Restoring WiFi Configuration Profiles In this section, you will trigger the BannerBomb3 exploit a second time so that you can restore the Wi-Fi connection slots that were overwritten in Section II. 1. Launch System Settings on your console 1. Navigate to `Data Management` -> `DSiWare` -> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png)) 1. Use the D-Pad to navigate and press the (A) button to select "Uninstall unSAFE_MODE" + Your console will automatically reboot 1. Power off your console 1. Stecke deine SD-Karte in deinen Computer 1. Navigiere zu `Nintendo 3DS` -> `` -> `` -> `Nintendo DSiWare` auf deiner SD-Karte 1. Delete `F00D43D5.bin` from your Nintendo DSiWare folder and from your computer. This file will not be needed anymore ___ ### Fortfahren mit [Setup fertigstellen](finalizing-setup) {: .notice--primary}