2018-11-18 00:14:03 +01:00
---
2022-09-23 10:19:05 +02:00
title: "Installing boot9strap (Fredtool)"
2018-11-18 00:14:03 +01:00
---
{% include toc title="Table of Contents" %}
2022-11-30 00:58:39 +01:00
{% capture technical_info %}
2022-10-02 00:55:27 +02:00
<summary><em>Technical Details (optional)</em></summary>
2022-11-30 00:58:39 +01:00
This method of using Seedminer for further exploitation uses your `movable.sed` file to decrypt any DSiWare title for the purposes of injecting an exploitable DSiWare title into the DS Internet Settings application.
This is a currently working implementation of the "FIRM partitions known-plaintext" exploit detailed [here](https://www.3dbrew.org/wiki/3DS_System_Flaws).
{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
2022-10-02 01:36:54 +02:00
{: .notice--info}
2019-02-04 08:37:56 +01:00
2018-11-18 00:14:03 +01:00
### What You Need
2019-02-04 08:37:56 +01:00
* Your `movable.sed` file from completing [Seedminer](seedminer)
2022-05-29 09:06:25 +02:00
* The latest release of [Frogminer_save](https://github.com/zoogie/Frogminer/releases/latest) (`Frogminer_save.zip`)
* The latest release of [b9sTool](https://github.com/zoogie/b9sTool/releases/latest) (`boot.nds`)
2022-06-06 09:08:34 +02:00
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
2018-11-18 00:14:03 +01:00
2021-08-08 08:40:55 +02:00
#### Section I - CFW Check
2023-02-16 01:44:20 +01:00
{% include_relative include/cfw-check-fredtool.txt %}
2022-10-02 00:55:27 +02:00
2022-10-12 18:01:24 +02:00
#### Section II - BannerBomb3
In this section, you will trigger the BannerBomb3 exploit using the DSiWare Management menu and copy the resulting file dump to your computer so that you can use it on the next section.
2021-08-08 08:40:55 +02:00
2022-10-12 18:01:24 +02:00
1. Reinsert your SD card into your device
1. Power on your device
1. Launch System Settings on your device
1. Navigate to `Data Management` -> `DSiWare`-> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png))
+ Your device should show the BB3 multihax menu
2022-12-02 10:14:51 +01:00
+ If this step causes your device to crash, [follow this troubleshooting guide](troubleshooting#installing-boot9strap-fredtool)
2022-10-12 18:01:24 +02:00
1. Use the D-Pad to navigate and press the (A) button to select "Dump DSiWare"
2022-10-19 02:07:54 +02:00
+ Your device will automatically reboot
1. Power off your device
2022-10-12 18:01:24 +02:00
#### Section III - Prep Work
2018-11-18 00:14:03 +01:00
2022-10-02 00:55:27 +02:00
In this section, you will copy the files necessary to temporarily replace DS Connection Settings with Flipnote Studio, which is used to launch the boot9strap (custom firmware) installer.
2019-02-04 08:37:56 +01:00
2022-10-12 18:01:24 +02:00
1. Insert your SD card into your computer
2022-09-30 06:44:45 +02:00
1. Open the [DSIHaxInjector_new](https://jenkins.nelthorya.net/job/DSIHaxInjector_new/build?delay=0sec) website on your computer
1. Under the "Username" field, enter any alphanumeric name (no spaces or special characters)
2022-10-12 18:01:24 +02:00
1. Under the "DSiBin" field, upload your `42383841.bin` file from the root of your SD card using the first "Browse..." option
2022-09-30 06:44:45 +02:00
1. Under the "MovableSed" field, upload your `movable.sed` file using the second "Browse..." option
1. Under the "InjectionTarget" field, set the injection target to `DSinternet` (NOT memorypit)
1. Click "Build"
+ Wait a few seconds for the build process to complete
1. In the Build History section on the left, type the Username into the "Filter Builds" field
1. Click on the first search result
+ This result should have the latest timestamp
1. Click the "output_(name).zip" link
2019-07-28 13:40:15 +02:00
1. Navigate to `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `Nintendo DSiWare` on your SD card
2022-10-02 00:55:27 +02:00
+ `<ID0>` is the 32-letter folder name that you copied in [Seedminer](seedminer)
2022-10-02 11:59:59 +02:00
+ `<ID1>` is a 32-letter folder inside of the `<ID0>`
2022-10-13 08:48:10 +02:00
1. Delete `F00D43D5.bin` from your Nintendo DSiWare folder
2022-09-30 06:44:45 +02:00
1. Copy the `42383841.bin` file from the `hax` folder of the downloaded DSiWare archive (output_(name).zip) to the `Nintendo DSiWare` folder
2022-10-02 11:59:59 +02:00
![]({{ "/images/screenshots/bb3/dsiware-location-4.png" | absolute_url }}){: .notice--info}
2022-10-02 00:55:27 +02:00
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
+ 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. Copy `boot.nds` (B9STool) to the root of your SD card
1. Copy the `private` folder from the Frogminer_save `.zip` to the root of your SD card
2022-11-15 02:55:44 +01:00
1. Reinsert your SD card into your device
1. Power on your device
2022-10-02 00:55:27 +02:00
2022-10-14 23:53:22 +02:00
![]({{ "/images/screenshots/fredtool/fredtool-root-layout.png" | absolute_url }})
2022-10-02 00:55:27 +02:00
{: .notice--info}
2022-10-12 18:01:24 +02:00
#### Section IV - Overwriting DS Connection Settings
2022-10-02 00:55:27 +02:00
In this section, you will copy the hacked DS Connection Settings DSiWare to internal memory, which will temporarily replace it with Flipnote Studio.
2019-02-04 08:37:56 +01:00
1. Launch System Settings on your device
2022-10-02 00:55:27 +02:00
1. Navigate to `Data Management` -> `DSiWare`-> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png))
1. Select the "Haxxxxxxxxx!" title
2019-02-04 08:37:56 +01:00
1. Select "Copy", then select "OK"
1. Return to main menu of the System Settings
2022-10-02 12:06:21 +02:00
1. Navigate to `Internet Settings` -> `Nintendo DS Connections`, then select "OK" ([image](/images/screenshots/fredtool/dsconnection.png))
2018-11-18 00:14:03 +01:00
1. If the exploit was successful, your device will have loaded the JPN version of Flipnote Studio
2019-01-29 14:31:28 +01:00
2022-10-12 18:01:24 +02:00
#### Section V - Flipnote Exploit
2019-02-04 08:37:56 +01:00
2023-02-07 23:27:29 +01:00
{% include_relative include/install-boot9strap-b9stool.txt method="dsinternet" %}
2019-02-04 08:37:56 +01:00
2022-11-23 05:30:06 +01:00
#### Section VI - Luma3DS Configuration
2018-11-18 00:14:03 +01:00
2023-03-26 11:13:17 +02:00
{% include_relative include/configure-luma3ds.txt onboot="true" %}
2021-08-27 06:42:40 +02:00
2023-02-07 23:36:58 +01:00
{% include_relative include/luma3ds-installed-note.txt %}
2018-11-27 17:38:05 +01:00
2022-10-12 18:01:24 +02:00
#### Section VII - Restoring DS Connection Settings
2019-02-10 22:35:35 +01:00
2022-10-12 18:01:24 +02:00
In this section, you will restore DS Connection Settings to the way it was before it was temporarily replaced with Flipnote Studio in Section IV.
2022-10-02 00:55:27 +02:00
2022-10-02 11:59:59 +02:00
1. Navigate to `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `Nintendo DSiWare` on your SD card
1. Copy the `42383841.bin` file from the `clean` folder of the downloaded DSiWare archive (output_(name).zip) to the `Nintendo DSiWare` folder, replacing the existing one
2019-02-10 22:35:35 +01:00
1. Reinsert your SD card into your device
1. Power on your device
1. Launch System Settings on your device
2022-10-02 00:55:27 +02:00
1. Navigate to `Data Management` -> `DSiWare`-> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png))
1. Select the "Nintendo DSi™" title
2019-02-10 22:35:35 +01:00
1. Select "Copy", then select "OK"
2018-11-18 00:14:03 +01:00
___
### Continue to [Finalizing Setup](finalizing-setup)
2018-11-18 09:52:57 +01:00
{: .notice--primary}