Skip to content

Commit

Permalink
GRUB theme: replace desktop-color with desktop-image
Browse files Browse the repository at this point in the history
In b0b979e the GRUB theme was replaced.

When selecting any sub menu entry under "Options" the following error is
shown:

  | error: null src bitmap in grub_video_bitmap_create_scaled.
  | Loading kernel...
  | Loading initrd...
  |
  | Press any key to continue...

We already ran into this. It was fixed by replacing the desktop-color
with a small black.png as desktop-image, see: 8a09c98 and grml/grml#16

Closes: #209
  • Loading branch information
jkirk committed Dec 18, 2024
1 parent d5c8968 commit 64ddddb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added templates/boot/grub/grml-theme/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/boot/grub/grml-theme/sb-theme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title-text: ""
title-color: "#FFF"
desktop-color: "#000"
desktop-image: "black.png"

+ image {
file = "logo.png"
Expand Down
2 changes: 1 addition & 1 deletion templates/boot/grub/grml-theme/theme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title-text: ""
title-color: "#FFF"
desktop-color: "#000"
desktop-image: "black.png"

+ image {
file = "logo.png"
Expand Down

0 comments on commit 64ddddb

Please sign in to comment.