From 8a09c98f94a43bdccd8699e200b66ab81f9102bf Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 16 May 2017 23:13:12 +0200 Subject: [PATCH] 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 --- templates/boot/grub/grml-theme/black.png | Bin 0 -> 116 bytes templates/boot/grub/grml-theme/theme.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 templates/boot/grub/grml-theme/black.png diff --git a/templates/boot/grub/grml-theme/black.png b/templates/boot/grub/grml-theme/black.png new file mode 100644 index 0000000000000000000000000000000000000000..83736f65359519e0265cc4748b4226f14e4705e9 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V6Od#Ihv&H8#zm`9|5-P`if9Dd#S3o4s| P#xQug`njxgN@xNA0n#Le literal 0 HcmV?d00001 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 { -- 2.1.4