diff --git a/docs/bootmiirecover.md b/docs/bootmiirecover.md index 416b1a8a96b..d9cc65c4930 100644 --- a/docs/bootmiirecover.md +++ b/docs/bootmiirecover.md @@ -49,6 +49,9 @@ If you want to restore a game's save data, use Dolphin to import your NAND backu ## Instructions +1. Insert your SD card into your PC. +1. Determine if your NAND files are already on your SD card. If not, you must copy a backup of your `nand.bin` and `keys.bin` files to the SD card. +1. Insert your SD card into your Wii. 1. Launch the Homebrew Channel. 1. Press the HOME Button, then select "Launch BootMii". * If the Homebrew Channel is inaccessible and you have Priiloader installed, you may also access it on boot and select `BootMii IOS` to load BootMii. diff --git a/docs/nand-backup.md b/docs/nand-backup.md index fc4222559e0..ccfa6ccf5d6 100644 --- a/docs/nand-backup.md +++ b/docs/nand-backup.md @@ -65,15 +65,20 @@ Please read the below information before proceeding further. ![](/images/nanddumper@ios/dump-in-progress.png) -1. Once the NAND backup has concluded, press any button to exit nanddumper@ios. Your NAND backup and console keys will be output to your USB drive in directory `/wii/backups/`. +1. Once the NAND backup has concluded, press any button to exit nanddumper@ios. Your NAND backup and console keys will be output to your SD card or USB drive in the directory `/wii/backups/`. ![](/images/nanddumper@ios/dump-complete.png) +1. Insert your SD card or USB drive into your computer. + 1. On your computer, ensure that you rename `DATE_SERIAL_nand_XX.bin` to `nand.bin`, and `SERIAL_keys.bin` to `keys.bin`. This ensures that BootMii can properly parse your NAND backup in the event that it needs to be restored. ![](/images/nanddumper@ios/rename-files.png) ---- +1. Copy `nand.bin`, `keys.bin`, `sha1sums.txt`, and the .SHA1 hash file from the `/wii/backups` directory on your SD card or USB drive to a safe location. You may then optionally delete the files from your SD card or USB drive if you desire. + * Ideally, these backup files should be stored in at least two locations; preferably a local drive you have control over like your computer's hard drive, and in a cloud location, such as OneDrive or iCloud Drive. + + ![](/images/nanddumper@ios/PC-Copy.png) ::: tip @@ -162,6 +167,13 @@ Please read the below information before proceeding further. ![](/images/bootmii/BootMii_Return.png) +1. Insert your SD card into your computer. + +1. Copy `nand.bin` and `keys.bin` from the root of your SD card to a safe location. You may then optionally delete the files from your SD card or USB drive if you desire. + * Ideally, these backup files should be stored in at least two locations; preferably a local drive you have control over like your computer's hard drive, and in a cloud location, such as OneDrive or iCloud Drive. + + ![](/images/bootmii/PC-Copy.png) + --- ::: tip diff --git a/docs/public/images/bootmii/PC-Copy.png b/docs/public/images/bootmii/PC-Copy.png new file mode 100644 index 00000000000..5090e864acb Binary files /dev/null and b/docs/public/images/bootmii/PC-Copy.png differ diff --git a/docs/public/images/nanddumper@ios/PC-Copy.png b/docs/public/images/nanddumper@ios/PC-Copy.png new file mode 100644 index 00000000000..d92226a78db Binary files /dev/null and b/docs/public/images/nanddumper@ios/PC-Copy.png differ