Emummc (emunand) manual guide
guide was written for windows users
Guide is not finished
This guide is unfinished and may contain errors. Continue at your own risk! This guide is more as something you can hold onto while doing this. Report any errors in the guide to Such Meme, Many Skill#2921 on discord.
What you need:
- a microsd card of at least 64gb
- an unpatched switch
- lots of spare time
- Minitool partition wizard free (or any other decent partition manager)
- atmosphere 0.9.0 or later
- MakeEmu
Instructions:
Part 1: The backups
Before you start:
Make sure you've deleted all your wifi connections on your switch beforehand. It's not a good idea to connect to the internet in emunand. You can add the wifi networks back on sysnand after following this guide.
- Boot into hekate and make a boot0/1 and raw gpp backup
- Copy these backups to your pc into a folder
- If your backup files are split, combine them using the hekate combiner scripts
- Copy the MakeEmu.exe to the folder containing the nand backup + boot0/1 backup
Part 2: The formatting
- Open Minitool and go to
Disk & Partition Management
- Locate your sd card and partition it as follows:
- Make 2 partitions
- The last partition needs to be 29.2GB in size, the first partition you can fill the rest of the space with
- Both partitions should be fat32
- Both partitions should be primary partitions
Part 3: The flashing
- Open an administrator command prompt and navigate to the folder containing your nand backup
- Make sure your boot0 is called
BOOT0
, your boot1 is calledBOOT1
and your rawnand is calledrawnand.bin
- Find the drive letter for the 29.2 GB partition on your sd card
- Type the following into cmd:
MakeEmu BOOT0 BOOT1 rawnand.bin <drive letter>
- Replace
<drive letter>
with your drive letter, followed by:
, so for exampleK:
- Replace
- While this is copying, note down the emummc_sector displayed inside the app. You'll need this later.
Part 4: Setup ini
- Create a folder on the root of the sd card called
emummc
- Create a file in the emummc folder called
emummc.ini
. Put the following into that ini:
[emummc]
emummc_enabled = 1
emummc_sector = 0x00000000
Replace 0x00000000
with the offset you got from part 3 in MakeEmu!
Now if you boot fusee-primary.bin, you'll instead boot into emunand. You'll see the new black and white atmosphere logo if you did it successfully.
Your emunand's Nintendo folder can be found in your emummc
folder. It will be called something like Nintendo_0000
.