Lxtharia / minegrub-theme

A Grub Theme in the style of Minecraft!
MIT License
3.28k stars 44 forks source link

How to skip the popup thingy? #69

Closed faizul726 closed 1 month ago

faizul726 commented 3 months ago

After i press any boot entry how do i skip the popup and directly go to boot?

Lxtharia commented 3 months ago

The pop up is the console which you can also open by pressing "C" while in the grub menu. When selecting an entry it apparently always opens the console (just in case it needs to print something like "Loading Linux...") so idk, I haven't found a way to hide it yet.

PabloGomezBr commented 1 month ago

And is there any way to use that console? Like to print a progress bar or something like that?

Lxtharia commented 1 month ago

if you look into your /boot/grub/grub.cfg, there are menuentrys that have been generated, printing out "Loading Linux". You could try to inject some echo commands there.

See here: https://www.gnu.org/software/grub/manual/grub/html_node/Shell_002dlike-scripting.html

Let me know if you achieve a progress bar! Closing this for now.