[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remove grub messaging on the happy-path
From: |
Andrei Borzenkov |
Subject: |
Re: Remove grub messaging on the happy-path |
Date: |
Wed, 14 Sep 2016 11:02:05 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
02.09.2016 00:11, Joshua Warner пишет:
> Hi,
>
> I'm looking to remove grub messaging from the boot cycle, unless something
> goes wrong. I like my boot screens to have as little mode-change flashing
> and text flying past as possible, from an aesthetic perspective. Plus, they
> might scare users who aren't familiar with GRUB.
>
> Removing the menu is as simple as `set timeout=0` in the config, but the
> "Welcome to GRUB" and "Booting `<item>'" messages are trickier - they seem
> to be hard-coded.
>
> I have few questions:
> * What's the purpose of these messages?
To provide some feedback about where booting is (stuck).
> * Why are these hard-coded?
> * Might patches be accepted to remove them, or at least make them
> configurable?
>
If you want to work on it, please find the way to display terminal
window only conditionally. So far I failed to find where it is
displayed, so even if you turn off all messages you still get black
terminal window :)
Another alternative is to support transparent background for this window.
> For reference, I'm talking about grub-core/kern/main.c:274 and
> grub-core/normal/menu.c:814.
>
> Thanks,
> Joshua
> _______________________________________________
> Help-grub mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-grub
>