From 4166077651e5b31b76a18884970ddbc25e590821 Mon Sep 17 00:00:00 2001 From: playerjmr Date: Mon, 2 Oct 2023 17:47:31 -0500 Subject: [PATCH] Wii mini nand backup page --- _pages/en_US/wnd-mini.md | 83 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 _pages/en_US/wnd-mini.md diff --git a/_pages/en_US/wnd-mini.md b/_pages/en_US/wnd-mini.md new file mode 100644 index 000000000..b2cb1b955 --- /dev/null +++ b/_pages/en_US/wnd-mini.md @@ -0,0 +1,83 @@ +--- +title: "Wii mini NAND Dumper" +--- + +{% include toc title="Table of Contents" %} + +This tutorial will show you how to dump your Wii mini's NAND without having to solder an SD card slot. This was made possible by [nitr8](https://gbatemp.net/members/nitr8.72581/). + + +For support (in English) with Wii mini hacking, join [Wii mini Hacking](https://discord.gg/6ryxnkS) on Discord. +{: .notice--info} + +If you have a Wii or a Wii mini with an SD card slot soldered, follow [this tutorial](bootmii) to dump your NAND. +{: .notice--info} + +There is no way to restore your NAND backup this way without a hardmod. +{: .notice--info} + +### Requirements + +* A Wii +* A USB drive +* [Simple IOS Patcher for Wii mini](https://oscwii.org/library/app/SimpleIOSPatcher_Mini) +* [RealWnD for Wii mini](https://oscwii.org/library/app/RealWnD_Mini) +* [Xyzzy Mod](https://oscwii.org/library/app/xyzzy-mod) + +### Instructions + +#### Section I - Dumping and Patching IOS 36 + +1. Download both the Simple IOS Patcher for Wii mini and RealWnD for Wii mini, and extract both zip files to the root of your USB drive. + +1. Insert the USB drive into your Wii mini, and launch the Simple IOS Patcher for Wii mini from the Homebrew Channel. +1. It should start to automatically detect your IOS 36 version and proceed to patch it into slot 236. It will also give you the IOS 236 wad file on your USB. + +#### Section II - Dumping the NAND + +1. Launch RealWnD for Wii mini from the Homebrew Channel. +1. It should automatically detect IOS 236 on your Wii mini and apply some runtime patches to begin dumping your NAND. +1. When it is done, you will have 3 new files on your USB: + +``` +WiiFlash_n_ECC.img +WFD_XXX_YY.img +WiiFlash.log +``` + +The `WiiFlash_n_ECC.img` is your NAND image. The other two files are "error" data, and are useless. + +#### Section III - Dumping the Wii mini's Keys + +1. Launch xyzzy mod from the Homebrew Channel. +1. Select `USB device` + + It should start retriving your console information. +1. When it is done, press any button to exit. + + You will have 4 new files on your USB: + + ``` + bootmii_keys.bin + device.cert + keys.txt + otp.bin + seeprom.bin + ``` + +For now, only the `bootmii_keys.bin` file is required. + + +#### Section IV - Optional: Upload your NAND to Dolphin Emulator + +1. Connect the USB to your PC. +1. Open Dolphin Emulator on your PC. +1. Select the tools tab, and in the dropdown menu, go to "manage NAND", and then select "Import BootMii NAND Backup". +1. Select the dropdown to the right next to the file name bar and then choose the "All Files" option. +1. Locate your `WiiFlash_n_ECC.img` file and select "open". +1. Another window will pop up asking for the keys. Locate `bootmii_keys.bin` and select open. + +[Continue to the Homebrew Browser](hbb)
+The Homebrew Browser is a good place to get homebrew on your Wii. This is optional to install. You may need a USB hub that can be externally powered. +{: .notice--info} + +[Click here to go back to the site index.](site-navigation) +{: .notice--info}