/edpanel-grub2-theme

Elite Dangerous Role Panel theme for GRUB2

MIT LicenseMIT

edpanel-grub2-theme

Elite Dangerous Role Panel Theme for the GRUB2 boot loader

Created by Arwkin

edpanel screenshot 1 edpanel screenshot 2 edpanel screenshot 3 Note: These instructions have been tested with Linux Mint and Antergos.

Preparation

Determine if your video card can display 1920x1080 in GRUB.

  1. Reboot and wait for the GRUB screen to appear.
  2. Press "c" to open the command line.
  3. Type vbeinfo to see supported resolutions.
  4. Look for 1920x1080. If this resolution is present, continue with the installation. This theme is not recommended with lower resolutions.

Install

  1. Copy the folder edpanel to /boot/grub/themes
sudo mkdir -p /boot/grub/themes
sudo cp -a edpanel /boot/grub/themes
  1. Add the following lines to /etc/default/grub (Replace or comment out any duplicate entries)
GRUB_THEME="/boot/grub/themes/edpanel/theme.txt"
GRUB_GFXMODE="1920x1080"
  1. Update the grub.cfg file.This may be different depending on your Linux distro. For example: sudo update-grub or sudo grub-mkconfig -o /boot/grub/grub.cfg

Uninstall

  1. Remove the edpanel directory to permanently remove all of the files. sudo rm -rf /boot/grub/themes/edpanel
  2. Remove or comment out lines beginning with GRUB_THEME and GFXMODE in /etc/default/grub

Other

  • Grub menu items may be renamed directly (by advanced users) or by using a tool such as Grub-Customizer by Daniel Richter.
  • Two ED themed icons can be used in place of normal OS icons. pilots-fed.png and ed-mat-grade5.png menuentry example:
menuentry "Modify High Grade Firmware" --class ed-mat-grade5 'uefi-firmware' {
  fwsetup
}

Credits