GNU GRUB - Bugs: bug #52920, 00_header does not emit...
You are not allowed to post comments on this tracker with your current authentication level.
bug #52920: 00_header does not emit "insmod gfxterm_background" when a splash background is configured
Submitter: | CJ Oster <coster> | ||
Submitted: | Wed 17 Jan 2018 05:56:56 PM UTC | ||
Category: | User Interface | Severity: | Major |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | CJ Oster |
Open/Closed: | Open | Release: | Git master |
Release: | Reproducibility: | Every Time | |
Planned Release: | None |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2018-01-17 | coster | Attached File | - | ![]() |
Added gfxterm_background.patch, #42940 |
When GRUB_BACKGROUND is set and points to a valid image, 00_header does not emit an insmod for gfxterm_background, which is where the `background_image` command lives. I know there are issues with secureboot and EFI regarding loading modules, which this will still silently error, but it will work with secureboot disabled or on legacy bios installation.
One-liner to correct attached.