57 KiB
title |
---|
boot9strap installeren (Hardmod) |
{% include toc title="Inhoudsopgave" %}
{% capture technical_info %}
An excellent guide to getting a hardmod can be found here.
This is a currently working implementation of the "FIRM partitions known-plaintext" exploit detailed here.
Using a hardmod, we can dump the NAND image, install custom firmware to the NAND image, then re-install the hacked NAND image to the console.
{% endcapture %}
Compatibility Notes
Om de magnet links op deze pagina te kunnen gebruiken, heb je een torrent client zoals qBittorrent of Deluge nodig.
Om de op deze pagina gelinkte .7z
bestanden uit te pakken zal je een bestandsarchiver zoals 7-Zip of The Unarchiver nodig hebben.
Dit werkt op de New 3DS, New 2DS, Old 3DS en Old 2DS op elke versie waar je de .firm
voor hebt.
Wat je nodig hebt
- Jouw NAND bestand die je hebt gekregen met de hardmod
- De nieuwste versie van boot9strap (directe download)
- De nieuwste versie van hardmod-b9s-installer
- Windows users can use the compiled
.exe
, while Mac and Linux users will need to have Python 3 installed to run the.py
- Windows users can use the compiled
- De nieuwste versie van Luma3DS (het Luma3DS
.zip
bestand) - The
.firm
corresponding to your console and version:
Instructies
Deel I - Voorbereiding
In this section, you will download the necessary files for the hardmod and dump the NAND image in preparation to install custom firmware.
- Zet je console uit
- Plaats je SD kaart in je computer
- Kopieer
boot.firm
enboot.3dsx
van de Luma3DS.zip
naar de hoofdmap van je SD-kaart - Koppieer de hardmod-b9s-installer map van de hardmod-b9s-installer
.zip
naar je computer - Koppieer je gedownloade
.firm
naar de hardmod-b9s-installer map op uw computer - Hernoem je gedownloade
.firm
in de hardmod-b9s-installer map op je computer naarcurrent.firm
- Kopieer
boot9strap.firm
enboot9strap.firm.sha
van de boot9strap.zip
naar de hardmod-b9s-installer map op je computer - Stop je SD-kaart terug in je console
- Gebruik je hardmod om een NAND backup te maken
- Verplaats je NAND backup naar de hardmod-b9s-installer map op je computer en hernoem het naar
NAND.bin
Deel II - Boot9strap installeren
In this section, you will install custom firmware to the dumped NAND image, and then install this NAND image back onto the console to install custom firmware on it.
- Start hardmod-b9s-installer
- Windows gebruikers: Start
install-b9s.exe
- Mac en Linux gebruikers: Start
install-b9s.py
- Windows gebruikers: Start
- Flash your outputted
NAND-patched.bin
to your console with your hardmod - Zet je console uit
- Koppel je hardmod los
- Press and hold (Select), and while holding (Select), power on your console {% include_relative include/configure-luma3ds.txt %}
{% include_relative include/luma3ds-installed-note.txt %}
Doorgaan naar Installatie voltooien
{: .notice--primary}