From 24bc2b6100ffa486593582005c4e9a3c264b033f Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Fri, 21 Oct 2022 16:39:54 -0700 Subject: [PATCH] usm: copy `usm.bin` before copying anything else People keep thinking it's part of SafeB9SInstaller --- _pages/en_US/installing-boot9strap-(usm).txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/installing-boot9strap-(usm).txt b/_pages/en_US/installing-boot9strap-(usm).txt index 025ea5b54d..d786aca2ae 100644 --- a/_pages/en_US/installing-boot9strap-(usm).txt +++ b/_pages/en_US/installing-boot9strap-(usm).txt @@ -34,12 +34,12 @@ If your (Right/Left Shoulder), (D-Pad Up), or (A) buttons do not work, you will In this section, you will copy the files needed to trigger the unSAFE_MODE exploit onto your device's SD card. 1. Your SD card should be inserted in your computer +1. Copy `usm.bin` to the root of your SD card 1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card + The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it 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 `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card -1. Copy `usm.bin` to the root of your SD card ![]({{ "/images/screenshots/usm/usm-root-layout.png" | absolute_url }}) {: .notice--info}