Tutorial  Updated

How to install/run ANY Switch firmware UNOFFICIALLY (WITHOUT burning any fuses)

BOOTING SX OS 1.0 WILL BURN YOUR FUSES EVEN IF YOU HAVE AUTORCM ON, NICE JOB "TX".
SX OS 1.1 WON'T BURN BUT ALSO WON'T WORK (fuse check not bypassed), USE HEKATE STILL.
SX OS 1.2+ WILL WORK FOR 2nd BOOT AND AFTER, FIRST BOOT YOU MUST STILL FOLLOW GUIDE.
AFTER FIRST BOOT YOU CAN USE briccmiiv2 VOL+ OPTION (ONLY ONCE) TO REPAIR cust_data
(if it says UNBRICC'd send briccmiiv2 and BRICC again) if you want SX to work too, not just hekate.

(^ ignore all this red text if you are not going to use SX OS ransomware on your Switch)

What you need:

a PC running Windows capable of sending RCM payloads to your Switch
a working internet connection on that PC ;)
a way to send the payloads via USB-C, like TegraRcmSmash
latest release of HacDiskMount
latest release of memloader
latest release of biskeydump
latest release of ChoiDujour
get them from https://switchtools.sshnuke.net
some recent-ish version of Hekate (the ones post sleep fix should work fine)
you can get prebuilt binaries from either: https://github.com/rajkosto/hekate/releases
or CTCaer's fork here: https://github.com/CTCaer/hekate/releases

