Git Product home page Git Product logo

ursamajor-refind's Introduction

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.

ursamajor-refind's People

Contributors

kgoettler avatar kriseevm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.