Pagination system changes

pull/4/head
Elpunical 5 years ago
parent 5d77e9c999
commit a2a7d0cd36
No known key found for this signature in database
GPG Key ID: A83AFC22339F8939

@ -29,4 +29,4 @@ This is needed if you ever need to perform a System Update.
1. You are now no longer blocking system updates.
<!-- tabs:end -->
<!-- tabs:end -->

@ -10,4 +10,30 @@ Make sure your Wii U has internet access for this step.
1. Take the SD Card out of your Computer and plug it into your Wii U console.
1. Launch the internet browser and open `wiiuexploit.xyz`.
1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cbhc/sd-preparation">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">SD Preparation</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/cbhc/nand-backup">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
</div>

@ -15,4 +15,30 @@ This page will install the Homebrew Launcher Channel as an application directly
1. Use the touchscreen to select `hbc`. Press `Install` and confirm with `Yes`.
1. Select NAND as the installation destination. This will install the Homebrew Launcher Channel to the Wii U Menu.
1. Once the process is finished, press the Home button until you're back at the Wii U Menu.
1. You will now see the Homebrew Launcher Channel installed on your Wii U Menu.
1. You will now see the Homebrew Launcher Channel installed on your Wii U Menu.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cbhc/launching-cfw">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Launching CFW</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/introduction">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Return To Home Page</div>
</a>
</div>
</div>

@ -23,4 +23,30 @@ Unlike systems such as the DSi, Wii, or 3DS, Wii U CFW is temporary. This means
1. Use the DPAD to navigate to `Autoboot: Disabled` and press the A button until it says `Autoboot: System Menu`.
1. Use the DPAD to navigate to `Boot System Menu` and press the A button. This will launch the Wii U Menu with CFW enabled.
1. Your console now automatically boots into CFW every reboot.
1. You can now re-attach any USB devices you had attached before starting the guide.
1. You can now re-attach any USB devices you had attached before starting the guide.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cbhc/nand-backup">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/cbhc/installing-hbc">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Install Homebrew Channel</div>
</a>
</div>
</div>

@ -22,4 +22,30 @@ In case anything should go wrong in the later process and your Wii U ends up bri
1. Press the A button to start the dumping process.
1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC.
1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer.
1. Delete the files from your SD Card to free up space.
1. Delete the files from your SD Card to free up space.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cbhc/browser-exploit">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/cbhc/launching-cfw">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Launching CFW</div>
</a>
</div>
</div>

@ -38,4 +38,30 @@ We will now place the required CFW files and some additional homebrew files on t
1. Extract the `wiiu-extracttosd.zip` file to the root of your SD Card
1. Extract the `homebrew_launcher.v.1.4.zip` to the root of your SD Card
1. Copy the `config.txt` file to the `haxchi` folder on your SD Card. Overwrite files if asked
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cfw-choice">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Choose Your CFW</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/cbhc/browser-exploit">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
</div>

