Use 16x9 background in GRUB

And try to force the resolution to match.
This commit is contained in:
Raphaël Hertzog 2019-11-06 21:47:34 +01:00
parent bc1eb8987d
commit 7e1f0a90a6
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Global Property
title-text: ""
desktop-image: "/boot/grub/themes/kali/grub-background.png"
desktop-image: "/boot/grub/themes/kali/grub-16x9.png"
desktop-color: "#ff0000"
terminal-font: "Unifont Regular 16"
terminal-left: "0"

2
TODO
View File

@ -1,4 +1,2 @@
- Add the missing files in kali-logos (compare to
/usr/share/desktop-base/debian-logos/).
- Create /boot/grub/themes/kali/grub-background.png image by copying over
either the 4x3 or 16x9 version depending on screen size.

View File

@ -1 +1,3 @@
GRUB_THEME=/boot/grub/themes/kali/theme.txt
# Try to force a 16x9 mode first, then 16x10, then default
GRUB_GFXMODE="1920x1080,1280x720,1280x800,auto"
GRUB_THEME="/boot/grub/themes/kali/theme.txt"