[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to change grub background.
From: |
Andrei Borzenkov |
Subject: |
Re: How to change grub background. |
Date: |
Sun, 11 Oct 2015 16:27:08 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
11.10.2015 15:51, mostafa yasin пишет:
I modified /etc/default/grub with the following:-
GRUB_BACKGROUND=/boot/grub/Ain.png
Is this file actually present when you run grub-mkconfig?
Then i run:-
grub-mkconfig -o /boot/grub/grub.cfg
aAfter that, i rebooted the system, But i also didn't get Ain.png as a
background image.
Below is the /boot/grub/grub.cfg:-
...
terminal_output gfxterm
background should go here. Please show your /etc/default/grub and "ls -l
/boot/grub"
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
### END /usr/local/etc/grub.d/00_header ###