1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 11:19:56 +02:00

docs: port to VitePress

Things that happen in this shameless squash:
- Removed 404 page
  - It doesn't work in VitePress and making it work in VitePress needs
    some invasive hack in the theme that I'm not willing to do
  - The default is more than enough, though
- Moved consoleVersionSelect include to another directory
  - This avoids being uploaded to Crowdin for translation
- Inline all SafeB9SInstaller includes
  - Not only do parameterized includes not work, but if/else statements
    don't work at all
- The sysupdate include parameter hasn't been used since MSET9, so it
  actually works just fine without any parameters. Hooray(?)
- Move mset9-chorus to an include, that logic doesn't work in VitePress
- Removed Get Started button from homepage, it breaks translations
- Tables in get-started are now shown by default; it seems VitePress really does
  not want us to use inline script. So we cannot enable it upon
  realizing that the browser is JS capable
- Include parameters are now in frontmatter to allow translation
- Hacked in a bunch of CSS values kanged from the old theme to make it
  look not stupid
- Drop headers down one level to make table of contents work
This commit is contained in:
lifehackerhansol
2024-09-16 01:58:08 -07:00
parent cf408fbf94
commit d84cb07e29
77 changed files with 1619 additions and 1332 deletions

View File

@@ -1,16 +1,13 @@
---
title: "Uninstall CFW"
---
# Uninstall CFW
{% include toc title="Table of Contents" %}
### Required Reading
## Required Reading
This will completely remove CFW from your console, including boot9strap and Luma3DS, for the purpose of restoring the console to stock.
Any unsigned (illegitimate) games will be rendered unusable and will be removed during this process. Use a [save manager](https://github.com/FlagBrew/Checkpoint/releases/latest) to back up any saves that you care about.
{% capture notice-6 %}
::: danger
If you're removing CFW because:
* You want to re-install it
@@ -20,11 +17,12 @@ If you're removing CFW because:
* One of your system applications is broken
* Your console is unable to boot to HOME Menu
<u><strong>STOP!!!</strong></u> Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst <u><strong>BRICK</strong></u> your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
{% endcapture %}
<div class="notice--danger">{{ notice-6 | markdownify }}</div>
<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).
:::
::: danger
{% capture notice-6 %}
If you have done ANY of the following:
* [Changed the region](region-changing) of the console
* Installed a custom keyboard
@@ -32,23 +30,26 @@ If you have done ANY of the following:
* Manually changed the encryption key (`movable.sed`) of the console
* Unbanned the console
then uninstalling CFW <u><strong>WILL BRICK YOUR CONSOLE</strong></u>. If this applies to you, [restore a clean NAND backup](godmode9-usage#restoring-a-nand-backup) before continuing.
{% endcapture %}
<div class="notice--danger">{{ notice-6 | markdownify }}</div>
then uninstalling CFW <u>**WILL BRICK YOUR CONSOLE**</u>. If this applies to you, [restore a clean NAND backup](godmode9-usage#restoring-a-nand-backup) before continuing.
:::
::: warning
These instructions will only work on consoles with a Luma3DS version of 8.0 or higher. If you have an older version of Luma, you must upgrade your setup before following these instructions. Follow [this page](checking-for-cfw) to find your upgrade instructions.
{: .notice--warning}
### What You Need
:::
## What You Need
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (the GodMode9 `.zip` file)
* The latest release of [DSiWare Uninstaller](https://github.com/MechanicalDragon0687/DSiWare-Uninstaller/releases/latest)
* [safety_test.gm9]({{ base_path }}/gm9_scripts/safety_test.gm9)
* [safety_test.gm9](/gm9_scripts/safety_test.gm9)
### Instructions
## Instructions
#### Section I - Prep Work
### Section I - Prep Work
1. Power off your console
1. Insert your SD card into your computer
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
@@ -58,10 +59,10 @@ These instructions will only work on consoles with a Luma3DS version of 8.0 or h
1. Copy `safety_test.gm9` to the `/gm9/scripts/` folder on your SD card
1. Reinsert your SD card into your console
#### Section II - DS Mode Tests
### Section II - DS Mode Tests
The purpose of this section is to check whether built-in DS mode applications will continue to work once CFW is uninstalled. If you skip this section, DS mode or its functions may be inaccessible until CFW is reinstalled.
##### DS Connection Settings Test
#### DS Connection Settings Test
1. Power on your console
1. Launch System Settings on your console
1. Navigate to `Internet Settings` -> `Nintendo DS Connection Settings`, then click OK
@@ -69,18 +70,21 @@ The purpose of this section is to check whether built-in DS mode applications wi
+ If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
1. Power off your console
##### DS Download Play Test
#### DS Download Play Test
1. Power on your console
1. Launch the Download Play application (![]({{ "/images/download-play-icon.png" | absolute_url }}){: height="24px" width="24px"})
1. Launch the Download Play application (![](/images/download-play-icon.png){height="24px" width="24px"})
1. Select "Nintendo DS"
1. If your console loads into a "Download software via DS Download Play" menu, the test was successful
+ If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
1. Power off your console
If either of these tests has failed, DS mode, DS Download Play, and/or DS Connection Settings may be inaccessible once CFW is uninstalled! You should [fix DS mode](troubleshooting#software-issues-on-consoles-with-custom-firmware) before continuing.
{: .notice--warning}
::: warning
#### Section III - Safety Test
If either of these tests has failed, DS mode, DS Download Play, and/or DS Connection Settings may be inaccessible once CFW is uninstalled! You should [fix DS mode](troubleshooting#software-issues-on-consoles-with-custom-firmware) before continuing.
:::
### Section III - Safety Test
The purpose of this section is to verify that the console will boot and that critical system functions, like System Settings and the keyboard, will work once CFW is uninstalled. **If you skip this section, you may BRICK your console!**
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
@@ -102,10 +106,13 @@ The purpose of this section is to verify that the console will boot and that cri
+ If the keyboard does not appear, the screen freezes, or the console crashes, the test has failed
1. Power off your console
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.
{: .notice--danger}
::: danger
#### Section IV - NAND Backup
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.
:::
### Section IV - NAND Backup
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
1. Press (Home) to bring up the action menu
@@ -121,9 +128,13 @@ If you do NOT boot into the regular 3DS HOME Menu, or System Settings / your key
1. Press (Home) to bring up the action menu
1. Select "Poweroff system" to power off your console
#### Section V - Removing illegitimate content
### Section V - Removing illegitimate content
::: warning
This section will remove illegitimate content, like homebrew and dumped cartridges. If you have save data that you care about, back it up with a save manager before continuing!
{: .notice--warning}
:::
1. Power on your console
1. Launch System Settings on your console
@@ -135,7 +146,7 @@ This section will remove illegitimate content, like homebrew and dumped cartridg
+ This includes software such as TWiLightMenu++, along with any games and titles that you did *not* install from the eShop
+ Failure to remove all CFW software from both the 3DS and DSiWare sections before uninstalling CFW may prevent or disable access to the Data Management menu after uninstalling CFW, which will make it difficult to re-install CFW in the future
1. Exit the System Settings application
1. Launch the Download Play application (![]({{ "/images/download-play-icon.png" | absolute_url }}){: height="24px" width="24px"})
1. Launch the Download Play application (![](/images/download-play-icon.png){height="24px" width="24px"})
1. Wait until you see the two buttons
1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
1. Select "Miscellaneous options"
@@ -144,13 +155,13 @@ This section will remove illegitimate content, like homebrew and dumped cartridg
1. Press (B) to return to the Rosalina main menu
1. Press (B) to exit the Rosalina menu
1. Press (Home), then close Download Play
1. Launch the Download Play application
1. Launch the Download Play application (![](/images/download-play-icon.png){height="24px" width="24px"})
1. Your console should load the Homebrew Launcher
1. Launch DSiWare Uninstaller from the list of homebrew
1. Follow the prompts and allow the program to uninstall
1. Once the process has succeeded, exit the Homebrew Launcher and power off your console
#### Section VI - System Format
### Section VI - System Format
This section will ensure that all illegitimate tickets are removed, allowing eShop to work normally. This will remove all content from the 3DS and log you out of your NNID. Keep in mind that your console's encryption key will be shuffled, meaning that any old data will be rendered inaccessible, even if you have a backup of your SD contents.
1. Power on your console
@@ -159,11 +170,16 @@ This section will ensure that all illegitimate tickets are removed, allowing eSh
1. Follow the prompts to format your 3DS
#### Section VII - Running Uninstall Script
This is your final opportunity to verify that all safety steps above have been followed! Please ensure that you have followed all sections on this page, **especially** `Section III - Safety Test`, before continuing.
{: .notice--warning}
### Section VII - Running Uninstall Script
::: warning
This is your final opportunity to verify that all safety steps above have been followed! Please ensure that you have followed all sections on this page, **especially** `Section III - Safety Test`, before continuing.
:::
::: danger
{% capture notice-6 %}
If you're removing CFW because:
* You want to re-install it
@@ -173,9 +189,9 @@ If you're removing CFW because:
* One of your system applications is broken
* Your console is unable to boot to HOME Menu
<u><strong>STOP!!!</strong></u> Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst <u><strong>BRICK</strong></u> your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
{% endcapture %}
<div class="notice--danger">{{ notice-6 | markdownify }}</div>
<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).
:::
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
+ If you instead see the Luma3DS chainloader, use the D-Pad and the (A) button to select GodMode9
@@ -194,8 +210,14 @@ If you're removing CFW because:
___
::: tip
All custom firmware has been removed from your console.
{: .notice--success}
:::
::: info
You can now remove any extra files and folders from the root of your SD card that are *not* the `Nintendo 3DS`, `DCIM`, or `private` folders.
{: .notice--info}
:::