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 2,541 times
0
-
1http://askubuntu.com/questions/66183/how-can-i-get-some-nice-eye-candy-themes-for-grub – You'reAGitForNotUsingGit Jul 02 '16 at 14:05
2 Answers
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