Skip to content

Loskh/grub2-themes-Ettery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Grub2] Ettery theme

Ettery preview

Ettery is Grub2 theme. This theme is based on

Designed primary for 1920x1080 resolution, but should work for common resolutions as well. (not tested)

For further customization use grub-customizer to add/remove/change/rearrange entry and etc...


Quick install guide

Note: There is install.sh script from original ZorinOS theme that automates install process, but it is not tested with this theme, therefore I recommend manual installation.

Preparation

Find out supported resolution by your grub.

  • Reboot to grub
  • Open command line by pressing "C"
  • Enter vbeinfo
  • Check for maximum supported resolution. (eg. 1920x1080)

####Installation

  • Copy entire Ettery folder to /boot/grub/themes/ sudo cp -r Ettery /boot/grub/themes/

Note: Depending of your distribution it location might be /boot/grub2/themes/ or /grub/themes/

  • Open /etc/default/grub in text editor with root sudo gedit /etc/default/grub

  • Add/change following lines

    GRUB_GFXMODE="1920x1080" #replace with your supported resolution
    GRUB_GFXPAYLOAD_LINUX="keep"
    GRUB_THEME="/boot/grub/themes/Ettery/theme.txt"
    
  • Save changes in text editor

  • Update grub sudo update-grub

    Note: Depending of your distribution, you might use update-grub2 or grub2-mkconfig -o /boot/grub/grub.cfg , but usualy all 3 commands are the same.

####Disabling theme Just remove/comment (put # at beginning) following line in /etc/default/grub file:

GRUB_THEME="/boot/grub/themes/Ettery/theme.txt"

Update grub to take effect: sudo update-grub

####Uninstalling theme Disable theme and delete Ettery folder from /boot/grub/themes

sudo rm -r /boot/grub/themes/Ettery

Known issues and bugs

[Version 1.1]

  • [FIXED] Disharmonic terminal after selected a system.

[Version 1.0]

  • [FIXED] Text align issue. Text moves when switching between selections.

Please report if you find more bugs.


Current version: 1.1

2018

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%