2019-12-04 00:20:15 +01:00
# Recover a Corrupted IOS
2020-01-02 08:26:45 +01:00
---
2019-12-02 23:37:49 +01:00
This page will guide you through the process of recovering a corrupted IOS on your vWii.
2019-12-02 00:29:10 +01:00
2020-04-22 16:22:21 +02:00
!> Do not use this method for anything else than [Recovering your Mii Channel ](recover-mii-channel ) or the following page.
2019-12-02 00:29:10 +01:00
2019-12-04 00:20:15 +01:00
### What You Need
2019-12-02 00:29:10 +01:00
2019-12-09 05:57:36 +01:00
<!-- tabs:start -->
#### **Windows**
2020-04-22 16:22:21 +02:00
- A working [Homebrew installation ](introduction ) on Wii U side
2019-12-09 05:57:36 +01:00
- This release of [FTPiiU Everywhere ](http://wiiubru.com/appstore/zips/fpiiu-cbhc.zip )
2020-01-17 23:51:11 +01:00
- An FTP client such as [FileZilla ](https://filezilla-project.org/download.php?show_all=1 )
2020-05-07 02:13:29 +02:00
- < a href = "https://github.com/ihaveamac/overwrite-wiiu-titlehash/releases/download/v1.0/overwrite-wiiu-titlehash.exe" download > overwrite-wiiu-titlehash.exe</ a >
2019-12-09 05:57:36 +01:00
#### **macOS & Linux**
2020-04-22 16:22:21 +02:00
- A working [Homebrew installation ](introduction ) on Wii U side
2019-12-09 05:57:36 +01:00
- This release of [FTPiiU Everywhere ](http://wiiubru.com/appstore/zips/fpiiu-cbhc.zip )
- The latest release of [Python ](https://www.python.org/downloads/ )
2020-01-17 23:51:11 +01:00
- An FTP client such as [FileZilla ](https://filezilla-project.org/download.php?show_all=1 )
2020-05-07 02:13:29 +02:00
- < a href = "https://github.com/ihaveamac/overwrite-wiiu-titlehash/raw/master/overwrite-wiiu-titlehash.py" download > overwrite-wiiu-titlehash.py</ a > ** (right-click -> Save link as... -> Click Save).**
2019-12-09 05:57:36 +01:00
<!-- tabs:end -->
2019-12-02 00:29:10 +01:00
### Instructions
2019-12-09 05:57:36 +01:00
<!-- tabs:start -->
#### **Windows**
1. Extract the `fpiiu-cbhc.zip` file to the root of your SD Card
1. Install FileZilla on your computer
#### **macOS & Linux**
1. Extract the `fpiiu-cbhc.zip` file to the root of your SD Card
1. Install FileZilla on your computer
1. Install Python on your computer
<!-- tabs:end -->
2019-12-02 00:29:10 +01:00
2020-03-23 15:26:19 +01:00
### Recovering The IOSes
2019-12-02 00:29:10 +01:00
2020-03-23 15:26:19 +01:00
!> **Do not** attempt to delete the `00000002` folder in `/slccmpt01/title/00000001` nor the `00000002.tik` file in `/slccmpt01/ticket/00000001` .
2019-12-02 00:29:10 +01:00
2020-04-22 16:22:21 +02:00
?> If you are using a system update blocking method, please [remove it ](unblock-updates ).
2019-12-02 00:29:10 +01:00
2019-12-16 03:25:44 +01:00
<!-- tabs:start -->
#### **Windows**
2019-12-03 17:52:47 +01:00
1. Power on your Wii U and launch the CFW of your choice (Mocha, Haxchi or CBHC)
2019-12-09 05:57:36 +01:00
1. Launch the Homebrew Launcher
1. Launch FTPiiU Everywhere
1. Launch FileZilla
1. Type in the IP address displayed by your Wii U in the `Host` field at the top of the window and click on `Quickconnect`
1. In FileZilla, navigate to `/slccmpt01/title/00000001`
2020-04-22 16:22:21 +02:00
1. Go to [this page ](ios-folders ) to see which folder/ticket you need to delete
2020-03-23 15:26:19 +01:00
1. Delete the corresponding folders of the IOSes you want to recover
2019-12-03 17:52:47 +01:00
1. Navigate to `/slccmpt01/ticket/00000001`
2020-03-23 15:26:19 +01:00
1. Delete the corresponding `.tik` files of the IOSes you want to recover
2019-12-09 01:45:54 +01:00
1. Launch the previously downloaded `overwrite-wiiu-titlehash.exe` file
2019-12-03 17:52:47 +01:00
1. Type in your Wii U's IP address and press Enter
1. Wait for it to finish what it's doing
2020-05-07 22:11:34 +02:00
- If an `err.log` file has been generated, please visit us in ** #wiiu -assistance** on [Nintendo Homebrew Discord ](https://discord.gg/C29hYvh ) and ask, in English, for assistance.
2019-12-03 17:52:47 +01:00
1. Exit FTPiiU Everywhere and the Homebrew Launcher
1. Launch the System Settings
2019-12-14 00:15:28 +01:00
1. Perform a [System Update ](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1136/~/how-to-perform-a-system-update )
2019-12-02 00:29:10 +01:00
2020-04-22 16:22:21 +02:00
?> You can now re-enable your [system update blocking method ](block-updates ).
2019-12-02 17:44:50 +01:00
2019-12-09 05:57:36 +01:00
### **macOS & Linux**
2019-12-02 00:29:10 +01:00
2019-12-03 17:52:47 +01:00
1. Power on your Wii U and launch the CFW of your choice (Mocha, Haxchi or CBHC)
1. Launch the Homebrew Launcher
1. Launch FTPiiU Everywhere
1. Launch FileZilla
1. Type in the IP address displayed by your Wii U in the `Host` field at the top of the window and click on `Quickconnect`
1. In FileZilla, navigate to `/slccmpt01/title/00000001`
2020-04-22 16:22:21 +02:00
1. Go to [this page ](ios-folders ) to see which folder/ticket you need to delete
2020-03-23 15:26:19 +01:00
1. Delete the corresponding folders of the IOSes you want to recover
2019-12-03 17:52:47 +01:00
1. Navigate to `/slccmpt01/ticket/00000001`
2020-03-23 15:26:19 +01:00
1. Delete the corresponding `.tik` files of the IOSes you want to recover
2019-12-09 05:57:36 +01:00
1. Open up a Terminal window
1. Use the following command: `cd <directory>`
- On macOS, the most common place to find your downloaded files is `/Users/username/Downloads`
- On Linux, the most common place to find your downloaded files is `/home/username/Downloads`
1. Use the following command: `python3 overwrite-wiiu-titlehash.py`
2019-12-03 17:52:47 +01:00
1. Type in your Wii U's IP address and press Enter
1. Wait for it to finish what it's doing
2020-05-07 22:11:34 +02:00
- If an `err.log` file has been generated, please visit us in ** #wiiu -assistance** on [Nintendo Homebrew Discord ](https://discord.gg/C29hYvh ) and ask, in English, for assistance.
2019-12-03 17:52:47 +01:00
1. Exit FTPiiU Everywhere and the Homebrew Launcher
1. Launch the System Settings
2019-12-14 00:15:28 +01:00
1. Perform a [System Update ](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1136/~/how-to-perform-a-system-update )
2019-12-02 00:29:10 +01:00
2020-04-22 16:22:21 +02:00
?> You can now re-enable your [system update blocking method ](block-updates ).
2019-12-02 17:44:50 +01:00
2019-12-02 00:29:10 +01:00
<!-- tabs:end -->