2017-06-05 09:41:55 +02:00
---
title: "Updating B9S"
---
2020-05-01 07:10:01 +02:00
{% include toc title="Πίνακας περιεχομένων" %}
2017-09-29 13:29:26 +02:00
2018-02-18 16:47:39 +01:00
### Required Reading
2017-06-05 09:41:55 +02:00
This page is for existing boot9strap users to update their installation of boot9strap to the latest version.
{% capture notice-1 %}
There have been reports of a wave of bans being handed out to CFW users by Nintendo. To protect yourself, please do the following steps before starting this guide:
1. Go to System Settings, then "Internet Settings", then "SpotPass", then "Sending of System Information"
1. Disable the "Sending of System Information" option
1. Exit the System Settings
2020-05-01 07:10:01 +02:00
1. Μεταβείτε στο Friend List (το [πορτοκαλί πρόσωπο]({{ "/images/friend-list-icon.png" | absolute_url }}) στην πάνω σειρά του Home Menu)
Εάν λάβετε ένα σφάλμα και σας 'πετάξει' από το μενού, τότε η ρύθμιση Friend List έχει ήδη απενεργοποιηθεί ή η κονσόλα σας δεν μπορεί ν α συνδεθεί στους διακομιστές της Nintendo (λόγω απαγόρευσης κονσόλας ή προβλήματα σύνδεσης)
2017-10-09 17:01:36 +02:00
1. Go to the Friend List settings, then "Friend Notification Settings", then "Show friends what you're playing"
2017-06-05 09:41:55 +02:00
1. Disable the "Show friends what you're playing" option
2017-10-09 17:01:36 +02:00
1. Exit your Friend List
2017-06-05 09:41:55 +02:00
{% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
2018-02-18 16:47:39 +01:00
### What You Need
2017-06-05 09:41:55 +02:00
2018-06-15 03:10:54 +02:00
* 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)*
2019-10-08 03:40:29 +02:00
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest)
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
2017-06-05 09:41:55 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-06-05 09:41:55 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-06-05 09:41:55 +02:00
For all steps in this section, overwrite any existing files on your SD card.
{: .notice--info}
1. Εισάγετε την κάρτα SD στον υπολογιστή σας
2019-10-08 03:40:29 +02:00
1. Copy `boot.3dsx` to the root of your SD card
2017-06-05 09:41:55 +02:00
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
2017-11-04 03:54:20 +01:00
1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the `/luma/payloads/` folder on your SD card
2017-06-05 09:41:55 +02:00
1. Reinsert your SD card into your device
2017-09-29 13:29:26 +02:00
#### Section II - Installing boot9strap
2017-06-05 09:41:55 +02:00
2017-11-04 03:54:20 +01:00
1. Launch Luma3DS chainloader menu by holding (Start) during boot
2017-06-05 09:41:55 +02:00
1. Launch SafeB9SInstaller by pressing (A)
1. Wait for all safety checks to complete
1. When prompted, input the key combo given to install boot9strap
2017-09-13 06:15:18 +02:00
1. Once it has completed, hold (Start) while pressing (A) to reboot your device to the Luma3DS chainloader
2017-11-04 03:54:20 +01:00
+ If you encounter an `argc = 0` error booting your device after the B9S update, just continue to fix it
2017-09-22 01:37:18 +02:00
2017-09-29 13:29:26 +02:00
#### Section III - Update Luma3DS
2017-09-22 01:37:18 +02:00
1. Power off your device
1. Εισάγετε την κάρτα SD στον υπολογιστή σας
2019-10-08 03:40:29 +02:00
1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file
2017-09-22 01:37:18 +02:00
1. Reinsert your SD card into your device
2017-11-04 03:54:20 +01:00
1. Power on your device
2017-06-05 09:41:55 +02:00
2017-11-04 03:54:20 +01:00
#### Section IV - Configuring Luma3DS
2017-06-05 09:41:55 +02:00
2017-11-04 03:54:20 +01:00
This section is only needed if you are prompted with the Luma3DS configuration menu after the reboot.
{: .notice--info}
1. In the Luma3DS configuration menu, use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Πατήστε (Start) γ ι α αποθήκευση των αλλαγών και επανεκκίνηση
2018-02-18 16:47:39 +01:00
___
2019-10-08 03:40:29 +02:00
### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}