From: Michael Prokop Date: Tue, 16 May 2017 21:13:12 +0000 (+0200) Subject: GRUB theme: replace desktop-color with desktop-image X-Git-Tag: v0.29.5~14 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=8a09c98f94a43bdccd8699e200b66ab81f9102bf GRUB theme: replace desktop-color with desktop-image With the desktop-color option we run into: | error: null src bitmap in grub_video_bitmap_create_scaled. | Loading kernel... | Loading initrd... | | Press any key to continue... By replacing it with this small black.png as desktop-image (which is automatically stretched to the whole screen) the error message disappears. Closes grml/grml#16 Thanks: Michael Schierl --- diff --git a/templates/boot/grub/grml-theme/black.png b/templates/boot/grub/grml-theme/black.png new file mode 100644 index 0000000..83736f6 Binary files /dev/null and b/templates/boot/grub/grml-theme/black.png differ diff --git a/templates/boot/grub/grml-theme/theme.txt b/templates/boot/grub/grml-theme/theme.txt index bf867ef..ef8af04 100644 --- a/templates/boot/grub/grml-theme/theme.txt +++ b/templates/boot/grub/grml-theme/theme.txt @@ -1,6 +1,6 @@ title-text: "" title-color: "#FFFFFF" -desktop-color: "black" +desktop-image: "black.png" message-color: "#FFFFFF" + image {