0

I need to update the grub2 themes. I already removed unwanted entries in menu by editing grub.cfg file. Now I like to update or load the eye catching themes, I want to know whether any Linux application is available for updating themes or we want to do it manually. Please guide the process for both manual and application.

1 Answers1

0

You should not edit grub.cfg file, rather you should edit 2 files one is /etc/default/grub and the other is located at /etc/grub.d directory , then you should run following command in terminal:

sudo update-grub
Faizan Akram Dar
  • 4,569
  • 1
  • 25
  • 31