Ubuntu Grub

GRUB Themes

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Description:
This is a Ubuntu splashimage for Grub, made with gimp.
Last changelog:

Version 0.2:
Added the .xpm.gz format for quicker instalation.


Ratings & Comments

7 Comments

meep

How do I install this? Thanks in advance.

SepheeBear

This jpeg needs to be converted to xpm format, then gzip-ped. sudo aptitude install imagemagick convert ubuntugrub.jpg ubuntugrub.xpm gzip ubuntugrub.xpm After that, move the ubuntugrub.xpm.gz file to the directory /boot/grub/splashes. sudo mkdir /boot/grub/splashes sudo mv ubuntugrub.xpm.gz /boot/grub/splashes After that, edit the file /boot/grub/menu.lst and edit /add this line somewhere near the top of the file: splashimage=(hd0,0)/boot/grub/splashes/ubuntugrub.xpm.gz Sounds easy enough eh?

miffe

Better to call it splash.xpm.gz and put it in /boot. And the run sudo update-grub.

devdavad

I tried that method, however I got this from "sudo update-grub" Searching for GRUB installation directory ... found: /boot/grub Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-2.6.20-16-generic Found kernel: /boot/vmlinuz-2.6.20-15-generic Found kernel: /boot/memtest86+.bin Updating /boot/grub/menu.lst ... done

Jadd

Try this guide: http://ubuntu.wordpress.com/2006/03/21/add-a-grub-splash-image/ (for Ubuntu) It suggets making a link to the splash file: sudo ln -s /boot/grub/splashimages/whatever.xpm.gx /boot/grub/splash.xpm.gz And then updating grub: sudo update-grub It worked fine for me!

duelboot

Very nice, thx for the work! The only comment I have is that the words at the bottom in white are a little hard to read on the background,but that's very minor. This is my favorite splash...Thanks again.

skatox

You can do it with the GIMP too, check this websites to view how to do it. http://www.tldp.org/LDP/LG/current/jayanth.html http://forums.fedoraforum.org/archive/index.php/t-1243.html and thanx.

Pling
0 Affiliates
Details
license
version 0.2
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

Other GRUB Themes:

Grub gfxboot splash Amiga Theme
uwelauke
last update date: 15 years ago

Score 5.0

Squirrel
Axell
last update date: 17 years ago

Score 5.0

ruth
ghettocomp
last update date: 17 years ago

Score 5.0

Sexy
sinosh
last update date: 16 years ago

Score 5.0

Windows 8 prism (64bit)
Brahimsalem
last update date: 11 years ago

Score 4.7

reeds_1.xpm
jlindy
last update date: 17 years ago

Score 5.0




GRUB

How to install a grub theme:

  1. Extract the theme to /boot/grub/themes/

  2. Edit /etc/default/grub file. Find the line starting with "#GRUB_THEME" and change it to "GRUB_THEME=/boot/grub/themes/[THEME_FOLDER]/[theme.txt]" (replace [THEME_FOLDER] ; [theme.txt] is probably OK ; remove "[]" brackets)

  3. Run sudo update-grub

See also: https://de.wikipedia.org/wiki/Grand_Unified_Bootloader