@ -1,13 +1,12 @@
- **Navigation**
- [Return To Home Page](user-guide/introduction)
- [Return to Choose Your CFW](user-guide/cfw-choice)
- [Return To Choose Your CFW](user-guide/cfw-choice)
- **CBHC**
- [SD Preparation](user-guide/cbhc/sd-preparation)
- [Browser Exploit](user-guide/cbhc/browser-exploit)
- [Making a NAND Backup](user-guide/cbhc/nand-backup)
- [Launching CFW](user-guide/cbhc/launching-cfw)
- [Install Homebrew Channel](user-guide/cbhc/installing-hbc)
- [Return To Home Page](user-guide/introduction)
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com//huhenU/WiiUGuide)
- [![Discord](https://icongram.jgog.in/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh)

@ -34,4 +34,18 @@ There are two main CFWs: Haxchi/ColdBootHaxchi (CBHC) and Mocha.
- Needs to be re-launched through the browser exploit every reboot to enable CFW.
- Is not compatible with the Homebrew Launcher Channel.
### [**Continue with Mocha**](user-guide/mocha/sd-preparation) {docsify-ignore}
### [**Continue with Mocha**](user-guide/mocha/sd-preparation) {docsify-ignore}
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/introduction">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Introduction</div>
</a>
</div>

@ -10,4 +10,30 @@ Make sure your Wii U has internet access for this step.
1. Take the SD Card out of your Computer and plug it into your Wii U console.
1. Launch the internet browser and open `wiiuexploit.xyz`.
1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/haxchi/sd-preparation">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">SD Preparation</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/haxchi/nand-backup">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
</div>

@ -15,4 +15,30 @@ This page will install the Homebrew Launcher Channel as an application directly
1. Use the touchscreen to select `hbc`. Press `Install` and confirm with `Yes`.
1. Select NAND as the installation destination. This will install the Homebrew Launcher Channel to the Wii U Menu.
1. Once the process is finished, press the Home button until you're back at the Wii U Menu.
1. You will now see the Homebrew Launcher Channel installed on your Wii U Menu. Keep in mind you will need to launch cfw every reboot to run this channel.
1. You will now see the Homebrew Launcher Channel installed on your Wii U Menu. Keep in mind you will need to launch cfw every reboot to run this channel.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/haxchi/launching-cfw">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Launching CFW</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/introduction">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Return To Home Page</div>
</a>
</div>
</div>

@ -18,4 +18,30 @@ Unlike systems such as the DSi, Wii, or 3DS, Wii U CFW is temporary. This means
1. Once the installation has finished, your console will launch the Wii U Menu. You will see your game replaced by a Haxchi icon.
1. Run the modified DS game. This will reboot the console and enable CFW.
1. You will need to run your Haxchi DS game every reboot to launch CFW.
1. You can now re-attach any USB devices you had attached before starting the guide.
1. You can now re-attach any USB devices you had attached before starting the guide.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/haxchi/nand-backup">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/haxchi/installing-hbc">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Install Homebrew Channel</div>
</a>
</div>
</div>

@ -22,4 +22,30 @@ In case anything should go wrong in the later process and your Wii U ends up bri
1. Press the A button to start the dumping process.
1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC.
1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer.
1. Delete the files from your SD Card to free up space.
1. Delete the files from your SD Card to free up space.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/haxchi/browser-exploit">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/haxchi/launching-cfw">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Launching CFW</div>
</a>
</div>
</div>

@ -38,4 +38,30 @@ We will now place the required CFW files and some additional homebrew files on t
1. Extract the `wiiu-extracttosd.zip` file to the root of your SD Card
1. Extract the `homebrew_launcher.v.1.4.zip` to the root of your SD Card
1. Copy the `config.txt` file to the `haxchi` folder on your SD Card. Overwrite files if asked
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cfw-choice">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Choose Your CFW</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/haxchi/browser-exploit">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
</div>

@ -7,7 +7,6 @@
- [Making a NAND Backup](user-guide/haxchi/nand-backup)
- [Launching CFW](user-guide/haxchi/launching-cfw)
- [Install Homebrew Channel](user-guide/haxchi/installing-hbc)
- [Return To Home Page](user-guide/introduction)
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com//huhenU/WiiUGuide)
- [![Discord](https://icongram.jgog.in/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh)

@ -49,4 +49,20 @@ Keep your device plugged in throughout the entire process to avoid data loss or
Custom Firmware is not permanent with current methods and will be unloaded upon rebooting the system.
It is advised that you read the entire guide from start to finish one or more times before actually running through the guide with your system.
It is advised that you read the entire guide from start to finish one or more times before actually running through the guide with your system.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/cfw-choice">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Choose Your CFW</div>
</a>
</div>
</div>

@ -10,4 +10,30 @@ Make sure your Wii U has internet access for this step.
1. Take the SD Card out of your Computer and plug it into your Wii U console.
1. Launch the internet browser and open `wiiuexploit.xyz`.
1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/sd-preparation">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">SD Preparation</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/nand-backup">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
</div>

@ -12,4 +12,30 @@ Unlike systems such as the DSi, Wii, or 3DS, Wii U CFW is temporary. This means
1. Launch the Homebrew Launcher on your system as [previously explained](user-guide/mocha/browser-exploit).
1. Navigate the Homebrew Launcher and open the Mocha app.
1. Your console will launch the Wii U Menu and enable CFW.
1. You will need to re-do these steps every reboot to launch cfw.
1. You will need to re-do these steps every reboot to launch CFW.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/nand-backup">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/nand-backup">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Return To Home Page</div>
</a>
</div>
</div>

@ -22,4 +22,30 @@ In case anything should go wrong in the later process and your Wii U ends up bri
1. Press the A button to start the dumping process.
1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC.
1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer.
1. Delete the files from your SD Card to free up space.
1. Delete the files from your SD Card to free up space.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/browser-exploit">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/launching-cfw">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Launching CFW</div>
</a>
</div>
</div>

@ -31,4 +31,30 @@ We will now place the required CFW files and some additional homebrew files on t
1. Extract the `homebrew_launcher.v.1.4.zip` to the root of your SD Card
1. Extract the `mocha.zip` file to the root of your SD Card
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cfw-choice">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Choose Your CFW</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/browser-exploit">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
</div>

@ -6,7 +6,6 @@
- [Browser Exploit](user-guide/mocha/browser-exploit)
- [Making a NAND Backup](user-guide/mocha/nand-backup)
- [Launching CFW](user-guide/mocha/launching-cfw)
- [Return To Home Page](user-guide/introduction)
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com//huhenU/WiiUGuide)
- [![Discord](https://icongram.jgog.in/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh)

@ -36,4 +36,18 @@ IOS |IOS Folder |.tik File |Title ID
58 |0000003A |0000003A.tik |00000007-&zwnj;0000003A
59 |0000003B |0000003B.tik |00000007-&zwnj;0000003B
62 |0000003E |0000003E.tik |00000007-&zwnj;0000003E
80 |00000050 |00000050.tik |00000007-&zwnj;00000050
80 |00000050 |00000050.tik |00000007-&zwnj;00000050
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/vwii/recover-ios">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Recover a Corrupted IOS</div>
</a>
</div>

@ -42,7 +42,7 @@ This page will guide you through the process of recovering a corrupted IOS on yo
<!-- tabs:end -->
### Recovering the IOS
### Recovering The IOS
!> **Do not** attempt to delete multiple IOSes at a time.

@ -66,7 +66,6 @@
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/external-script.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>

Loading…
Cancel
Save