Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to remove grub's background image

1,157 views
Skip to first unread message

lou

unread,
Aug 26, 2021, 3:00:06 AM8/26/21
to
i install xfce4 in stretch, unhappy with it, and remove it

but i'm unable to remove grub boot menu's background image that is
installed with xfce4

i browse /boot/grub, unable to find related file

i attach grub.cfg, Thanks!


grub.cfg

Brian

unread,
Aug 26, 2021, 4:40:04 AM8/26/21
to
On Thu 26 Aug 2021 at 02:51:55 -0400, lou wrote:

> i install xfce4 in stretch, unhappy with it, and remove it
>
> but i'm unable to remove grub boot menu's background image that is installed
> with xfce4
>
> i browse /boot/grub, unable to find related file

Try:

Edit /etc/default/grub to have

GRUB_BACKGROUND=""

Execute 'update-grub'.

--
Brian.

Nicolas George

unread,
Aug 26, 2021, 4:50:07 AM8/26/21
to
lou (12021-08-26):
> i install xfce4 in stretch, unhappy with it, and remove it
>
> but i'm unable to remove grub boot menu's background image that is installed
> with xfce4
>
> i browse /boot/grub, unable to find related file

It would be probably better for you to uninstall the packages that were
automatically installed along with xfce4.

apt-get autoremove

will do that, but it may remove other packages that you may want to
keep.

If in doubt, look at the timestamps of the files in /var/lib/dpkg/.

Regards,

--
Nicolas George
signature.asc

Brian

unread,
Aug 26, 2021, 6:00:05 AM8/26/21
to
The grub.cfg tells us:

if background_image /usr/share/desktop-base/softwaves-theme/grub/grub-4x3.png;

So

apt purge desktop-base

will remove grub-4x3.png. Then 'update-grub'.

--
Brian.

lou

unread,
Aug 26, 2021, 6:10:05 AM8/26/21
to

On 8/26/21 4:37 AM, Brian wrote:
> Try:
>
> Edit /etc/default/grub to have
>
> GRUB_BACKGROUND=""
>
> Execute 'update-grub'.
>

Thank Brian, i follow your instruction, it works, background image isn't
shown


Nicolas George, autoremove option doesn't work as manual promise,

apt remove xfce4

apt autoremove

i use "apt remove libxfce4ui*", i'm not sure all packages installed with
xfce4 are removed

Andrei POPESCU

unread,
Sep 7, 2021, 3:10:06 PM9/7/21
to
On Jo, 26 aug 21, 10:46:43, Nicolas George wrote:
> lou (12021-08-26):
> > i install xfce4 in stretch, unhappy with it, and remove it
> >
> > but i'm unable to remove grub boot menu's background image that is installed
> > with xfce4
> >
> > i browse /boot/grub, unable to find related file
>
> It would be probably better for you to uninstall the packages that were
> automatically installed along with xfce4.
>
> apt-get autoremove
>
> will do that, but it may remove other packages that you may want to
> keep.

In my experience it's usually the other way around, packages are kept,
e.g. because the default for APT::AutoRemove::SuggestsImportant and
APT::AutoRemove::RecommendsImportant is true.

Kind regards,
Andrei
--
http://wiki.debian.org/FAQsFromDebianUser
signature.asc
0 new messages