Hello all,
Many things have changed on Kubuntu 16, specifically, I'm unable to set a background image on the GRUB2 screen.
I emphasize, this is not GRUB, but GRUB2.
My system:
4.15.0-42-generic #45~16.04.1-Ubuntu SMP Mon Nov 19 13:02:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
All articles I've found online refer to editing /etc/default/grub, then running sudo update-grub in terminal.
I know for a fact this does not always work, because my /etc/default/grub contains:
Clearly, GRUB_TIMEOUT=10 but when I boot, there is no display at all of the GRUB2 screen, unless I hit the left Shift key.
On the other hand, I edited /boot/grub/grub.cfg (I know it's supposed to be generated automatically) and set the following:
On boot, I hit left-Shift, I get the pretty rectangle and GRUB2 List of options in light-cyan on black, the highlighted option in black on light-cyan, but no image.
The image came from the grub splash images package in the repos (installed with synaptic), originally in .TGA format, I used gimp to export it to .png without making any changes. So I know it conforms to the limitations on the images GRUB2 imposes.
Any ideas?
TIA !
Many things have changed on Kubuntu 16, specifically, I'm unable to set a background image on the GRUB2 screen.
I emphasize, this is not GRUB, but GRUB2.
My system:
4.15.0-42-generic #45~16.04.1-Ubuntu SMP Mon Nov 19 13:02:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
All articles I've found online refer to editing /etc/default/grub, then running sudo update-grub in terminal.
I know for a fact this does not always work, because my /etc/default/grub contains:
Code:
GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=" "
On the other hand, I edited /boot/grub/grub.cfg (I know it's supposed to be generated automatically) and set the following:
Code:
set_background_image "/home/ravital/Pictures/moraine-lake.png" set menu_color_normal=light-cyan/black set menu_color_highlight=black/light-cyan
The image came from the grub splash images package in the repos (installed with synaptic), originally in .TGA format, I used gimp to export it to .png without making any changes. So I know it conforms to the limitations on the images GRUB2 imposes.
Any ideas?
TIA !
Comment