2
Become a Fan
5.0

Description:
This is my hacked up version of the dark_squares grub2 theme built by DreamDragon. I know next to nothing about grub so please use at your own risk.
This is designed for a 1920x1080 and could cause problems if incompatible.
Usually all you need for install is extract files somewhere (like /boot/grub2/themes/ in my Gentoo) and to add
"GRUB_THEME=/boot/grub2/themes/scenic_view/theme.txt"
in /etc/default/grub file.https://www.opencode.net/jacktenor/scenic_view-grub2-theme/tree/master/scenic_view_code
Then update config file by running grub-update, or grub2-mkconfig -o /boot/grub2/grub.cfg, or whatever your distro using.
Also grub-customizer should accept it as a theme.
Arrows scroll through options.
Android icons will probably need to add --class android or --class cwm (Clockworkmod) respectively to their menu.
Example:

menuentry "Android-x86 9.0-rc1" --class android {
search --set=root --file /android-9.0-rc1/kernel
linux /android-9.0-rc1/kernel quiet root=/dev/ram0 androidboot.selinux=permissive
initrd /android-9.0-rc1/initrd.img
}
Last changelog:

Changes

Moved progress bar to 0 hopefully stays aligned across variables
Added Android icons.


Ratings & Comments

0 Comments

Be the first to comment
Pling
0 Affiliates
Details
license Creative Commons 0 (Public Domain)
version 1.0
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 5

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