Where should I place a grub theme file? I read grub manual and didn't find anything about exact folder to place it in.
Asked
Active
Viewed 3,947 times
2 Answers
0
I know I'm ages late, but:
/boot/grub/themes
Then you should edit it in grub customizer
yorch
- 3,510
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