-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotkey.wiiu and payloadfail.wiiu commands
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Wii U Homebrew Environment Hotkeys | ||
help-desc: Various important button combinations to access different menus or perform certain actions in the Wii U Homebrew environment. | ||
aliases: uhotkeys,uhotkey,wiiuhotkeys,wiiucombo | ||
--- | ||
Press the following keys in their given circumstances to access menus or perform actions. | ||
|
||
Aroma Plugin Menu: Press <:3ds_button_l:295004499511214080> + <:3ds_dpad_down:295004561670930432> + SELECT on the Wii U Menu | ||
Skip modifications: Hold <:3ds_button_r:295004508294086656> on bootup | ||
Environment Loader: Hold <:3ds_button_x:295004476056535041> on bootup | ||
Payload Loader: Hold <:3ds_button_b:295004466963283968> on bootup | ||
Aroma Boot Selector: Hold START on bootup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Payload failing to load fixes | ||
help-desc: Potential fixes for when payload.elf fails to load on the Wii U | ||
--- | ||
|
||
**Fixes for "Failed to load payload.elf"** | ||
|
||
- Make sure you have both a `payload.elf` and `payload.rpx` file on your SD card in the `wiiu` folder. Make sure your SD card layout is the same as [this](https://wiiu.eiphax.tech/sdlayout) | ||
- Redownload the payloads from https://aroma.foryour.cafe/. Extract them onto your SD card, merge the Wii U folder. If prompted to replace the existing ones, do so. | ||
- Make sure your SD card is properly formatted to Fat32. Type .sdformat for a guide on how to properly format your SD card to Fat32. | ||
- Make sure your SD card and SD card slot are clean. Power off your console, remove the SD card, and ensure that there is no dust or dirt obstructing the SD card's contacts or the SD card slot. | ||
- Make sure your SD card is properly inserted into the SD cart slot. You should hear a click sound when it is inserted. | ||
|
||
If none of the above works, you may have a faulty/worn SD card, MicroSD card, or MicroSD card adapter, and are advised to purchase a new SD card or adapter. Type .sdreq for SD card size recommendations. |