All Projects → kgoettler → ursamajor-rEFInd

kgoettler / ursamajor-rEFInd

Licence: GPL-3.0 license
Ursa Major theme for rEFInd Bootloader

Projects that are alternatives of or similar to ursamajor-rEFInd

refind-theme-regular
munlik.deviantart.com/art/rEFInd-theme-512091944
Stars: ✭ 634 (+223.47%)
Mutual labels:  refind, refind-theme
Refind Minimal
A stunningly clean theme for the rEFInd UEFI boot manager.
Stars: ✭ 1,585 (+708.67%)
Mutual labels:  refind, refind-theme
rEFInd-glassy
A minimalistic rEFInd theme
Stars: ✭ 46 (-76.53%)
Mutual labels:  refind, refind-theme
refind-ambience
Minimal theme for the rEFInd boot manager
Stars: ✭ 256 (+30.61%)
Mutual labels:  refind, refind-theme
rEFInd-chalkboard
A simple monochrome theme for the rEFInd UEFI boot manager
Stars: ✭ 27 (-86.22%)
Mutual labels:  refind, refind-theme
refind-castell
A custom theme for multiboot systems. Requires rEFInd UEFI bootloader.
Stars: ✭ 14 (-92.86%)
Mutual labels:  refind
EFI-ASUS-B250M
ASUS B250M EFI,including Clover and OpenCore, supports HighSierra / Mojave / Catalina / BigSur ...
Stars: ✭ 49 (-75%)
Mutual labels:  refind
Multiboot-Toolkit
Create a bootable disk
Stars: ✭ 96 (-51.02%)
Mutual labels:  refind

A clean theme for the rEFInd UEFI Boot Manager based on the Ursa Major colorscheme.

Icons are included for a variety of Linux distributions, as well as macOS and Windows.

Installation

  1. Find the rEFInd directory on your boot volume. For me, it's /boot/EFI/refind. (Note: you will likely need to do this as root)

  2. Clone this repository to the themes directory inside the rEFInd directory.

cd /boot/EFI/refind
mkdir themes
cd themes
git clone https://github.com/kgoettler/ursamajor-rEFInd.git
  1. Add the following line to the bottom of the refind.conf file in the rEFInd directory
include themes/ursamajor-rEFInd/theme.conf

Configuration

By default, rEFInd will create entries for any .efi files found in the EFI directory on your boot volume.

You can exclude certain directories containing .efi files by passing them to the dont_scan_dirs token of the refind.conf file:

# Exclude any .efi files found in /EFI/BOOT and /EFI/old
dont_scan_dirs /EFI/BOOT,/EFI/old

You can also exclude specific .efi files themselves by passing them to the dont_scan_files token of the refind.conf file:

# Exclude /EFI/ubuntu/mmx64.efi and any .efi file named shimx64.efi
dont_scan_files /EFI/ubuntu/mmx64.efi,shimx64.efi

You can also change the icon used for a particular .efi file by placing a .png file of the same name in the directory with it:

$ ls /boot/EFI/BOOT

BOOTX64.EFI BOOTX64.PNG

Additional Information

Additional information about configuring rEFInd may be found here.

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