You are not logged in.

#1 2018-09-06 00:02:51

86400
New Member
Registered: 2018-08-01
Posts: 4

[Solved] Remove back ground from GRUB2

I really dislike a slash screen or background image at GRUB2. Looking at the current /etc/default/grub, I edit it as follows:

#GRUB_CMDLINE_LINUX_DEFAULT="quiet"

Yet, GRUB still shows the Bunsenlabs background - it makes the words hard to read. Just need a plain black background.

How can this image be removed or prohibited?

Thank you for your time!

--
86400

Last edited by 86400 (2018-09-08 02:04:22)

Offline

#2 2018-09-06 00:32:07

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,176
Website

Re: [Solved] Remove back ground from GRUB2

Path of least resistance... don't remove, replace.

Download a black-ish wallpaper, I used this one...

https://www.deviantart.com/download/597 … 1536194230

https://www.deviantart.com/nixiepro/art … -597929912

As root, move the (png, to make things easier, RGB non-indexed) image to /boot/grub

Then run...

sudo update-grub

Reboot.


I don't care what you do at home. Would you care to explain?

Online

#3 2018-09-06 00:36:27

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,176
Website

Re: [Solved] Remove back ground from GRUB2

Pic or it didn't happen...

20180905_203325.th.jpg


I don't care what you do at home. Would you care to explain?

Online

#4 2018-09-06 00:59:04

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: [Solved] Remove back ground from GRUB2

^ Look at you all tracking Sid tongue

Offline

#5 2018-09-06 01:18:06

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,176
Website

Re: [Solved] Remove back ground from GRUB2


I don't care what you do at home. Would you care to explain?

Online

#6 2018-09-06 16:39:43

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [Solved] Remove back ground from GRUB2

86400 wrote:

I really dislike a slash screen or background image at GRUB2. Looking at the current /etc/default/grub, I edit it as follows:

#GRUB_CMDLINE_LINUX_DEFAULT="quiet"

Yet, GRUB still shows the Bunsenlabs background - it makes the words hard to read. Just need a plain black background.

How can this image be removed or prohibited?

there should be another line in there, saying

GRUB_BACKGROUND=...

that's the one you need to comment out.
also you need to

# update-grub

afterwards!

Offline

#7 2018-09-08 02:03:50

86400
New Member
Registered: 2018-08-01
Posts: 4

Re: [Solved] Remove back ground from GRUB2

hhh wrote:

Path of least resistance... don't remove, replace.

Download a black-ish wallpaper, I used this one...

https://www.deviantart.com/download/597 … 1536194230

https://www.deviantart.com/nixiepro/art … -597929912

As root, move the (png, to make things easier, RGB non-indexed) image to /boot/grub

Then run...

sudo update-grub

Reboot.

For the most part, the second link worked (1st was a bad URL). "For the most part" means I now have a simple solid blue color for the option menu and that meets my need. No Bunsenlabs image as the 2nd link provided, but it's a NICE simple blue. That works for me! Thank you !!

Offline

#8 2018-09-08 02:07:18

86400
New Member
Registered: 2018-08-01
Posts: 4

Re: [Solved] Remove back ground from GRUB2

ohnonot wrote:

there should be another line in there, saying

GRUB_BACKGROUND=...

that's the one you need to comment out.
also you need to

# update-grub

afterwards!

Thank you. That was not a default option.

Offline

Board footer

Powered by FluxBB