Guide_3DS/_pages/en_PT/updating-b9s.txt

111 lines
5 KiB
Text
Raw Normal View History

2017-06-05 09:41:55 +02:00
---
2017-08-24 14:03:43 +02:00
title: "Updatin' B9S"
2017-06-05 09:41:55 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2018-02-18 16:47:39 +01:00
### Required Reading
2017-08-24 14:03:43 +02:00
'Tis page be fer existin' boot9strap users to be updatin' their installation 'o boot9strap to th' latest version.
2017-06-05 09:41:55 +02:00
2018-02-25 07:59:42 +01:00
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/).
2017-06-05 09:41:55 +02:00
{% capture notice-1 %}
2017-08-24 14:03:43 +02:00
There have been reports 'o a wave 'o bans bein' handed out to CFW users by Nintendo. Fer ye protection, please be followin' these steps before startin' 'tis guide:
2017-06-05 09:41:55 +02:00
2017-08-24 14:03:43 +02:00
1. Be off to System Settin's, then "Internet Setttings", then "SpotPass", then "Sending of System Information"
1. Disable th' "Sending of System Information" option
1. Be out 'o th' System Settin's
2017-10-09 17:01:36 +02:00
1. Go to your Friend List (the [orange Face Icon]({{ "/images/friend-list-icon.png" | absolute_url }}) in the top row of your Home Menu)
+ If you receive an error and are kicked out of the menu, the Friend List setting is either already disabled or your console cannot connect to Nintendo's servers (due to a ban or connection issues)
1. Go to the Friend List settings, then "Friend Notification Settings", then "Show friends what you're playing"
2017-08-24 14:03:43 +02:00
1. Disable th' "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)*
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)*
2018-04-07 07:42:26 +02:00
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
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
2017-08-24 14:03:43 +02:00
Fer all steps in 'tis section, overwrite any existin' files on ye SD card.
2017-06-05 09:41:55 +02:00
{: .notice--info}
1. Insert ye SD card into ye computer
2017-08-24 14:03:43 +02:00
1. Create a folder named `boot9strap` on th' root 'o ye SD card
1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card
2017-11-04 03:54:20 +01:00
1. Copy `SafeB9SInstaller.firm` from th' SafeB9SInstaller `.zip` to th' `/luma/payloads/` folder on ye SD card
1. Copy `GodMode9.firm` from th' GodeMode9 `.zip` to th' `/luma/payloads/` folder on ye SD card
1. Copy th' `gm9` folder from th' GodMode9 `.zip` to th' root 'o ye SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to th' `/gm9/scripts/` folder on ye SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
2017-08-11 21:09:39 +02:00
1. Reinsert ye SD card into ye device
2017-06-05 09:41:55 +02:00
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-08-24 14:03:43 +02:00
1. Launch SafeB9SInstaller by pressin' (A)
2017-08-13 01:26:54 +02:00
1. Wait fer all safety checks to be completed
2017-08-24 14:03:43 +02:00
1. When prompted, input th' key combo given to be installin' 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 ye device
1. Insert ye SD card into ye computer
1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card, replacing the existing file
1. Reinsert ye SD card into ye 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. Press (Start) to save 'n reboot
#### Section V - CTRNAND Luma3DS
2017-09-14 04:56:32 +02:00
2017-11-04 03:54:20 +01:00
1. Reboot holding (Start) to launch GodMode9
2017-07-19 21:10:16 +02:00
1. If ye be prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
2018-01-25 03:30:08 +01:00
1. If ye be prompted to fix th' RTC date&time, press (A) to do so, then set th' date 'n time, then press (A) to continue
2017-09-18 21:28:24 +02:00
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
2017-11-04 03:54:20 +01:00
1. Press (Home) to bring up th' action menu
1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds"
1. When prompted, push (A) to proceed
1. Press (A) to unlock SysNAND (lvl1) writin', then input th' key combo given
1. Press (A) to continue
1. Press (A) to relock write permissions
#### Section VI - Cleanup SD Card
Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card!
{: .notice--danger}
2017-08-11 21:09:39 +02:00
1. Press (Home) to bring up th' action menu
2017-07-19 21:10:16 +02:00
1. Select "Scripts..."
2017-09-13 06:15:18 +02:00
1. Select "cleanup_sd_card"
2017-08-11 21:09:39 +02:00
1. When prompted, push (A) to proceed
2017-07-19 21:10:16 +02:00
1. Press (A) to continue
2018-02-18 16:47:39 +01:00
1. Hold (R) and press (Start) to power off your device
___
Boot9strap has been successfully updated.
{: .notice--success}