Skip to content

Instantly share code, notes, and snippets.

@gatopeich
Created July 12, 2020 12:34
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gatopeich/4aa91cf60f4a1183f79f08d404475d5b to your computer and use it in GitHub Desktop.
Save gatopeich/4aa91cf60f4a1183f79f08d404475d5b to your computer and use it in GitHub Desktop.
Run Wii games from SD card in quick, safe and easy steps (2020 mini guide)

After spending days following some obsolete or incomplete or just too long and specific guides, here is my take on setting up a Wii in the year 2020

  1. Format SD card with 1 partition of 32kb clusters: sudo mkdosfs /dev/sdXX -s 128 -F 32. Up to 32GB SD-HC should work fine, despite what was said in old forums
  2. Install BootMii + HBC with LetterBomb: https://wiibrew.org/wiki/LetterBomb
  3. BACKUP your NAND with BootMii to be safe from bricking: https://sites.google.com/site/completesg/how-to-use/bootmii This is mostly for peace of mind though
  4. Install cIOS 249 base 56 v10 beta52 on slot 249 and base 57 on slot 250. This is the most complex step, be careful to follow the instructions here: https://sites.google.com/site/completesg/backup-launchers/installation Note: Pre-download IOS56-64-v5661.wad and IOS57-64-v5918.wad into the SD to avoid errors. The rest is included in the cIOS installers.
  5. Install WiiFlow Lite 5.4.6+. I tried many other loaders, this is the one that works flawlessly as of July 2020. Instructions: https://gbatemp.net/threads/wiiflow-lite.422685/
  6. Copy your legit game backups into SD card folder /wbfs/, named with their 6-letter codes. E.g. "R64P01.wbfs" for Wii Music PAL version.
  7. Install WiiFlow chanel forwarder to access it more directly (from the main Wii screen)

Now game backups should work fine from forwarded WiiFlow channel, and I recommend:

  1. Make your Wii boot directly into WiiFlow with Priiloader or BootMii forwarder loader: https://sites.google.com/site/wiiflowiki4/installing-wiiflow
  2. Install latest Homebrew Browser to have access to a bunch of tools directly from your Wii
  3. Install WiiXplorer (from HB) to be able to edit and manage files directly on the Wii.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment