User:Techno Eggnog/sandbox: Difference between revisions
User page
More actions
m Fixed a typo. |
Updated the default text for the Autobooting step to match recent gbatemp guide update |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 122: | Line 122: | ||
┃ ┃ ┃ ┗ 📜payload.elf | ┃ ┃ ┃ ┗ 📜payload.elf | ||
┃ ┗ 📜payload.elf | ┃ ┗ 📜payload.elf | ||
┣ 📜boot1now.img ( | ┣ 📜boot1now.img (UDPIH only) | ||
┣ 📜recovery_menu (UDPIH only) | ┣ 📜recovery_menu (UDPIH only) | ||
┣ 📜launch.rpx (DNSpresso only) | ┣ 📜launch.rpx (DNSpresso only) | ||
| Line 236: | Line 236: | ||
<span> | <span> | ||
*On the [https://aroma.foryour.cafe/ Aroma] site, scroll down to the Download section. Read through all the steps and click on the checkboxes. | *On the [https://aroma.foryour.cafe/ Aroma] site, scroll down to the Download section. Read through all the steps and click on the checkboxes. | ||
*Ensure you download <code>EnvironmentLoader</code> and <code>Base-Aroma</code>, alongside any | *Ensure you download <code>EnvironmentLoader</code> and <code>Base-Aroma</code>, alongside any additional plugins and modules you'd like to download at this stage. | ||
*Insert your Wii U's SD card into your PC and extract the <code>wiiu</code> folder from each .zip file to the root of your SD. | *Insert your Wii U's SD card into your PC and extract the <code>wiiu</code> folder from each .zip file to the root of your SD. | ||
*Download the [https://github.com/jan-hofmeier/wafel_payloader/releases wafel payloader], and place the <code>5payldr.ipx</code> in the <code>wiiu/ios_plugins</code> folder. | *Download the [https://github.com/jan-hofmeier/wafel_payloader/releases wafel payloader], and place the <code>5payldr.ipx</code> in the <code>wiiu/ios_plugins</code> folder. | ||
| Line 291: | Line 291: | ||
<syntaxhighlight> | <syntaxhighlight> | ||
[boot] | [boot] | ||
autoboot= | autoboot=3 | ||
autoboot_timeout= | autoboot_timeout=0 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
You can adjust the timeout (in seconds) to your liking. The <code>autoboot</code> option corresponds to which option in the minute menu will be loaded. For instance, | You can adjust the timeout (in seconds) to your liking. The <code>autoboot</code> option corresponds to which option in the minute menu will be loaded. For instance, 3 corresponds to <code>Patch (sd) and boot IOS (slc)</code>. If you'd like to change this value to a different option in the minute menu, you may. | ||
==Fastbooting without an SD Card== | ==Fastbooting without an SD Card== | ||