pre9otherapp now supports all versions <9.2 so 2xrsa can be removed

additionally, remove support for n3ds ctrtransfered to 2.1.0 as instructions for doing that haven't been around for years and it's highly unlikely any 2.1.0 n3ds consoles are still around
This commit is contained in:
Plailect 2018-07-05 21:55:32 -04:00
parent c83c5debc2
commit 04dfb98fd9
6 changed files with 4 additions and 93 deletions

View file

@ -69,9 +69,6 @@ During this process, we also setup programs such as the following:
#### Section II - Updating the System
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.
{: .notice--danger}
If, before following this guide, you already had an EmuNAND setup and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, now is the time to [follow Move EmuNAND](move-emunand) before doing this section.
{: .notice--info}

View file

@ -35,11 +35,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -40,22 +40,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
<tbody>
<tr>
<td style="text-align: center; font-weight: bold;">1.0.0</td>
<td style="text-align: center; font-weight: bold;">2.0.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2">Use an "All Versions" Method</td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Use an "All Versions" Method</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td>
<td style="text-align: center; font-weight: bold;">3.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2">Use an "All Versions" Method</td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -1,67 +0,0 @@
---
title: "Installing boot9strap (2xrsa)"
---
{% include toc title="Table of Contents" %}
### Required Reading
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
### What You Need
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)*
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
### Instructions
#### Section I - Prep Work
1. Power off your device
1. Insert your SD card into your computer
1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card
1. Copy `boot.3dsx` to the root of your SD card
1. Create a folder named `boot9strap` on the root of your SD card
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info}
1. Reinsert your SD card into your device
1. Power on your device
#### Section II - Launching SafeB9SInstaller
1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide`
+ If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. If the exploit was successful, you will have booted into SafeB9SInstaller
#### Section III - Installing boot9strap
1. Wait for all safety checks to complete
1. When prompted, input the key combo given to install boot9strap
1. Once it has completed, press (A) to reboot your device
#### Section IV - Configuring Luma3DS
1. Your device should have rebooted into the Luma3DS configuration menu
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
+ If you get an error, just continue the next page
___
New 3DS 2.1.0 users *must* [restore their NAND backup](godmode9-usage#nand_restore) before going to the [Finalizing Setup](finalizing-setup) page.
{: .notice--danger}
### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 1.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -83,5 +83,8 @@ This means that using a cartridge update from a version containing an older Nint
___
New 3DS 2.1.0 users *must* [restore their NAND backup](godmode9-usage#nand_restore) before going to the [Finalizing Setup](finalizing-setup) page.
{: .notice--danger}
### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}

View file

@ -38,7 +38,6 @@ sitemap: false
+ [Home](/)
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives))
+ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [Installing boot9strap (Browser)](installing-boot9strap-(browser))
+ [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list))
+ [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection))