diff --git a/docs/extras/uninstall-payloadloader.md b/docs/extras/uninstall-payloadloader.md new file mode 100644 index 000000000..7b4517db0 --- /dev/null +++ b/docs/extras/uninstall-payloadloader.md @@ -0,0 +1,28 @@ +# Uninstall PayloadLoader +--- +This page will guide through the process of uninstalling the PayloadLoader from your Wii U. + +!> A factory reset **won't** uninstall the injected PayloadLoader. You fully uninstall it, follow this guide. + +### What You Need {docsify-ignore} + +- The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). + - Select `EnvironmentLoader` and `PayloadLoader Installer` + +### Undo Autobooting into PayloadLoader + +1. Boot the console while holding X on the Gamepad. +1. Navigate to the `installer` environment and launch it by pressing A. +1. Press A to select `Check`. +1. Select `Boot options`. +1. You will be asked if you want to switch the boot title. Press A to select `Switch back to Wii U Menu`. +1. When the process finished, press A to shutdown the console. +1. The console will now boot again into the Wii U Menu. The PayloadLoader can still be launched by launching the Health & Safety Application. + +### Uninstall PayloadLoader + +1. Launch the Health & Safety Application while holding X on the Gamepad +1. Navigate to the `installer` environment and launch it by pressing A. +1. Select `Remove`. +1. You will be asked if you really want to remove the PayloadLoader. Select `Remove` again. +1. When the process finished, press A to shutdown the console. \ No newline at end of file diff --git a/docs/sidebar.md b/docs/sidebar.md index 400923da4..b488c87cb 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -15,6 +15,7 @@ - [Dumping Wii Discs](dump-wii-games) - [Uninstall CBHC](uninstall-cbhc) - [Uninstall Indexiine](uninstall-indexiine) +- [Uninstall Payloadloader](uninstall-payloadloader) - [Frequently Asked Questions](faq) - **Archive** - [Previous Methods](archive/cfw-choice) diff --git a/docs/user-guide/tiramisu/autoboot.md b/docs/user-guide/tiramisu/autoboot.md index 1044769d7..1cb1d3999 100644 --- a/docs/user-guide/tiramisu/autoboot.md +++ b/docs/user-guide/tiramisu/autoboot.md @@ -4,7 +4,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the Health and Safety information app. If you wish to automatically launch into Tiramisu on every boot, you can autoboot the Health and Safety Information app. -### Instructions +### Instructions {docsify-ignore} 1. From the Wii U Menu, launch the Health and Safety Information app and hold the X button to open the Environment Loader menu. 1. Navigate the list using the D-Pad and navigate to the `installer` environment, press A to launch it. @@ -16,3 +16,4 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. Reboot your Wii U. 1. Navigate the list using the D-Pad to hover on `Wii U Menu` then press the Y button to launch the Wii U Menu with CFW enabled on boot. 1. Press A to launch the Wii U Menu with CFW enabled. + diff --git a/docs/user-guide/tiramisu/installing-payloadloader.md b/docs/user-guide/tiramisu/installing-payloadloader.md index eb889eff5..682a1b20c 100644 --- a/docs/user-guide/tiramisu/installing-payloadloader.md +++ b/docs/user-guide/tiramisu/installing-payloadloader.md @@ -6,6 +6,8 @@ Now that you have your NAND backup in case anything goes wrong later, you can in Installing the PayloadLoader will let you access Tiramisu just by running the Health and Safety Information app. +!> A factory reset **won't** uninstall the injected PayloadLoader. Follow [uninstall PayloadLoader](../../uninstall-payloadloader) to remove the PayloadLoader. + ### Instructions {docsify-ignore} 1. Take the SD Card out of your PC and plug it into your Wii U. diff --git a/index.html b/index.html index 8086548f7..b64bd6fbf 100644 --- a/index.html +++ b/index.html @@ -60,6 +60,7 @@ '/unblock-updates' : '/docs/extras/unblock-updates.md', '/uninstall-cbhc' : '/docs/extras/uninstall-cbhc.md', '/uninstall-indexiine' : '/docs/extras/uninstall-indexiine.md', + '/uninstall-payloadloader' : '/docs/extras/uninstall-payloadloader.md', '/faq' : '/docs/extras/faq.md', '/find-wiiu-ip-address' : '/docs/extras/find-wiiu-ip-address.md', '/donations' : '/docs/extras/donations.md',