Guide_3DS/_pages/cs_CZ/updating-b9s.txt

99 lines
4.9 KiB
Plaintext
Raw Normal View History

2017-06-05 09:41:55 +02:00
---
title: "Updating B9S"
---
This page is for existing boot9strap users to update their installation of boot9strap to the latest version.
Note that the recent major release of Luma3DS is *not* compatible with boot9strap version 1.0. It *requires* you to update your boot9strap installation to version 1.2 by following the instructions on this page.
{% 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
1. Go to your Friend's List (the Face Icon in the top row of your Home Menu)
+ If you receive an error and are kicked out of the menu, the Friend's List setting is already disabled
1. Go to the Friend's List settings, then "Friend Notification Settings", then "Show friends what you're playing"
1. Disable the "Show friends what you're playing" option
1. Exit your Friend's List
{% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
#### What you need
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
2017-06-06 07:48:13 +02:00
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
2017-06-05 09:41:55 +02:00
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
2017-06-16 00:32:09 +02:00
* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip)
2017-07-19 21:10:16 +02:00
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
2017-06-05 09:41:55 +02:00
#### Instructions
##### Section I - Prep Work
For all steps in this section, overwrite any existing files on your SD card.
{: .notice--info}
1. Power off your device
1. Insert your SD card into your computer
2017-06-06 07:48:13 +02:00
1. **Leave the old (v7.1) version of Luma3DS (`boot.firm`) as it is. You will update this later.**
2017-06-19 02:59:47 +02:00
1. Copy _the contents of_ `starter.zip` 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 `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
2017-07-12 22:30:42 +02:00
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
2017-07-19 21:10:16 +02:00
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
2017-06-05 09:41:55 +02:00
1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
1. Reinsert your SD card into your device
##### Section II - Installing boot9strap
1. Reboot holding (Start) during boot to launch the Luma3DS chainloader menu
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-08-17 23:01:39 +02:00
1. Once it has completed, press (A) to reboot your device
2017-06-05 09:41:55 +02:00
1. Power off your device
2017-06-06 07:48:13 +02:00
+ Note that you will receive the error `Unsupported launcher (argc = 0)` until you follow the rest of the instructions on this page
2017-06-05 09:41:55 +02:00
##### Section III - Updating Luma3DS
1. Insert your SD card into your computer
1. Delete the existing `boot.firm` from the root of your SD card
1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card
1. Reinsert your SD card into your device
2017-06-06 07:48:13 +02:00
##### Section IV - Configuring Luma3DS
1. Your device should have rebooted into the Luma3DS configuration menu
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. 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 and reboot
##### Section V - CTRNAND Luma3DS
2017-06-05 09:41:55 +02:00
2017-07-25 20:26:34 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-07-12 22:30:42 +02:00
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
2017-07-19 21:10:16 +02:00
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds"
1. When prompted, press (A) to proceed
2017-06-05 09:41:55 +02:00
1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
2017-07-19 21:10:16 +02:00
1. Press (A) to continue
1. Press (A) to relock write permissions
1. Press (Start) to reboot your device
2017-06-05 09:41:55 +02:00
___
Note that the `.bak` files in the `/boot9strap/` folder on your SD card are only needed in the event of a failed boot9strap install. Once you have installed successfully, you can delete the entire `boot9strap` folder.
{: .notice--info}
You can now press (L) + (Down) + (Select) while the system is booted to open the Rosalina menu integrated into Luma3DS. For a full list of Rosalina features, please see the [Luma3DS v8.0 Release](https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0)
2017-09-04 06:15:19 +02:00
{: .notice--info}