2022-01-02 01:44:02 +01:00
# Tiramisu {docsify-ignore-all}
2021-12-30 22:07:43 +01:00
2022-01-02 01:44:02 +01:00
## SD Preparation
2021-12-30 22:07:43 +01:00
We will now place the required CFW files and some additional homebrew files on the SD Card.
?> **Notice**
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. </ br > **Do not** label the SD Card as `wiiu` or it will cause issues with homebrew.
2021-12-31 15:33:34 +01:00
?> **If you have an existing legacy CFW setup** </ br >
For **CBHC** users: go to the [Uninstall CBHC ](../uninstall-cbhc ) page to uninstall CBHC. </ br >
For **Haxchi** users: uninstall the Haxchi app from Data Management in the System Settings app. </ br >
For **Mocha CFW (Indexiine)** users: go to the [Uninstall Indexiine ](../uninstall-indexiine ) page to uninstall Indexiine. </ br >
For **Mocha CFW (Online Exploit)** users: you do not need to do anything before following this guide.
2022-01-02 01:44:02 +01:00
### What You Need
2021-12-30 22:07:43 +01:00
- The latest files from [Tiramisu for your café ](https://tiramisu.foryour.cafe ).
2022-09-13 15:24:38 +02:00
- Click on `Download Tiramisu` .
2022-04-17 17:37:17 +02:00
- The latest release of the [Sigpatches Module ](https://github.com/marco-calautti/SigpatchesModuleWiiU/releases ).
- You will need to download the `01_sigpatches.rpx` file.
2021-12-30 22:07:43 +01:00
2022-01-02 01:44:02 +01:00
### Instructions
2021-12-30 22:07:43 +01:00
1. Insert your Wii U's SD Card into your PC.
2022-06-13 16:10:16 +02:00
1. **Extract** and copy the contents of the newly downloaded Tiramisu *`.zip`* file to the root of your SD Card.
2022-01-01 22:14:00 +01:00
1. Copy the `01_sigpatches.rpx` file to `/wiiu/environments/tiramisu/modules/setup` on your SD Card.
2021-12-31 14:25:42 +01:00
2021-12-31 23:25:03 +01:00
?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes.
2023-02-16 02:25:08 +01:00
----------
### SD Card Layout {docsify-ignore}
< details >
< summary > Click here to show the final SD Card layout.< / summary >
```
💾sd:
┗ 📂wiiu
┣ 📂apps
┃ ┣ 📂homebrew_launcher
┃ ┃ ┣ 📜homebrew_launcher.elf
┃ ┃ ┣ 📜icon.png
┃ ┃ ┗ 📜meta.xml
┃ ┣ 📜PayloadLoaderInstaller.wuhb
┃ ┗ (All other apps should be here too)
┣ 📂environments
┃ ┣ 📂installer
┃ ┃ ┗ 📂modules
┃ ┃ ┗ 📂setup
┃ ┃ ┣ 📜00_mocha.rpx
┃ ┃ ┗ 📜90_launch_installer.rpx
┃ ┗ 📂tiramisu
┃ ┣ 📂modules
┃ ┃ ┗ 📂setup
┃ ┃ ┣ 📜00_mocha.rpx
┃ ┃ ┣ 📜01_sigpatches.rpx
┃ ┃ ┣ 📜50_hbl_installer.rpx
┃ ┃ ┗ 📜99_autoboot.rpx
┃ ┗ 📜root.rpx
┣ 📂payloads
┃ ┣ 📂default
┃ ┃ ┗ 📜payload.elf
┃ ┣ 📂fw_img_loader
┃ ┃ ┗ 📜payload.elf
┃ ┗ 📂nanddumper
┃ ┗ 📜payload.elf
┣ 📜payload.rpx
┗ 📜payload.elf
```
< / details >