something that can write raw binary files to Physical Disks, like:
Etcher: https://etcher.io/ or
Hex Workshop: http://www.bpsoft.com/downloads/ or
dd for windows: http://www.chrysocome.net/dd
(this guide will only cover Etcher, if you know what's happening its easy to use the other two)

STEP 1: MAKE A BACKUP OF YOUR ENTIRE RAWNAND AND BOOT0/BOOT1 !!!
YOU MIGHT NOT BE ABLE TO GET YOUR SWITCH BACK INTO WORKING ORDER WITHOUT THIS!
(If you ABSOLUTELY cannot FIT 32GB onto your microSD and don't mind losing ALL your downloaded content and savegames
you can do dump eMMC SYS instead of dump RAW eMMC (this skips the large USER partition), but you still MUST do BOOT)

The easiest way of doing this is by sending Hekate as a payload with a microSD with enough space free in the switch, and going:
Tools->dump eMMC BOOT, then once that's complete pressing the power button and going
Tools->dump RAW eMMC and waiting (exFAT is faster than FAT32, also larger cluster size like 128KB for exFAT, and 32KB for FAT32 is recommended)

STEP 2: GET YOUR BIS KEYS (required for using HacDiskMount)
Do this by running biskeydump.bin payload via whatever method you like
however, if using TegraRcmSmash, you can invoke the command via command prompt like this:
Code:
TegraRcmSmash.exe -w -r biskeydump.bin
And all your console's keys will appear in the command prompt, so you don't have to scan the QR code
Either way, get the keys into a .txt file by copy pasting, or sending the QR code contents via email to your computer

STEP 3: DO NOT LOSE YOUR BACKUP!
Place the biskeys.txt into the same folder you have previously dumped (like BOOT0, BOOT1, RAWNAND, etc)
And then make an archive of the folder/all those files by using 7-zip or WinRAR or something. This will make it MUCH smaller
Because of that, you can place the archive in a SECURE PLACE so you DON'T LOSE IT!

STEP 4: PREPARE YOUR microSD for memloader
Place your microSD into your CARD READER on your PC and extract the CONTENTS of the sample folder of memloader zip onto the ROOT of the microSD
After this, the ROOT of the microSD should contain files like ums_boot0.ini, ums_boot1.ini, ums_sd.ini, ums_emmc.ini
SAFELY EJECT the microSD from your computer and PUT IT INTO THE SWITCH.

STEP 5: ACQUIRE THE UPDATE YOU WISH TO INSTALL
Currently supported versions are: 1.0.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 3.0.0, 3.0.1, 3.0.2, 4.0.1, 4.1.0, 5.0.2, 5.1.0 (will support more in the future)
WARNING WARNING WARNING: Running a FIRMWARE >= 4.0.0 WITHOUT REPLACEMENT FS_XXX_nogc.kip1 ACTIVE WILL MAKE YOUR CARTRIDGE PORT UNUSABLE ON EARLIER FIRMWARES.
It can be in any form that contains firmware titles, like:
  • A cartridge XCI that contains the update (dumped from your switch using homebrew or pegaswitch, of course)
(If you are conserving space, JUST the UPDATE partition from a cartridge will work as well!)
These are common cartridges and firmware versions they contain:
Dragon Ball Xenoverse 2/ Mario plus Rabbids Kingdom Battle/Cars 3 Driven to Win (2.1.0)
Splatoon 2/ Sonic Forces (2.3.0)
Pokemon Tournament DX (3.0)
Batman The Telltale Series/ Syberia 2/ The Elder Scrolls V. Skyrim (3.0.1)
Attack on Titans 2/ Xenoblade Chronicles 2 (3.0.2)
Bayonetta 2/ Gal Gun 2 (4.0.1)
Kirby Star Allies (4.1.0)​
  • NCA/romfs/hfs0 containing all the firmware titles inside
  • FOLDER containing all the firmware titles inside, which you can get in a couple of ways:
    • from someone else who has the installed firmware you want by asking for their SYSTEM:/Contents/registered folder
    • from your own switch if a "System update is pending" in your system settings, the whole SYSTEM:/Contents folder (with placehld and registered)
    • *cough* xbins *cough*
FOR AN EASIER INSTALLATION EXPERIENCE, THE REST OF THE STEPS MAY BE REPLACED JUST BY USING ChoiDujourNX AS A HOMEBREW ON THE CONSOLE ITSELF.
Check out https://gbatemp.net/threads/choiduj...ller-homebrew-for-the-nintendo-switch.513416/ for more info.


STEP 6: ACQUIRE A FULLY POPULATED hactool KEYS file
It will need to be able to decrypt the NCAs of the firmware version you are installing
As well as have the XCI keys if you are going to be using an cart image as the firmware source

STEP 7: GENERATE the files/images to be transferred to the console via ChoiDujour
Open a commandline to where you extracted ChoiDujour release (containing ChoiDujour.exe) and execute
Code:
ChoiDujour.exe path/to/firmware/file/or/folder
If your keys.txt is not located in YOUR_HOME_FOLDER/.switch/prod.keys, you will have to use something like this instead:
Code:
ChoiDujour.exe --keyset=path/to/keys.txt path/to/firmware/file/or/folder
Most people want the exFAT version of BCPKG2 images, if you don't, then add the --noexfat parameter to the commandline
Having trouble downloading things via https ? Add the --nossl parameter to the commandline

After the program generates the firmware files to be transferred, it will say something like:
Code:
All files verified! Prepared firmware update is in folder NX-4.1.0
This means it has completed successfully. Otherwise, try and diagnose the problem, you cannot continue without it.

STEP 8: TRANSFER the firmware to your Switch's eMMC:

STEP 8.1: PREPARE FOR TRANSFER

First off, you will want to set up your Windows Explorer to SHOW HIDDEN FILES and also NOT HIDE PROTECTED OPERATING SYSTEM FILES
To do this, go to "Folder Options", and set it up like so:
2018-06-15_04-17-07_4GwHOHr1k.png


Also, EVERY time this dialog shows up, dismiss it by clicking CANCEL, NEVER FORMAT ANYTHING ON THE eMMC OR IT WILL BECOME UNREADABLE BY SWITCH.
2018-06-15_04-21-32_zpzIVlMDn.png


STEP 8.2: TRANSFER BOOT0
Get your Switch into RCM mode, send the memloader.bin payload to it
On the switch's screen, navigate to ums_boot0.ini using the volume buttons, then launch it with the Power Button.
The screen should stay illuminated but black. Open your Device manager, check if you see "LINUX UMS DISK 0" under the "Disks" tree branch
If not, you should uninstall any devices that have a yellow warning icon (when uninstalling devices, make sure to check the "Delete driver software for this device" box too)
Also uninstall the device the same way if it's showing up as a "USB Download Gadget".
After device uninstallation (which you perform by right clicking in Device manager and choosing Uninstall), rescan the device manager list by clicking on the last icon in the toolbar.
The "LINUX UMS DISK 0" Disk should now be there. If it still has a yellow warning, uninstall it again, or shut down the switch (by holding the power button for 12 seconds), and try RCM->memloader again

Open Etcher. Click Select image and browse to the BOOT0.BIN inside the GENERATED NX-X.X.X folder from ChoiDujour (not your original BOOT0.bin backup you might still have somewhere)
If this dialog shows up, simply click Continue (what does Etcher know, anyway?)
2018-06-15_04-29-51_lmVLv4IFT.png

After the selection, Etcher should look EXACTLY like this (change the target to Linux UMS if it's not that):
2018-06-15_04-33-03_hy7ourzEC.png

If EITHER the SIZES or the NAMES of the Source and Destination are WRONG, that means you chose poorly, and clicking Flash would BREAK something
If both the NAMES and the SIZES match the above image, go ahead and click on Flash, accept the UAC prompt, and wait for it to finish, then close it.
Turn off your switch by holding the Power button for 12 seconds (confirmation will be that the screen turns off.)

STEP 8.3: TRANSFER BOOT1
Get your Switch into RCM mode, send the memloader.bin payload to it
On the switch's screen, navigate to ums_boot1.ini using the volume buttons, then launch it with the Power Button.
The screen should stay illuminated but black. You should have resolved any Device manager/driver problems in the previous step, so it will be a "LINUX UMS DISK 0"

Open Etcher. Click Select image and browse to the BOOT1.BIN inside the GENERATED NX-X.X.X folder from ChoiDujour
After the selection, Etcher should look EXACTLY like this (change the target to Linux UMS if it's not that):
2018-06-15_04-38-50_Feuu0GI0K.png

If EITHER the SIZES or the NAMES of the Source and Destination are WRONG, that means you chose poorly, and clicking Flash would BREAK something
If both the NAMES and the SIZES match the above image, go ahead and click on Flash, accept the UAC prompt, and wait for it to finish, then close it.
Turn off your switch by holding the Power button for 12 seconds (confirmation will be that the screen turns off.)

STEP 8.4: Initial eMMC SETUP in HacDiskMount
Get your Switch into RCM mode, send the memloader.bin payload to it
On the switch's screen, navigate to ums_emmc.ini using the volume buttons, then launch it with the Power Button.
The screen should stay illuminated but black. The disk should show up like in the last 2 steps.

Open HacDiskMount.exe AS ADMINISTRATOR (required to Install the driver, and to access physical disk devices on Windows 10)
Click on the File->Open Physical drive menu item
Choose this EXACT device (name and size should match) from the list, and then click OK
2018-06-15_04-42-20_Y6iZ4KyW4.png

You are greeted with the partition list, we will proceed with entering and saving the BIS keys:
2018-06-15_04-42-55_fwsdLgrlU.png


Double click on the PRODINFO entry. The following should show up
2018-06-15_04-43-48_ZeptIBqzM.png

Open the biskeys.txt file in a text editor (like Notepad) and copy paste the appropriate keys into the 2 boxes
(in this case that is BIS key 0 upper and lower, you can tell which one is required above the boxes)
After entering the keys, click on the Test button right below them, the following should appear:
2018-06-15_04-47-00_UwhZjWGp9.png

If the entropy text is RED, you have entered the WRONG KEY. You CANNOT CONTINUE with WRONG KEYS.
Once the entropy text is GREEN, click on Save, then close the Operations on PRODINFO dialog.

Double click on the PRODINFOF entry. The same dialog will show up, except this time the keys should be pre-filled.
Click on Test to test the key. The result should be green. There's nothing you need to do with this partition so close the dialog.

Double click on the SAFE entry. You will have to repeat the procedure you did for PRODINFO, except this time you use BIS key 1 upper/lower.
After entering the key, click on Test. The entropy text should be Green like before, click on Save and close the dialog.

Double click on the SYSTEM entry. You will have to repeat the procedure you did for SAFE, except this time you use BIS key 2 upper/lower.
After entering the key, click on Test. The entropy text should be Green like before, click on Save and close the dialog.

Double click on the USER entry. You will have to repeat the procedure you did for SYSTEM, using BIS key 3 upper/lower.
After entering the key, click on Test. The entropy text should be Green like before, click on Save and close the dialog.

STEP 8.5: Transferring the BCPKG2 images
Still in HacDiskMount, double click on the BCPKG2-1-Normal-Main entry. The following should show up.
2018-06-15_04-52-50_MbJD3FmiM.png

Notice that the key boxes are EMPTY ? They MUST be EMPTY for the BCPKG2* partitions. If they are not, clear them out.

In the "Restore from file" section, click on the Browse button:
2018-06-15_04-56-08_6oQy7tYMp.png

Browse to the BCPKG2-1-Normal-Main.bin file inside the GENERATED NX-X.X.X folder from ChoiDujour
Then click on Start:
2018-06-15_04-57-52_37ji4oX2n.png

The progress bar should fill up rather quickly. After it has completed, close the Operations on BCPKG2-1-Normal-Main dialog.

You will have to repeat the procedure you just did (double clicking on the entry, browsing to the appropriately named bin file, and Starting restore)
for the rest of the BCPKG2 images: BCPKG2-2-Normal-Sub, BCPKG2-3-SafeMode-Main, and BCPKG2-4-SafeMode-Sub.bin.
Make sure to select the bin file named the same as the Partition entry when browsing to restore ! From the GENERATED NX-X.X.X folder by ChoiDujour
Close the Operations on BCPKG2-* dialogs when they are done.

STEP 8.6: Transferring the FILES for SAFE
Still in HacDiskMount, double click on the SAFE entry. This dialog will show up:
2018-06-15_05-02-33_jNUQfgQzh.png

The keys should already be pre-filled (since you've set them up in Step 8.4). Click on Test, the result should be Green
(YOU CANNOT CONTINUE IF THE KEY TEST IS NOT GREEN)

In the "Virtual drive" section, if the driver status shows up as "Driver not installed", click on the Install button right next to it.
Accept any driver publisher installation warnings that show up.
After the install is complete (application will be unresponsive for a few seconds), that section should say
Code:
Driver (ver 2017.0.3.20) installed, service is running

Once the driver is installed, choose a drive letter (i use S: usually), check the "Passthrough zeroes" option, and click Mount:
2018-06-15_05-08-19_1OjcQ45EO.png

The drive letter you have chosen should now be accessible via Windows Explorer, go to it:
2018-06-15_05-09-40_cAPoWSQI6.png


For SAFE, you want to DELETE all the existing files and folders before transferring the new ones:
Select ALL (keyboard shortcut CTRL+A), and then press SHIFT+Delete for permanent deletion:
2018-06-15_05-10-57_udS2I566r.png

Confirm the deletion with Yes, and the partition should now be clear.

Next, go to the SAFE folder inside the GENERATED NX-X.X.X location in Windows Explorer
Select all the files/folders with CTRL+A (if there are any, otherwise skip the copy step) and then press CTRL+C (for copy)
Go back onto the mounted drive letter ( in my case S: ) in Windows Explorer, and press CTRL+V for paste
The files from the GENERATED NX-X.X.X SAFE folder should now be transferred to the mounted partition.

After it's done, Unmount the partition from inside the "Operations on SAFE" dialog, wait for that to complete, then close the dialog.
2018-06-15_05-19-26_I7xPKQIoo.png


STEP 8.7: Transferring the FILES for SYSTEM
Still in HacDiskMount, double click on SYSTEM, Test the key, if its green, continue
Mount the partition the same way you did before, by choosing a drive letter, checking "Passthrough zeroes", and clicking on Mount

However, transferring files to SYSTEM will be a little different, you have TWO options:
1. DO A SYSTEM INITIALIZE (Will delete all your settings, installed content, accounts, savedata, etc, etc):
SELECT ALL FILES AND FOLDERS INSIDE THE MOUNTED SYSTEM PARTITION AND PERMANENTLY DELETE THEM.
2. TRY TO KEEP YOUR SETTINGS (Experimental, might NOT result in a properly working firmware when downgrading):
SELECT ONLY THE "Contents" folder and PERMANENTLY DELETE IT (maybe PRF2SAFE.RCV too, if you see it, also if you are going to use a NON-exFAT firmware version (using --noexfat option) you should make sure to delete save/8000000000000047).

After the previous SYSTEM install has been cleaned out in the way of your choosing, go to the SYSTEM folder inside the GENERATED NX-X.X.X location in Windows Explorer
Select all the files and folders, press CTRL+C (for copy), then go back into the mounted partition drive letter, and press CTRL+V (for paste), confirming any Merge/Overwrite dialogs that show up
2018-07-06_15-14-20_vDe9xPS05.png

2018-07-06_15-17-01_azcGtDFzB.png


It may take a while to complete (at around 5MB/s), wait it out. After it's done, go back into the "Operations on SYSTEM" dialog in HacDiskMount, click on Unmount, then close it.

STEP 8.8: Transferring the FILES for USER
Still in HacDiskMount, double click on USER, Test the key, if its green, continue
Mount the partition the same way you did before, by choosing a drive letter, checking "Passthrough zeroes", and clicking on Mount

What you do here depends on if you chose to SYSTEM INITIALIZE for SYSTEM or NOT.
If you did SYSTEM INITIALIZE, you would want to DELETE ALL THE FILES AND FOLDERS on the mounted drive letter before transferring the new ones
But if you TRIED TO KEEP YOUR SETTINGS, you DO NOT DELETE ANYTHING (except maybe PRF2SAFE.RCV) on the mounted drive letter.

After that, just go to the USER folder inside the GENERATED NX-X.X.X location in Windows Explorer
Select all the files and folders, press CTRL+C (for copy), then go back into the mounted partition drive letter, and press CTRL+V (for paste)
Confirm any Merge/Overwrite dialogs that show up like you did for SYSTEM

After it's done, go back into the "Operations on USER" dialog in HacDiskMount, click on Unmount, then close it.
You are actually completely done with HacDiskMount at this point, you can close the whole program.
Since we won't be writing to eMMC anymore, you can turn off the Switch by holding the Power button for 12 seconds.

STEP 9: LAUNCHING THE FIRMWARE FOR THE FIRST TIME
The firmware must be launched via a specially configured hekate_ipl.ini (EVEN IF YOU ALREADY HAVE A hekate_ipl.ini SET UP, YOU MUST OVERWRITE IT WITH THIS ONE)
Get your Switch into RCM mode, send the memloader.bin payload to it
On the switch's screen, navigate to ums_sd.ini using the volume buttons, then launch it with the Power Button.
The screen should stay illuminated but black. The disk should show up like in the last 2 steps. Additionally it should just show up as a drive letter, just like a card reader would.

Go to the microSD folder inside the GENERATED NX-X.X.X location in Windows Explorer
Select all the files and folders, press CTRL+C (for copy), then go into the drive letter that showed up (for your microSD), and press CTRL+V (for paste)
Confirm any Merge/Overwrite dialogs that show up (YOU MUST OVERWRITE YOUR hekate_ipl.ini FOR NOW)
After it's done, right click on the drive letter in "My Computer"/"This PC" and click on Eject (to do a Safe Remove/Cache flush)
Then turn off your switch by holding the Power button for 12 seconds.

Since the microSD is now set up, the firmware can be launched via Hekate.
Send a hekate_ipl.bin payload via RCM, and on the Hekate screen on the Switch, you MUST CHOOSE Launch firmware -> FS_XXX option (XXX being a firmware version)
The switch will now boot normally, and either present you with the First time Setup screen (if you decided to do a SYSTEM INITIALIZATION), or just the normal menu.
Complete the First time Setup if you have to, then continue.

STEP 10: LAUNCHING THE FIRMWARE ANY OTHER TIME
IF YOUR CARTRIDGE SLOT WORKS ON <4.0.0 FIRMWARE AND YOU WISH TO KEEP IT THAT WAY, YOU MUST ALWAYS LOAD 4.0.0 OR HIGHER FIRMWARE USING THE [FS_XXX] OPTION WHICH USES REPLACEMENT FS_XXX_nogc.kip1 SYSMODULE VIA HEKATE ! EVEN A SINGLE BOOT WITHOUT THAT SYSMODULE REPLACEMENT USED WILL PERMANENTLY UPGRADE THE GAME CARTRIDGE CONTROLLER FIRMWARE TO THE 4.0.0 VERSION, MAKING IT UNUSABLE IN EARLIER FIRMWARES (so any "CFW" ini files you use YOU MUST ADD THE PROPER FS_XXX_nogc.kip1 LINE TO ALL ENTRIES).

You can now extract/use any hekate sdfiles zip back onto your microSD, and launch via hekate Launch firmware -> stock/CFW options like normal.
The switch will be in AutoRCM mode too, so your fuses are not at risk of being accidentally burned if it decides to power up normally.

STEP 11: ENJOY
 
Last edited by rajkosto,

Minkaxy

Active Member
Newcomer
Joined
Nov 19, 2018
Messages
43
Trophies
0
Age
40
XP
547
Country
Thailand
I was on 6.1.0 and try to install new 6.1.0 again because my nintendo was brick when I try to restore my 5.1.0 rawnand.
Then I try to install new firmware with choidujour and it stuck when mount system and user because it asked me to format everytime.

PS. I try with another normal NX with fw 6.1.0 too, It can mount system and user but ask to format everytime.
Maybe it has changed when update fw 6.1.0. I don't know.
 

Antichristal

Member
Newcomer
Joined
Nov 18, 2018
Messages
7
Trophies
0
Age
25
XP
80
Country
Czech Republic
I was on 6.1.0 and try to install new 6.1.0 again because my nintendo was brick when I try to restore my 5.1.0 rawnand.
Then I try to install new firmware with choidujour and it stuck when mount system and user because it asked me to format everytime.

PS. I try with another normal NX with fw 6.1.0 too, It can mount system and user but ask to format everytime.
Maybe it has changed when update fw 6.1.0. I don't know.

I fear that myself, i have done a very similar thing as you. Was on 6.0 and tried to restore 5.1 nand, also nintendo boot logo and then black screen, can anyone help please?
 

xHR

Well-Known Member
Member
Joined
Apr 20, 2013
Messages
125
Trophies
1
Age
36
Website
twitter.com
XP
1,003
Country
Tried to make 610, but got an error

ChoiDujour 1.1.0 by rajkosto
uses hactool by SciresM (https://github.com/SciresM/hactool)
visit https://switchtools.sshnuke.net for updates and more Switch stuff!

Using source firmware files from folder 610
Traceback (most recent call last):
File "ChoiDujour.py", line 517, in <module>
File "ChoiDujour.py", line 225, in call_hactool
Exception: Error: section 0 is corrupted!

[15920] Failed to execute script ChoiDujour

Can anyone help me?
 

Zaybokk

Well-Known Member
Member
Joined
Jan 28, 2014
Messages
333
Trophies
0
Location
FÓDLAN
XP
361
Country
United Kingdom
the folder that ChoiDujour creates is called NX-5.1.0 so having the source folder be the same name might be confusing it. the original folder you want should contain two folders named placehld and registered (possibly both within another folder called Contents). just start from scratch but rename the folder NX-5.1.0 to something else, it looks like it's finishing but failing the file verification because of the confusing pathname or whatever

cant get ChoiDujour-(PC Version) to work, -console is was upgraded 6.2.0 by a friend accidentally yesterday when we was playing Pokémon let's go
:( to latest version and I Didn't make a nand backup*gulp*
but I do have -(I think the proper keys?) for my console, any hope for me?..
console does still cut on and what not -(its not bricked or nothing)..
just can't seem to get ChoiDujour-(PC Version) I have tried everything no luck :( ?.. I read so much and tried nearly everything I could think of
but nothing working for me yet.. I have read somewhere along the lines if u at least have your BIS keys-(but yet I don't know how there named on txt file or even to which keys are inside that file??).. u can still downgrade with some tools or programs like ChoiDujour-(PC Version) and memloader..
 

xHR

Well-Known Member
Member
Joined
Apr 20, 2013
Messages
125
Trophies
1
Age
36
Website
twitter.com
XP
1,003
Country
cant get ChoiDujour-(PC Version) to work, -console is was upgraded 6.2.0 by a friend accidentally yesterday when we was playing Pokémon let's go
:( to latest version and I Didn't make a nand backup*gulp*
but I do have -(I think the proper keys?) for my console, any hope for me?..
console does still cut on and what not -(its not bricked or nothing)..
just can't seem to get ChoiDujour-(PC Version) I have tried everything no luck :( ?.. I read so much and tried nearly everything I could think of
but nothing working for me yet.. I have read somewhere along the lines if u at least have your BIS keys-(but yet I don't know how there named on txt file or even to which keys are inside that file??).. u can still downgrade with some tools or programs like ChoiDujour-(PC Version) and memloader..
File with keys must be a simple text file. Just opoen it in notepad.
You can check your keys with hackdiskmount (just mount you console with memloader and check keys one by one just like in this topic said)
 
  • Like
Reactions: Zaybokk

Minkaxy

Active Member
Newcomer
Joined
Nov 19, 2018
Messages
43
Trophies
0
Age
40
XP
547
Country
Thailand
cant get ChoiDujour-(PC Version) to work, -console is was upgraded 6.2.0 by a friend accidentally yesterday when we was playing Pokémon let's go
:( to latest version and I Didn't make a nand backup*gulp*
but I do have -(I think the proper keys?) for my console, any hope for me?..
console does still cut on and what not -(its not bricked or nothing)..
just can't seem to get ChoiDujour-(PC Version) I have tried everything no luck :( ?.. I read so much and tried nearly everything I could think of
but nothing working for me yet.. I have read somewhere along the lines if u at least have your BIS keys-(but yet I don't know how there named on txt file or even to which keys are inside that file??).. u can still downgrade with some tools or programs like ChoiDujour-(PC Version) and memloader..

Choidujour is work in command line (cmd), there is no gui version of it.
 
  • Like
Reactions: Zaybokk

Zaybokk

Well-Known Member
Member
Joined
Jan 28, 2014
Messages
333
Trophies
0
Location
FÓDLAN
XP
361
Country
United Kingdom
File with keys must be a simple text file. Just opoen it in notepad.
You can check your keys with hackdiskmount (just mount you console with memloader and check keys one by one just like in this topic said)

yes, I did that-mounted with hackdiskmount, but it only showed my partitions on the console, after that and I backed them over but what now?.. and I read somewhere you can copy your rawnand.bin file-(but that wouldnt matter i suppose considering I got accidentally updated to 6.2.0) or something like that but it only showed other files instead of that... I have the keys.txt file(s) but ChoiDujour-(PC Version) and some other programs doesn't make it clear which exactly key txt file(s) u need and exactly how to use them, I followed that one guide about restoring your nand, but I don't have a nand backup so im thinking is there maybe other steps I can take or what I need to do, but I have bis keys I believe proper ones?, and also don't even know what there named, example like: biskey.txt , biskeys.txt, biskeys.bat keys.ini , keys.txt keys.ini?.. see my point... so confusing about all this.. also don't even know what size there supposed to be, I used hacktoolgui on pc, but every xci I used didn't work, just empty folder afterwards, also I have firmware update folder(s) of 5.1.0 and also 6.1.0, but the thing is about them, doesn't exactly state on them guides I read, how there folder structure is suppose to be also and the directories are suppose to be and look like.. any help would be much appreciated guys.. also one last thing when trying ChoiDujour-(PC Version) it always says hacktool keys file don't exist. and sometimes says pc/user/.switch/ prod.keys don't exist yet I have them-(but not there that directory because its not possible, also how can one have a folder named with a period before?. I tried to put a period on in folder name windows 10 doesn't allow period like .switch before it, at least for me it doesn't??.. im lost at this point..

this what hacdiskmount I used afterwards in folder..
 

Attachments

  • __.png
    __.png
    30.5 KB · Views: 170
Last edited by Zaybokk,

Minkaxy

Active Member
Newcomer
Joined
Nov 19, 2018
Messages
43
Trophies
0
Age
40
XP
547
Country
Thailand
yes, I did that-mounted with hackdiskmount, but it only showed my partitions on the console, after that and I backed them over but what now?.. and I read somewhere you can copy your rawnand.bin file-(but that wouldnt matter i suppose considering I got accidentally updated to 6.2.0) or something like that but it only showed other files instead of that... I have the keys.txt file(s) but ChoiDujour-(PC Version) and some other programs doesn't make it clear which exactly key txt file(s) u need and exactly how to use them, I followed that one guide about restoring your nand, but I don't have a nand backup so im thinking is there maybe other steps I can take or what I need to do, but I have bis keys I believe proper ones?, and also don't even know what there named, example like: biskey.txt , biskeys.txt, biskeys.bat keys.ini , keys.txt keys.ini?.. see my point... so confusing about all this.. also don't even know what size there supposed to be, I used hacktoolgui on pc, but every xci I used didn't work, just empty folder afterwards, also I have firmware update folder(s) of 5.1.0 and also 6.1.0, but the thing is about them, doesn't exactly state on them guides I read, how there folder structure is suppose to be also and the directories are suppose to be and look like.. any help would be much appreciated guys.. also one last thing when trying ChoiDujour-(PC Version) it always says hacktool keys file don't exist. and sometimes says pc/user/.switch/ prod.keys don't exist yet I have them-(but not there that directory because its not possible, also how can one have a folder named with a period before?. I tried to put a period on in folder name windows 10 doesn't allow period like .switch before it, at least for me it doesn't??.. im lost at this point..

this what hacdiskmount I used afterwards in folder..

Get your key first with this guide :
/threads/how-to-get-switch-keys-for-hactool-xci-decrypting.506978/
(Gbatemp don't allow me to post hyperlink)

Then rename and paste it in .switch folder or else your have to use choidujour.exe with --keyset=
option.
 

Zaybokk

Well-Known Member
Member
Joined
Jan 28, 2014
Messages
333
Trophies
0
Location
FÓDLAN
XP
361
Country
United Kingdom
Get your key first with this guide :
/threads/how-to-get-switch-keys-for-hactool-xci-decrypting.506978/
(Gbatemp don't allow me to post hyperlink)

Then rename and paste it in .switch folder or else your have to use choidujour.exe with --keyset=
option.


tried this with no success, windows 10 doesn't allow a folder being named or renamed with a period before its name??-(.switch), unless choidujour.exe or some other program or tool can do this somehow??.. I tried using choidujour.exe but everytime I try anything with it-(command line wise) it wont work just says: path or keys.txt file(s) doesn't exist, or hacktool keys file doesn't exist??, but the thing is I don't know exactly how to create hacktool keys fle , this is my understanding of creating a *fully populated hacktool keys file* is to take some firmware update folder-(mine contain many .nca files within one folder) or game .xci file and extract and or both??, but as I said I don't know the folder structure or directories within them or how there suppose to be or which they use to create there separate folder(s) or file(s) within them ..
also when or if** I do manage to create this folder-(.switch) where does it even go??.. also the keys file within it, what is it suppose to be named and also don't even know how keys are required within the keys txt file that it makes?, or this all done automatically done with by using choidujour.exe?..
basically which command line(s) are best to use with this tool?.. or in my case which file(s) are required to for it to work properly I guess?..

--------------------- MERGED ---------------------------

one im using now but says just like other guide I first to follow is that I need a *fully populated hacktool keys file* but no success on creating this part when im stuck on right now... hacktollgui I used but, it gives me a keys.dat file but lost at that point.. any help would be appreciated guys thanks for the help...

also another thing this guide doesn't tell you what to do if u have already created your keys or have them prior to doing the guide and also doesn't tell you what to do or which steps to skip, or what to do if u already used hackdiskmount backing up your partitions from the console prior to this guide, like when it tells you to mount your console to pc using hackdiskmount or ether. I also went ahead and enabled auto rcm, because I read on some forums to enable this feature to prevent any code being sent to Nintendo to prevent the console to burn anymore fuses during an any updates that might have been done , and also by enabling this feature auto rcm, to my understanding by doing this, it also enables you to downgrade because of the burnt fuse count , it just stops auto sleep but that's okay, so this wont happen again during cold boot process, I read some forums also u need 7 fuse count not 8, I have 8 fuse count now because of the restart after console doing the update to 6.2.0, it does this automatically unless you had auto rcm prior to this update being done on your console, I didn't prior to this but I do now.. but homebrew does still boot so I don't know how true this is or not.. I don't believe this is entirely true because if it was, I don't see the console being able to boot any homebrew code and even almost starting them during code boot, I don't think personally being fuse count 8 instead of 7 prevents downgrade, they said you still can downgrade on other guides, it just stops auto sleep feature.. but correct as needed please thanks, if any...

guys, it was cracked , help me implement this so homebrew can be updated to be working again, so people that's still on 6.2.0 like me
can use it..

 
Last edited by Zaybokk,

Minkaxy

Active Member
Newcomer
Joined
Nov 19, 2018
Messages
43
Trophies
0
Age
40
XP
547
Country
Thailand
Anyway, Do someone know why I can't mount my system and user partition in hacdiskmount?

when I mount it, It says I have to format it.

I try everything but no luck.

Thanks.
 

jobert

New Member
Newbie
Joined
Nov 17, 2018
Messages
2
Trophies
0
Age
24
XP
63
Country
United States
Is there any other way to install the drivers for hacdiskmount, every time I try to click the install button it just says "The Configuration Registry Database is corrupt"
 

Zaybokk

Well-Known Member
Member
Joined
Jan 28, 2014
Messages
333
Trophies
0
Location
FÓDLAN
XP
361
Country
United Kingdom
The new 6.2.0 update burnt my fuses before it even downloaded the full update :(
I clicked on restart Switch a little too fast...

me too

guys need help downgrading to 6.1.0 from 6.2.0, but having problems and stuck on this point.. any help would be appreciated.. using :
https://guide.sdsetup.com/#/manual620downgrade
on :
Step 4: Converting Firmware Files
where it says this: In the command prompt, type "ChoiDujour.exe --keyset=keys.txt fw" without quotes
problems with : ChoiDujour.exe
dont work for me trying this, in the pic(s) below...

also second problem is below as with this:
https://gbatemp.net/threads/how-to-get-switch-keys-for-hactool-xci-decrypting.506978/
#4 - Dumping Keys
  1. python keys.py SBK_Here_From_Biskeydump TSEC_Here_From_Biskeydump
  2. It should say: "Now you can do hactool --keyset=keys.txt to use them!", if it does, and there's no warning messages, you're good to go! :O
  3. but here's also it gives me problems trying this...
 

Attachments

  • tuhyv.png
    tuhyv.png
    17.3 KB · Views: 145
  • yuhju.png
    yuhju.png
    17.9 KB · Views: 172
Last edited by Zaybokk,

Zaybokk

Well-Known Member
Member
Joined
Jan 28, 2014
Messages
333
Trophies
0
Location
FÓDLAN
XP
361
Country
United Kingdom
Traceback (most recent call last):
File "ChoiDujour.py", line 373, in <module>
File "ChoiDujour.py", line 209, in call_hactool
Exception: Invalid NCA header! Are keys correct?

[11252] Failed to execute script ChoiDujour

Whats wrong?

This Method works with TX SX OS?

what its saying on mine as well, more or less and tried on other threads and other pages no one is helping yet for three days now... any help would be appreciated..
 
Last edited by Zaybokk,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    The Real Jdbye @ The Real Jdbye: @BakerMan needs more expand dong