0

Where should I place a grub theme file? I read grub manual and didn't find anything about exact folder to place it in.

2 Answers2

0

I know I'm ages late, but:

/boot/grub/themes

Then you should edit it in grub customizer

yorch
  • 3,300
0

Why don't you use grub customizer?

To install it use these commands:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer

sudo apt-get update

sudo apt-get install grub-customizer
Adriaan
  • 591