1

I installed Katoolin on Ubuntu server. After apt upgrade it changes some text and images like GRUB background image which is now similar to Kali Linux image. Also, also while booting up it says "kali GNU/linux rolling".

So I have two questions:

  1. How to change the background image of GRUB menu?

  2. How to change the start up text?

I found this page on AskUbuntu but the tips mentioned there don't work in my case.

Cristiana Nicolae
  • 4,570
  • 10
  • 32
  • 46

1 Answers1

-1

Install the grub customizer

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

Then open it and select the third panel (appearance settings) scroll down and choose a back ground image.

To uninstall use

sudo apt-get remove --autoremove grub-customizer