Merge pull request #1913 from lifehackerhansol/atob
Updating B9S: use SafeB9SInstaller as `boot.firm`
This commit is contained in:
commit
ac9dff1e70
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ To use the [magnet](https://wikipedia.org/wiki/Magnet_URI_scheme) links on this
|
||||||
1. Power off your device
|
1. Power off your device
|
||||||
1. Insert your console's SD card into your computer
|
1. Insert your console's SD card into your computer
|
||||||
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
|
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
|
||||||
1. Copy `SafeB9SInstaller.firm` to the root of your console's SD card and rename it to `boot.firm`
|
1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
|
||||||
1. Copy `boot.3dsx` from the Luma3DS `.zip` to the root of your console's SD card
|
1. Copy `boot.3dsx` from the Luma3DS `.zip` to the root of your console's SD card
|
||||||
1. Create a folder named `boot9strap` on the root of your console's SD card
|
1. Create a folder named `boot9strap` on the root of your console's SD card
|
||||||
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your console's SD card
|
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your console's SD card
|
||||||
|
|
|
@ -27,21 +27,21 @@ For all steps in this section, overwrite any existing files on your SD card.
|
||||||
1. Insert your SD card into your computer
|
1. Insert your SD card into your computer
|
||||||
1. Create a folder named `boot9strap` on the root of your SD card
|
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
|
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
|
||||||
1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the `/luma/payloads/` folder on your SD card
|
1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
|
||||||
|
+ If a `boot.firm` already exists, replace it
|
||||||
1. Reinsert your SD card into your device
|
1. Reinsert your SD card into your device
|
||||||
|
|
||||||
#### Section II - Installing boot9strap
|
#### Section II - Installing boot9strap
|
||||||
|
|
||||||
1. Launch Luma3DS chainloader menu by holding (Start) during boot
|
1. Power on your device
|
||||||
1. Launch SafeB9SInstaller by pressing (A)
|
+ This should automatically launch SafeB9SInstaller
|
||||||
1. Wait for all safety checks to complete
|
1. Wait for all safety checks to complete
|
||||||
1. When prompted, input the key combo given to install boot9strap
|
1. When prompted, input the key combo given to install boot9strap
|
||||||
1. Once it has completed, hold (Start) while pressing (A) to reboot your device to the Luma3DS chainloader
|
1. Once it has completed, force your device to power off by holding down the power button
|
||||||
+ If you encounter an `argc = 0` error booting your device after the B9S update, just continue to fix it
|
+ Your device will only boot to the SafeB9SInstaller screen until the next section is completed
|
||||||
|
|
||||||
#### Section III - Update Luma3DS
|
#### Section III - Update Luma3DS
|
||||||
|
|
||||||
1. Power off your device
|
|
||||||
1. Insert your SD card into your computer
|
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, replacing the existing file
|
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file
|
||||||
1. Reinsert your SD card into your device
|
1. Reinsert your SD card into your device
|
||||||
|
|
Loading…
Reference in a new issue