Grub2 Gfxmenu Theming Manual
Installation
Using git:$ git clone git://github.com/Generator/Grub2-themes.git
# cp -r Grub2-themes/{Archlinux,Archxion} /boot/grub/themes/
GNU GRUB Manual 2.04: Simple configuration. 6.1 Simple configuration handling. The program grub-mkconfig (see Invoking grub-mkconfig) generates grub.cfg files suitable for most cases. It is suitable for use when upgrading a distribution, and will discover available kernels and attempt to generate menu entries for them. Set a theme for. A GRUB 2 theme with a design in minimalism and simplicity. Optimized for 3 different resolutions (GRUB will stretch it if you have a widescreen monitor). So pick the one that comes closest to the highest supported resolution for GRUB. This info can be found with vbeinfo at the GRUB command line.
Edit your /etc/default/grub and change line:#GRUB_THEME='/path/to/gfxtheme'
to
GRUB_THEME='/boot/grub/themes/Archxion/theme.txt'
or
GRUB_THEME='/boot/grub/themes/Archlinux/theme.txt'
The resolution the theme was designed to show best at 1024x768:GRUB_GFXMODE=auto
to
GRUB_GFXMODE=1024x768
Update grub configuration:# grub-mkconfig -o /boot/grub/grub.cfg
Archlinux AUR:
Archxion: grub2-theme-archxion
Archlinux: grub2-theme-archlinux
Screenshots
FAQ
My distribution does not have icon in boot menu, how can I add?
Find your distribution/OS class# grep 'menuentry' '--class' /boot/grub/grub.cfg
should be first after the name of the distribution/OS.
E.g.: The class for ArchLinux is archmenuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os
Description:Monster Hunter Portable 3rd is a Action RPG video game published by Capcom released on December 1, 2010 for the PSP.This is the English Patched ISO of Monster Hunter Portable 3rd ( NON-HD) released. It’s the 5.0 patch, the latest one before they shutdown their website.THIS ONLY WORKS ON PSP CONSOLES, to play on PPSSPP emulator get the.The English translation is not 100% but most of the useful things to progress are translated.
Rename the image to the class name (arch.png)
Resize the image to 32x32, and copy it to /boot/grub/themes/THEME/icons/
(Images must be in PNG)
Bugzilla skins uk. Can I change the background or color of the theme?
Yes, choose an image, convert and resize to 1024x768 in PNG
Copy the image to /boot/grub/themes/THEME/
Edit /boot/grub/themes/THEME/theme.txt:desktop-image: 'background.png' # Theme background image
desktop-color: '#000000' # Theme color
How can I change the logo theme?
Copy your logo image to /boot/grub/themes/THEME/ (must be in PNG)
Edit /boot/grub/themes/THEME/theme.txt:+ image {
id = '_archlogo_'
left = 30%
width = 10%
top = 2%
height = 12%
file = 'archlogo.png' # distribution logo
Why the menus are so slow?
Grub2 has some keyboard lag using themes, as referred on 'The Definitive Guide To Theming GRUB 2 v1.99' pag 73
References:
GNU GRUB Manual 1.99
GRUB Graphical Menus Project
The Definitive Guide To Theming GRUB 2 v1.99