Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guide with clearer info on SD card formatting requirement #134

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,17 @@ For the [BlueBomb](bluebomb), [str2hax](str2hax), or [FlashHax](flashhax) exploi

::: info

FAT32 is the recommended file system for SD cards, see [this guide](https://wiki.hacks.guide/wiki/Formatting_an_SD_card) on formatting instructions.
The Wii can read SD cards of any capacity (even those larger than 32GB), but the card must be formatted to FAT32 (**not** exFAT or NTFS). See [this guide](https://wiki.hacks.guide/wiki/Formatting_an_SD_card) on formatting instructions.

For USB devices, FAT32 is also recommended, although users should be aware of FAT32 limitations which only allow volumes up to 2TB in size. WBFS was a previously used file system for Wii game backups (not to be confused with WBFS files) - today, it is outdated and should not be used.
For USB devices, FAT32 is also recommended, although users should be aware of FAT32 limitations which only allow volumes up to 2TB in size and files up to 4GB in size. WBFS was a previously used file system for Wii game backups (not to be confused with WBFS files) - today, it is outdated and should not be used.

:::

::: warning

For stock Wii Menu versions lower than 4.0, a limitation in the Wii system software prevents SD cards bigger than 2GB from being used.

For stock Wii Menu versions 4.0 or higher, this limitation is removed and SD cards of various sizes can be used.

Your highest chance of getting a working SD card on any Wii is at sizes 32GB or lower, but success has been reported various times on cards ranging up to 256GB.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I felt this paragraph entirely unnecessary -- we have seen countless examples of people having success with cards greater than 32GB at this point.

For stock Wii Menu versions 4.0 or higher, this limitation is removed and SD cards of any size can be used.

:::

Expand Down Expand Up @@ -147,4 +145,4 @@ If your ISP will not let you change these settings, or your current networking h
+ You can use a LAN adapter. It must have the `ASIX AX88772` chipset or say “compatible with Wii”. Here is a [recommended LAN adapter by uGreen](https://a.co/d/3OcSJDS).
+ Alternatively, you can buy a secondary router and continue to use the network you already have, like a mesh. Any cheap router meeting the above standards (such as the Linksys WRT54G) will work.

For the Wii U, vWii uses the internet settings set in the Wii U's main settings, but can be optionally separated with the `Wii VC Launch` Aroma plugin.
For the Wii U, vWii uses the internet settings set in the Wii U's main settings, but can be optionally separated with the `Wii VC Launch` Aroma plugin.
2 changes: 1 addition & 1 deletion docs/key-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Be especially cautious with IOS to avoid bricking, since they are specifically d

## Storage Compatibility

For SD cards, you will want a minimum of 128MB to run an exploit. On average, however, you will want a card that is sized 2GB or more. Format instructions are listed [here](https://wiki.hacks.guide/wiki/Formatting_an_SD_card).
For SD cards, you will want a minimum of 128MB to run an exploit. On average, however, you will want a card that is sized 2GB or more. The Wii can read SD cards of any capacity (even those larger than 32GB), but the card must be formatted as FAR32 (**not** exFAT or NTFS). For instructions on properly formatting your SD card, [see here](https://wiki.hacks.guide/wiki/Formatting_an_SD_card).

For USB devices, you will want to use a USB hard drive or solid state drive formatted as FAT32. We do not recommend using flash drives as they are prone to failure or not working as intended with a Wii.

Expand Down
4 changes: 4 additions & 0 deletions docs/str2hax.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

::: warning

Though str2hax allows you to install the Homebrew Channel on a Wii without an SD card, other vital steps later on (such as installing BootMii) still require an SD card.

::: warning

Note that if your ISP or networking environment prevents using custom DNS servers, str2hax will not work and you should [choose another exploit to use](get-started).

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/wii-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ If your disc was dumped to a FAT32 device, you should have gotten at least two f
* A PC running MacOS or Linux
* A USB drive or SD card
* A dumped ISO from a Wii game disc
* [Wii Backup Fusion](https://github.com/larsenv/Wii-Backup-Fusion)
* [Wii Backup Fusion](https://github.com/larsenv/Wii-Backup-Fusion/releases)
* [Wiimm's ISO Tools](https://wit.wiimm.de/download.html)

### Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/wiiu-nand-dumper.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If your Wii U side is already modded, proceed to [Installing the Homebrew Channe

::: info

Your SD Card will need to be formatted as FAT32. If your SD Card is not formatted to FAT32, use [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) with 32k (32768) Allocation unit size to format it. **Do not** label the SD Card as `wiiu` or it will cause issues with homebrew.
Your SD Card will need to be formatted as FAT32. If your SD Card is not formatted to FAT32, follow [this guide](https://wiki.hacks.guide/wiki/Formatting_an_SD_card) to format it. **Do not** label the SD Card as `wiiu` or it will cause issues with homebrew.


## Requirements
Expand Down
4 changes: 2 additions & 2 deletions docs/wilbrand.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Wilbrand Web is recommended for its ease of use.

### Requirements

* An SD card formatted to FAT32/MS-DOS
* An SD card formatted to FAT32/MS-DOS ([formatting guide here](https://wiki.hacks.guide/wiki/Formatting_an_SD_card))
* A Wii on version 3.0 or newer

::: warning
Expand Down Expand Up @@ -83,7 +83,7 @@ SD cards larger than 2GB will not work on Wii menu versions before 4.0.
### Requirements

* A computer running Windows, macOS or Linux
* An SD card formatted to FAT32/MS-DOS
* An SD card formatted to FAT32/MS-DOS ([formatting guide here](https://wiki.hacks.guide/wiki/Formatting_an_SD_card))
* A Wii on version 3.0 or newer
* [Wilbrand](https://static.wiidatabase.de/Wilbrand.zip)
* [HackMii Installer v1.2](https://bootmii.org/download/)
Expand Down
Loading