09-09-2015, 11:58 PM
(This post was last modified: 09-10-2015, 01:12 AM by firenice03.)
(09-09-2015, 10:28 PM)Teddy link Wrote: This might be a minor issue, and just a cosmetic one. The GRUB bootloader looks plain with its default colors. Is there a way to put in the default wallpaper as a background by default on first install when grub pops up?I had the default blue and white - modified grub to be black and white..
The original code:
Code:
GRUB_DISTRIBUTOR=`lsb_release -d 2> /dev/null || echo Debian`
Modified the line to:
Code:
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
Which should change to black and white theme...
Don't forget to
Code:
sudo update-grub
If you look at the "05_debian_theme" file in /etc/grub.d/ it goes into more detail of themes and backgrounds...
If anything its a place to start...
**UPDATE - may have given half info - I looked at the system I updated closer...
Additionally - if you prefer
Code:
GRUB_DISTRIBUTOR=`lsb_release -d -s 2> /dev/null || echo Debian`
LinuxLite 2.6
Which again maybe whats being coded
Modify the "05_debian_theme" file from
Code:
Tanglu|Ubuntu|Kubuntu)
Code:
Tanglu|Ubuntu|"Linux Lite 2.6"|Kubuntu)
Code:
sudo update-grub
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2