Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Option to preserve current boot entry on HOS reboot #455

Open
AuroraWright opened this issue Jun 17, 2020 · 2 comments
Open

Comments

@AuroraWright
Copy link
Contributor

Assuming a user has more than one HOS boot entry (e.g. two emuMMCs, or sysMMC + emuMMC, ...) and hekate is used as the AMS reboot payload, I think it would be useful if a setting was provided to autoboot into the same entry without needing to select it again. As an example, a user might have to reboot only to load/unload a sysmodule.

@CTCaer
Copy link
Owner

CTCaer commented Jun 18, 2020

Dunno if a feature like that has any merit.
Most users don't normally reboot only to reboot.
And many that develop and need to reboot often, they use autoboot to automatically boot into their dev fw (and also disable the bootlogo or use 1s delay).

When I first made Nyx I considered something similar. Remnants of it can be seen here:

// Quick Launch button.
// lv_obj_t *btn_quick_launch = lv_btn_create(parent, NULL);
// lv_obj_t *label_quick_launch = lv_label_create(btn_quick_launch, NULL);
// lv_label_set_static_text(label_quick_launch, SYMBOL_EDIT" Quick Launch");
// lv_obj_set_width(btn_quick_launch, 256);
// lv_obj_set_pos(btn_quick_launch, 343, 448);
// lv_btn_set_action(btn_quick_launch, LV_BTN_ACTION_CLICK, NULL);

It was basically a launch last booted entry. Issue is that I never liked writing to sd on every boot to save that. Something that your feature request also needs.

Also, have in mind that hekate supports boot configuration parameters.
One homebrew that uses that is https://github.com/WerWolv/Hekate-Toolbox
It can basically read the inis and reboot immediately to the selected entry.

Anyway, I'll think about it.

@impeeza
Copy link

impeeza commented Sep 28, 2021

You can use:

https://github.com/HookedBehemoth/studious-pancake

To select which option to boot in a convenient overlay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants