All Projects → Dacha204 → grub2-themes-Ettery

Dacha204 / grub2-themes-Ettery

Licence: GPL-2.0 license
Theme for grub2

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to grub2-themes-Ettery

poly-dark
Poly dark GRUB theme
Stars: ✭ 136 (+300%)
Mutual labels:  grub, grub2, grub2-theme
darkmatter-grub2-theme
Dark Matter GRUB Theme 👾💙
Stars: ✭ 200 (+488.24%)
Mutual labels:  grub, grub2, grub2-theme
Grub-Themes
Grub themes that will give a customized look to the Grub2 menu during boot.
Stars: ✭ 34 (+0%)
Mutual labels:  grub2, grub2-theme
buddy-linux
Do you remember "Wubi Ubuntu Installer"? This project is both a replacement and an improvement of Wubi. You will be able to install your Debian (or derived) distribution on a PC without repartitioning it, simply by using a secondary/external boot device (like a USB drive).
Stars: ✭ 17 (-50%)
Mutual labels:  grub, grub2
bigsur-grub2-theme
A Grub2 Bootloader Theme, compatible with Ventoy.
Stars: ✭ 79 (+132.35%)
Mutual labels:  grub, grub2
grub2-editor
A KDE Control Module for configuring the GRUB2 bootloader. Unofficial KF5 port.
Stars: ✭ 24 (-29.41%)
Mutual labels:  grub, grub2
Atomic-GRUB2-Theme
Theme for the Grub2 at the purest ATOMIC style
Stars: ✭ 83 (+144.12%)
Mutual labels:  grub2, grub2-theme
arch-btrfs-install-guide
Arch Linux installation guide with btrfs and snapper, this guide is based on the information from unicks.eu guide https://www.youtube.com/watch?v=TKdZiCTh3EM, and Arch Linux UEFI step-by-step installation guide https://www.youtube.com/watch?v=dOXYZ8hKdmc from ALU.
Stars: ✭ 32 (-5.88%)
Mutual labels:  grub
bootutils
Utilities to create bootable disks, remaster ISO images, make multiboot ISO images
Stars: ✭ 18 (-47.06%)
Mutual labels:  grub2
Fallout Grub Theme
Fallout GRUB theme
Stars: ✭ 254 (+647.06%)
Mutual labels:  grub
Grub-Nvidia-Entry
Enable Nvidia driver only with the last entry in grub.
Stars: ✭ 40 (+17.65%)
Mutual labels:  grub
Ugrub
Create an ultimate multiboot USB flash drive with Grub2 bootloader
Stars: ✭ 177 (+420.59%)
Mutual labels:  grub
grml-plus
Script to add grml (from grml.org) and more stuff to a USB key
Stars: ✭ 13 (-61.76%)
Mutual labels:  grub
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+211.76%)
Mutual labels:  grub2
grub-tune-tester
A GRUB_INIT_TUNE online tester.
Stars: ✭ 43 (+26.47%)
Mutual labels:  grub
efi shell flash bios
use efi shell to flash_bios uefi shell强刷bios grub efi shell 解锁bios 隐藏菜单选项 ami
Stars: ✭ 38 (+11.76%)
Mutual labels:  grub
Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+49655.88%)
Mutual labels:  grub
Multiboot-Toolkit
Create a bootable disk
Stars: ✭ 96 (+182.35%)
Mutual labels:  grub2
SynnixOS
Hobbyist Operating System targeting x86_64 systems. Includes userspace, Virtual File System, An InitFS (tarfs), Lua port, easy porting, a decent LibC and LibM, and a shell that supports: piping, file redirection, and more.
Stars: ✭ 40 (+17.65%)
Mutual labels:  grub
UEFI MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
Stars: ✭ 33 (-2.94%)
Mutual labels:  grub2

[Grub2] Ettery theme

Ettery preview AUR package

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.

Note: If you use Arch Linux or a Arch based distribution you can also install this theme from the AUR.

AUR package is created and maintained by @Lukas1818.

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.0]

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

Please report if you find more bugs.


Current version: 1.1

2015

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].