Thread: how-to for installing grub2 themes?
how install these?
http://grub.gibibit.com/themes
grub2 shows nice background not nice menu!
here go. found.
# grub 2 splash images
why reinvent wheel? visit site excellent presentation on creating grub 2 images:
http://members.iinet.net/~herman546/...ashimages.html
however, if encrypted disks not issue, here basics:
* manually copy grub splash images /usr/share/images/grub folder or install default grub2 splash images via synaptic or:
code:
sudo apt-get install grub2-splashimages
* grub2's splash images controlled /etc/grub.d/05_debian_theme. open file editing:
code:
gksudo gedit /etc/grub.d/05_debian_theme
find following line , edit highlighted area, replacing grub splash image wish use (and located in /usr/share/images/grub):
quote:
in {/boot/grub,/usr/share/images/grub}/moreblue-orbit-grub.{png,tga} ; do
note: there period ( . ) following filename.
o @ 1 point grub 2 splash images downloaded , stored in /usr/share/images/desktop.base if grub images stored, change address in previous command accordingly ( ... /usr/share/images/desktop-base} ... ).
* save file, update grub2:
code:
sudo update-grub2
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] how-to for installing grub2 themes?
Ubuntu
Comments
Post a Comment