1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-12 11:44:34 +02:00

Automatic translation import

This commit is contained in:
Faris NyanNyan
2025-08-01 02:36:10 +00:00
parent ecaec6e652
commit 9f0e9bd405
898 changed files with 9504 additions and 1540 deletions

View File

@@ -1,5 +1,5 @@
1. Your console should have booted into the Luma3DS configuration menu
- Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
- For the purpose of this guide, **leave these options on the default settings** (do not check or uncheck anything)
- If your console shuts down when you try to power it on, ensure that you have copied `boot.firm` from the Luma3DS `.zip` to the root of your SD card
- If your console displays a white notification LED and shuts down when you try to power it on, ensure that you have [Luma3DS's `boot.firm`](https://github.com/LumaTeam/Luma3DS/releases/latest) on the root of SD card (inside `Luma3DSvX.X.X.zip`)
2. Press (Start) to save and reboot

View File

@@ -9,3 +9,9 @@
9. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
10. Copy `faketik.3dsx` to the `/3ds/` folder on your SD card
11. Reinsert your SD card into your console
::: info
![](/images/screenshots/ctrtransfer-root-layout.png)
:::

View File

@@ -0,0 +1,8 @@
1. Copy the following command:
```
wget -O - https://imset9.686178.xyz | sh
```
- Tap on the box above and a Copy icon should appear
2. Open the iSH application
3. Paste the above command by tapping [the paste button](/images/screenshots/mset9/ish-paste-button.png) at the top right corner of your keyboard, then tap Return to run the command
4. Select your SD card in the Files popup, then tap "Open" at the top right corner of the popup

View File

@@ -53,6 +53,6 @@ If you see GodMode9, Decrypt9WIP, Hourglass9, or Luma3DS chainloader, you held (
::: danger
If you see something not described by the above options, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask, in English, for help.
If you see something not described by the above options, join [r/3ds on Discord](https://discord.gg/3ds) and ask, in English, for help.
:::

View File

@@ -4,7 +4,7 @@ We're glad to hear that you'd like to contribute to 3ds.hacks.guide! Here are a
## Maintenance
This guide is open-source; our repository is available [here](https://github.com/hacks-guide/Guide_3DS). If you've noticed an issue on this guide, you can file an issue to make us aware, or file a pull request to make the necessary changes yourself. You can also have a chat with us in the #guide-meta channel at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
This guide is open-source; our repository is available [here](https://github.com/hacks-guide/Guide_3DS). If you've noticed an issue on this guide, you can file an issue to make us aware, or file a pull request to make the necessary changes yourself.
## Translations

View File

@@ -1,13 +1,19 @@
---
layout: home
title: 3DS Hacks Guide
title: "3DS Hacks Guide"
hero:
text: 3DS Hacks Guide
tagline: A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap.
text: "3DS Hacks Guide"
tagline: "A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap."
image:
src: /images/home-page-feature.jpg
---
::: warning
We are aware that invites are currently disabled for the Nintendo Homebrew Discord server and are working to resolve this issue. For support, please visit the [r/3ds Discord server](https://discord.gg/3ds).
:::
::: info
Thoroughly read all of the introductory pages (including this one!) before proceeding.

View File

@@ -1,3 +1,16 @@
---
head:
[
[
'link',
{
rel: 'stylesheet',
href: '/assets/css/dark-apple-invert.css'
}
]
]
---
# Installing boot9strap (MSET9)
## Choose your operating system
@@ -6,6 +19,6 @@ The instructions for MSET9 differ depending on the computer, phone, or tablet **
Choose the operating system of the device **that you will be using to mod your console**. The device will need a way to read and write files onto the 3DS SD card.
| Windows, macOS, Linux | Android, ChromeOS |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [![Windows](/images/windows.png)](installing-boot9strap-\(mset9-cli\)) <br><br> [![macOS](/images/macos.png)](installing-boot9strap-\(mset9-cli\)) <br><br> [![Linux](/images/linux.png)](installing-boot9strap-\(mset9-cli\)) | [![Android](/images/android.png)](installing-boot9strap-\(mset9-play-store\)) <br><br> [![chromeOS](/images/chromeos.png)](installing-boot9strap-\(mset9-play-store\)) |
| Windows, macOS, Linux | Android, ChromeOS | iPhone, iPad |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------: |
| [![Windows](/images/windows.png)](installing-boot9strap-\(mset9-cli\)) <br><br> [![macOS](/images/macos.png)](installing-boot9strap-\(mset9-cli\)) <br><br> [![Linux](/images/linux.png)](installing-boot9strap-\(mset9-cli\)) | [![Android](/images/android.png)](installing-boot9strap-\(mset9-play-store\)) <br><br> [![chromeOS](/images/chromeos.png)](installing-boot9strap-\(mset9-play-store\)) | [![iPhone](/images/iphone.svg)](installing-boot9strap-\(mset9-cli-ios\)) <br><br> [![iPad](/images/ipad.svg)](installing-boot9strap-\(mset9-cli-ios\)) |

View File

@@ -10,7 +10,7 @@
::: warning
This page requires a computer running Windows, Linux, or macOS. If you have an Android phone/tablet or a Chromebook, follow [Installing boot9strap (MSET9 Play Store)](installing-boot9strap-\(mset9-play-store\)) instead. If you do not have access to any of these devices, you will need to use an [alternate exploit](https://wiki.hacks.guide/wiki/3DS:Alternate_Exploits).
This page requires a computer running Windows, Linux, or macOS. If you have an Android phone/tablet or a Chromebook, follow [Installing boot9strap (MSET9 Play Store)](installing-boot9strap-\(mset9-play-store\)) instead. If you have an iPhone or iPad, follow [Installing boot9strap (MSET9 CLI iOS)](installing-boot9strap-\(mset9-cli-ios\)) instead. If you do not have access to any of these devices, you will need to use an [alternate exploit](https://wiki.hacks.guide/wiki/3DS:Alternate_Exploits).
:::
@@ -132,8 +132,10 @@ These instructions must be followed **EXACTLY**, so double-check EVERYTHING you
In this section, you will install custom firmware onto your console.
1. When prompted, input the key combo given on the top screen to install boot9strap
- If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [follow this troubleshooting guide](troubleshooting-mset9)
2. Once it is complete, press (A) to reboot your console
- If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [follow this troubleshooting guide](troubleshooting-mset9#sighaxed-firm-was-not-installed-check-lower-screen-for-more-info)
- If the top screen is blank **and** you see "Crypto Status - all checks passed" on the bottom screen, you will have to enter key combo blindly. Press the following buttons on your console in this order:
- D-Pad Left, D-Pad Down, D-Pad Right, D-Pad Up, A
2. Once it is complete (all seven steps on the bottom screen are green), press (A) to reboot your console
<!--@include: ./_include/configure-luma3ds.md -->

View File

@@ -0,0 +1,174 @@
# Installing boot9strap (MSET9 CLI iOS)
:::details Technical Details (optional)
[MSET9](https://github.com/zoogie/MSET9) is an exploit for the System Settings application developed by [zoogie](https://github.com/zoogie). It exploits a flaw where the ID1 (the second 32-character folder name inside of the Nintendo 3DS folder, inside of the ID0) can be _any_ name as long as it is 32 characters. Performing a specific sequence of actions results in the console executing the instructions that are encoded into the ID1 folder name, which can be used to grant full control over the 3DS.
:::
## Compatibility Notes
::: warning
This page requires an iPhone or iPad running iOS/iPadOS 14.0 or higher. If you have a computer running Windows, macOS, or Linux, follow [Installing boot9strap (MSET9 CLI)](installing-boot9strap-\(mset9-cli\)) instead. If you have an Android phone/tablet or a Chromebook, follow [Installing boot9strap (MSET9 Play Store)](installing-boot9strap-\(mset9-play-store\)) instead. If you do not have access to any of these devices, you will need to use an [alternate exploit](https://wiki.hacks.guide/wiki/3DS:Alternate_Exploits).
:::
::: warning
As iPhones and iPads do not have an SD card slot, you will need an adapter to plug in your SD card to your device (e.g. a Lightning to SD card or USB-C to SD card adapter).
:::
## What You Need
- [iSH](https://apps.apple.com/us/app/ish-shell/id1436902243) from App Store
## Instructions
::: info
On this page, you will use the MSET9 script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, the solution to that error can most likely be found on the [troubleshooting](troubleshooting-mset9) page.
:::
### Section I - Prep Work
In this section, you will prepare the MSET9 exploit by **temporarily** creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.
1. Insert your SD card into your iPhone/iPad (using an adapter)
<!--@include: ./_include/ish-chorus.md -->
::: info
![](/images/screenshots/mset9/mset9-ish-select.png)
:::
1. Type the number corresponding to your console model and version, then tap Return
- The screen should change to this:
::: info
![](/images/screenshots/mset9/mset9-ish-setup-notcreated.png)
:::
- Ensure that the correct console model and version is displayed
2. Type `1`, then tap Return to begin the process of creating the MSET9 ID1
3. After reviewing the disclaimer, type `1` again and tap Return to accept it
- If you get an error, check the [troubleshooting](troubleshooting-mset9), then try again
4. If you see the message "Created hacked ID1.", tap Return to close the MSET9 script
- Your 3DS will appear to have no data / no user-installed apps on HOME Menu. **This is expected.** Your data will come back at a later step
5. Reinsert your SD card into your console
6. Power on your console
7. Open Mii Maker
8. Wait for your console to reach the [Welcome to Mii Maker](/images/screenshots/mset9/mii-welcome.png) screen, then exit Mii Maker and return to the HOME Menu
- You may see [this screen](/images/screenshots/mset9/mii-extdata.png), which indicates the necessary data has been created
- If you just reach the [normal](/images/screenshots/mset9/mii-existing.png) Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu
9. Launch System Settings and navigate to `Data Management` -> `Nintendo 3DS` -> `Software` -> Reset ([image](/images/screenshots/database-reset.jpg))
- This will not wipe any of your data
10. Power off your console by pressing the power button then tapping Power Off on the lower screen
11. Insert your SD card into your iPhone/iPad (using an adapter)
<!--@include: ./_include/ish-chorus.md -->
1. Type the number corresponding to your console model and version, then tap Return
- The screen should change to this and display `Ready`:
::: info
![](/images/screenshots/mset9/mset9-ish-ready.png)
:::
- If the screen says [Not ready - check MSET9 status for more details](/images/screenshots/mset9/mset9-ish-not-ready.png):
- Type `2`, then tap Return to check the MSET9 status and follow the directions indicated
- Once you have resolved the issue, return to Section I Step 14
- For more information, check the [troubleshooting](troubleshooting-mset9) page
2. Type `0`, then tap Return to close the script
3. Reinsert your SD card into your console
### Section II - MSET9
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).
::: danger
These instructions must be followed **EXACTLY**, so double-check EVERYTHING you are doing to avoid errors!
:::
1. Power on your console, ensuring System Settings is selected
- If System Settings is not selected, **[hover over](/images/screenshots/mset9/hover-settings.png)** the System Settings icon using the D-Pad, power your console off, then back on
2. Press (A) to launch System Settings
3. Navigate to `Data Management` -> `Nintendo 3DS` -> `Extra Data` ([image](/images/screenshots/mset9/settings-extdata.png))
4. **Do not press any buttons or touch the screen**
5. **With the console STILL ON, and without pressing any buttons or touching the screen**, remove your SD card from your console
- The menu will refresh and say that no SD card is inserted
6. Insert your SD card into your iPhone/iPad (using an adapter)
<!--@include: ./_include/ish-chorus.md -->
1. Type the number corresponding to your console model and version, then tap Return
2. In the MSET9 screen, type `3`, then tap Return to inject MSET9
- You should see "MSET9 successfully injected!"
3. Tap Return to close the MSET9 script
4. Reinsert your SD card into your console **without pressing any buttons or touching the screen**
5. If the exploit was successful, you will have booted into SafeB9SInstaller
- If you get a red screen or the console gets stuck on a loading screen, follow the [troubleshooting guide](troubleshooting-mset9)
### Section III - Installing boot9strap
In this section, you will install custom firmware onto your console.
1. When prompted, input the key combo given on the top screen to install boot9strap
- If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [follow this troubleshooting guide](troubleshooting-mset9#sighaxed-firm-was-not-installed-check-lower-screen-for-more-info)
- If the top screen is blank **and** you see "Crypto Status - all checks passed" on the bottom screen, you will have to enter key combo blindly. Press the following buttons on your console in this order:
- D-Pad Left, D-Pad Down, D-Pad Right, D-Pad Up, A
2. Once it is complete (all seven steps on the bottom screen are green), press (A) to reboot your console
<!--@include: ./_include/configure-luma3ds.md -->
### Section IV - Removing MSET9
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)
::: danger
Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!
:::
1. Power off your console
2. Insert your SD card into your iPhone/iPad (using an adapter)
<!--@include: ./_include/ish-chorus.md -->
1. Type the number corresponding to your console model and version, then tap Return
- The current state should display [Injected](/images/screenshots/mset9/mset9-ish-injected.png)
- If you have already removed the trigger file (or never injected in the first place), the current state will show [Ready](/images/screenshots/mset9/mset9-ish-ready.png), skip to Step 6
2. Type `4`, then tap Return to remove the trigger file
- You should see "Removed trigger file."
3. Type `5`, then tap Return to remove MSET9
- You should see "Successfully removed MSET9!"
4. Tap Return to close the MSET9 script
<!--@include: ./_include/luma3ds-installed-note.md -->
___
::: danger
Did you follow Section IV (Removing MSET9)? That section is MANDATORY!
:::
::: tip
Continue to [Finalizing Setup](finalizing-setup)
:::

View File

@@ -10,7 +10,7 @@
::: warning
This page requires an Android phone/tablet or a Chromebook. If you have a computer running Windows, macOS, or Linux, follow [Installing boot9strap (MSET9 CLI)](installing-boot9strap-\(mset9-cli\)) instead. If you do not have access to any of these devices, you will need to use an [alternate exploit](https://wiki.hacks.guide/wiki/3DS:Alternate_Exploits).
This page requires an Android phone/tablet or a Chromebook. If you have an iPhone or iPad, follow [Installing boot9strap (MSET9 CLI iOS)](installing-boot9strap-\(mset9-cli-ios\)) instead. If you have a computer running Windows, macOS, or Linux, follow [Installing boot9strap (MSET9 CLI)](installing-boot9strap-\(mset9-cli\)) instead. If you do not have access to any of these devices, you will need to use an [alternate exploit](https://wiki.hacks.guide/wiki/3DS:Alternate_Exploits).
:::
@@ -125,8 +125,10 @@ These instructions must be followed **EXACTLY**, so double-check EVERYTHING you
In this section, you will install custom firmware onto your console.
1. When prompted, input the key combo given on the top screen to install boot9strap
- If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [follow this troubleshooting guide](troubleshooting-mset9)
2. Once it is complete, press (A) to reboot your console
- If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [follow this troubleshooting guide](troubleshooting-mset9#sighaxed-firm-was-not-installed-check-lower-screen-for-more-info)
- If the top screen is blank **and** you see "Crypto Status - all checks passed" on the bottom screen, you will have to enter key combo blindly. Press the following buttons on your console in this order:
- D-Pad Left, D-Pad Down, D-Pad Right, D-Pad Up, A
2. Once it is complete (all seven steps on the bottom screen are green), press (A) to reboot your console
<!--@include: ./_include/configure-luma3ds.md -->

View File

@@ -50,6 +50,18 @@ In this section, you will copy the files needed to trigger the safecerthax explo
6. Reinsert your SD card into your console
7. Power on your console
::: info
![](/images/screenshots/safecerthax-root-layout.png)
:::
::: info
![](/images/screenshots/boot9strap-folder.png)
:::
### Section III - safecerthax proxy
::: warning

View File

@@ -41,6 +41,18 @@ In this section, you will copy the files needed to trigger both browserhax and u
8. Reinsert your SD card into your console
9. Power on your console
::: info
![](/images/screenshots/ssloth-root-layout.png)
:::
::: info
![](/images/screenshots/boot9strap-folder.png)
:::
### Section II - SSLoth
In this section, you will change your Internet connection settings to use a proxy network designed to bypass the browser version check, allowing the browser to function without a system update. This will allow you to access the browser exploit webpage in the next section.

View File

@@ -27,7 +27,7 @@ This exploit is known to be inconsistent: it works for some people, but not othe
### What You Need
- The [Super-skaterhax](https://skater.nintendohomebrew.com) zip for your console's region and system version
- The [Super-skaterhax](https://skater.nintendohomebrew.com) `.zip` for your console's region and system version
#### Section I - Prep Work
@@ -58,14 +58,14 @@ In this section, you will copy the files needed to trigger both super-skaterhax
- If you get a [warning](/images/screenshots/skaterhax/country-change-notice.png) that says you will lose access to Nintendo Network ID features, you can safely select OK to continue
9. Select the following options according to your console's region ([image](/images/screenshots/skaterhax/skater-lang.png))
- USA: United States, Do Not Set
- EUR: United Kingdom, Do Not Set
- JPN: 日本, 設定しない
- KOR: 대한민국, 설정하지 않음
- USA: First select United States, then select Do Not Set
- EUR: First select United Kingdom, then select Do Not Set
- JPN: First select 日本, then select 設定しない
- KOR: First select 대한민국, then select 설정하지 않음
10. Navigate to "Date & Time"
11. Set "Today's Date" and "Current Time" to the current date and time in your timezone
11. Set "Today's Date" and "Current Time" to the current date and time
12. Exit System Settings

View File

@@ -32,7 +32,7 @@ This guide works with every retail console in the Nintendo 3DS family of console
:::
In most cases, you can follow this guide as long as you are able to download files from the Internet and copy them to your SD card. This includes most consumer electronic devices, such as computers running Windows, macOS, Linux, and chromeOS (Chromebooks), as well as Android phones. Depending on your electronic device, you may need to purchase a USB to SD card adapter to allow it to read your SD card.
In most cases, you can follow this guide as long as you are able to download files from the Internet and copy them to your SD card. This includes most consumer electronic devices, such as computers running Windows, macOS, Linux, and chromeOS (Chromebooks), as well as Android phones. Depending on your electronic device, you may need to purchase an SD card adapter to allow it to read your SD card.
::::
@@ -168,7 +168,7 @@ If you experience an issue while following this guide, there are many ways that
- If you have any questions that haven't been answered on this page, their answers might be in the [Pre-Installation FAQ](faq#pre-installation-faq).
- If you experience an issue while following this guide, you can check the [Troubleshooting](troubleshooting) page for a solution.
- If the resources we've provided here aren't helping, you can get one-on-one support over at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
- If the resources we've provided here aren't helping, you can get one-on-one support over at [r/3ds on Discord](https://discord.gg/3ds).
::: tip

View File

@@ -21,6 +21,12 @@ Your SD card must be formatted as FAT32 to follow this guide, or else the 3DS wi
::: info
![](/images/screenshots/restoringcfw-root-layout.png)
:::
::: info
The latest version of Luma3DS has now been installed on your SD card and on internal memory.
:::

View File

@@ -1,6 +1,6 @@
# Troubleshooting (A9LH to B9S)
This page offers troubleshooting advice for commonly encountered issues with the "A9LH to B9S" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "A9LH to B9S" page. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## Issues with SafeB9SInstaller

View File

@@ -1,6 +1,6 @@
# Troubleshooting (Finalizing Setup)
This page offers troubleshooting advice for commonly encountered issues with the "Finalizing Setup" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Finalizing Setup" page. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## Issues with Finalizing Setup
@@ -17,7 +17,7 @@ The steps below can be attempted in any order, but are listed from easiest to ha
7. Connect to a different WiFi connection, like a mobile hotspot
8. Nintendo servers may be down; Try again later
9. If you still get an error, [follow CTRTransfer](ctrtransfer), then try again
10. For further support (in English), join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp)
10. For further support (in English), join [r/3ds on Discord](https://discord.gg/3ds)
:::
@@ -35,7 +35,7 @@ The file `finalize.romfs` was placed in the wrong location instead of root of SD
:::details Error #24: SD is write-protected
Ensure that your SD card is not [locked](/images/sdlock.png). If the SD card is not locked and you continue to get this error, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
Ensure that your SD card is not [locked](/images/sdlock.png). If the SD card is not locked and you continue to get this error, join [r/3ds on Discord](https://discord.gg/3ds) for assistance.
:::
@@ -108,7 +108,7 @@ If you have enough space on your SD card, your SD might be corrupted or faulty.
:::details Error #12: Copy (file).db fail
Ensure that your SD card is not [locked](/images/sdlock.png). If the SD card is not locked and you continue to get this error, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
Ensure that your SD card is not [locked](/images/sdlock.png). If the SD card is not locked and you continue to get this error, join [r/3ds on Discord](https://discord.gg/3ds) for assistance.
:::

View File

@@ -1,6 +1,6 @@
# Troubleshooting (MSET9)
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (MSET9)", "Installing boot9strap (MSET9 CLI)" and "Installing boot9strap (MSET9 Play Store)" pages. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (MSET9)", "Installing boot9strap (MSET9 CLI)" and "Installing boot9strap (MSET9 Play Store)" pages. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## MSET9 (application / script)

View File

@@ -1,6 +1,6 @@
# Troubleshooting (ntrboot)
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (ntrboot)" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (ntrboot)" page. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## Issues with SafeB9SInstaller

View File

@@ -1,6 +1,6 @@
# Troubleshooting (Post-Install)
This page offers troubleshooting advice for commonly encountered issues after custom firmware is installed. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues after custom firmware is installed. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## Boot issues
@@ -49,7 +49,7 @@ The steps below can be attempted in any order, but are listed from least to most
- Power on your console
- If you were successful, the console will boot to an "update your system" screen
5. Follow the [CTRTransfer](ctrtransfer) guide
6. For further support, ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp)
6. For further support, ask for help at [r/3ds on Discord](https://discord.gg/3ds)
:::
@@ -88,13 +88,13 @@ If this is the case, attempt the steps below, which are listed from easiest to h
2. Power off your console, remove the SD card, insert it on your computer, download the latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest), extract `boot.firm` from the `Luma3DS.zip` and place it on the root of your SD card (replacing any existing file)
3. Power off your console, remove the SD card, insert it on your computer and reformat your SD card according to your computer's operating system: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\)) _(this will wipe your SD card data)_
4. Test your SD card for errors by following the guide according to your computer's operating system: [Windows](h2testw-\(windows\)), [Linux](f3-\(linux\)), [macOS](f3xswift-\(mac\)). If your SD card is marked as faulty, then you will have to replace your SD card
5. Your SD card slot may be broken. Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for further assistance
5. Your SD card slot may be broken. Join [r/3ds on Discord](https://discord.gg/3ds) for further assistance
:::
:::details Blue "BOOTROM ERROR" screen
Your console is likely hard-bricked. You will need to buy an ntrboot flashcart to reinstall boot9strap in order to attempt to fix your console. This may also indicate a hardware issue that cannot be fixed. In any case, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
Your console is likely hard-bricked. You will need to buy an ntrboot flashcart to reinstall boot9strap in order to attempt to fix your console. This may also indicate a hardware issue that cannot be fixed. In any case, join [r/3ds on Discord](https://discord.gg/3ds) for assistance.
- It is also possible that someone has set a boot-time splash screen that just looks like a brick. Try leaving your console powered on, waiting on the blue screen, for five minutes.
@@ -102,7 +102,7 @@ Your console is likely hard-bricked. You will need to buy an ntrboot flashcart t
:::details Some other error
Please take a photo of the error and join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
Please take a photo of the error and join [r/3ds on Discord](https://discord.gg/3ds) for assistance.
:::
@@ -140,7 +140,7 @@ This can occur after a CTRTransfer or region change on Old 3DS / 2DS. Follow the
:::details Exception screen when booting/loading an application
Look for your exception screen in [this page](https://wiki.hacks.guide/wiki/3DS:Error_screens/Luma3DS_exception_screen).
If you weren't able to find your error or the instructions didn't work, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for further assistance.
If you weren't able to find your error or the instructions didn't work, join [r/3ds on Discord](https://discord.gg/3ds) for further assistance.
:::
@@ -152,7 +152,7 @@ Your console likely still has menuhax67 installed. To uninstall menuhax67, downl
:::details Something else
Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance, and describe the issue that you see.
Join [r/3ds on Discord](https://discord.gg/3ds) for assistance, and describe the issue that you see.
:::

View File

@@ -1,6 +1,6 @@
# Troubleshooting (safecerthax)
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (safecerthax)" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (safecerthax)" page. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## Issues with SafeB9SInstaller

View File

@@ -1,16 +1,18 @@
---
head:
- - script
- src: /assets/js/common.js
- - script
- src: /assets/js/soundhax-frankenfirm-link.js
- - script
- src: /assets/js/link-common.js
[
[ 'script', { src: '/assets/js/common.js' } ],
[
'script',
{ src: '/assets/js/soundhax-frankenfirm-link.js' }
],
[ 'script', { src: '/assets/js/link-common.js' } ]
]
---
# Troubleshooting (Soundhax)
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (Soundhax)" page, which is used on system versions between 1.0.0 and 11.3.0. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (Soundhax)" page, which is used on system versions between 1.0.0 and 11.3.0. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## Issues with Soundhax
@@ -30,7 +32,7 @@ You may also have the wrong Soundhax file for your console, region and version.
If the above doesn't fix your issue, and you are using an Old 3DS / Old 3DS XL / Old 2DS, you may be encountering an issue involving cartridge updates. Take another look at the system version. If the number before the letter is 4 or lower (e.g. 11.3.0-**4**U), replace the Soundhax file on the root of your SD card with the one from [here](http://soundhax.686178.xyz/frankenfirm.html?crash).
If none of these fix your issue, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
If none of these fix your issue, join [r/3ds on Discord](https://discord.gg/3ds) for assistance.
:::
@@ -40,7 +42,7 @@ You have the wrong Soundhax file for your console, region and version. Verify th
If the above doesn't fix your issue, and you are using an Old 3DS / Old 3DS XL / Old 2DS, you may be encountering an issue involving cartridge updates. Take another look at the system version. If the number before the letter is 3 or lower (e.g. 11.3.0-**0**U), replace the Soundhax file on the root of your SD card with the one from [here](http://soundhax.686178.xyz/frankenfirm.html?unplayable).
If none of these fix your issue, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for assistance.
If none of these fix your issue, join [r/3ds on Discord](https://discord.gg/3ds) for assistance.
:::

View File

@@ -1,6 +1,6 @@
# Troubleshooting (SSLoth-Browser)
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (SSLoth-Browser)" page, which is used on system versions between 11.4.0 and 11.13.0. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (SSLoth-Browser)" page, which is used on system versions between 11.4.0 and 11.13.0. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
::: warning

View File

@@ -1,6 +1,6 @@
# Troubleshooting (super-skaterhax)
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (super-skaterhax)" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (super-skaterhax)" page. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
::: warning

View File

@@ -1,6 +1,6 @@
# Troubleshooting (Updating B9S)
This page offers troubleshooting advice for commonly encountered issues with the "Updating B9S" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried.
This page offers troubleshooting advice for commonly encountered issues with the "Updating B9S" page. If you are unable to solve your issue with the advice on this page, please join [r/3ds on Discord](https://discord.gg/3ds) and describe your issue, including what you have already tried.
## Issues with SafeB9SInstaller

View File

@@ -2,7 +2,7 @@
This page serves a landing page for troubleshooting resources that we offer for commonly encountered issues. Click on the link corresponding to the page you are following to explore it.
If you're unable to fix your issue, ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp). If your issue is missing and you know the solution, [let us know!](https://github.com/hacks-guide/Guide_3DS/issues)
If you're unable to fix your issue, ask for help at [r/3ds on Discord](https://discord.gg/3ds). If your issue is missing and you know the solution, [let us know!](https://github.com/hacks-guide/Guide_3DS/issues)
::: tip

View File

@@ -17,7 +17,7 @@ If you're removing CFW because:
- One of your system applications is broken
- Your console is unable to boot to HOME Menu
<u>**STOP!!!**</u> Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst <u>**BRICK**</u> your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
<u>**STOP!!!**</u> Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst <u>**BRICK**</u> your console. A better idea would be to ask for help at [r/3ds on Discord](https://discord.gg/3ds).
:::
@@ -115,7 +115,7 @@ The purpose of this section is to verify that the console will boot and that cri
::: danger
If you do NOT boot into the regular 3DS HOME Menu, or System Settings / your keyboard is inaccessible, **DO NOT continue with these instructions**! Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask (in English) for someone there to assist you.
If you do NOT boot into the regular 3DS HOME Menu, or System Settings / your keyboard is inaccessible, **DO NOT continue with these instructions**! Join [r/3ds on Discord](https://discord.gg/3ds) and ask (in English) for someone there to assist you.
:::
@@ -196,7 +196,7 @@ If you're removing CFW because:
- One of your system applications is broken
- Your console is unable to boot to HOME Menu
<u>**STOP!!!**</u> Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst <u>**BRICK**</u> your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
<u>**STOP!!!**</u> Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst <u>**BRICK**</u> your console. A better idea would be to ask for help at [r/3ds on Discord](https://discord.gg/3ds).
:::