You will need an SDcard and someway for windows to read it via a card reader – I used a usb card reader and a 4gb SDcard
Wii Homebrew Tutorial Step by Step
Tip/Note: I had trouble getting Homebrew Browser working so I just install by moving apps to the apps folder I created on the sdcard
Tip/Note:USB should be MBR not GPT partition
- Click Command Prompt
- Type: diskpart
- Press Enter
- Type: list disk
- Press Enter
- Remember the number of the disk (example:
2
) you want to convert. - Type: select disk 2Where 2 is the number of the disk that’s going to be converted.
- Press Enter
- Type: clean
- Press Enter
- Type: convert mbr
- Press Enter
- Disk #2 is now being converted
- You can type exit and hit Enter in Command Prompt to exit or continue setting up partitions on the new MBR disk.
To create new partitions using Command Prompt, follow these instructions:
-
- Type: create partition primary
- Press Enter
- Type: list volume
- Press Enter
Make sure the new volume is selected (look for the * on the left side) before you format the partition
- Type: format fs=fat32
- Press Enter
- Type: exit
- Press Enter