User:Techno Eggnog/sandbox: Difference between revisions
User page
More actions
m Another typo... man I must've not proofread this back in February for this stuff. |
Updated the default text for the Autobooting step to match recent gbatemp guide update |
||
| (One intermediate revision 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 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== | ||