EVE V theme for the rEFInd boot manager
-
Locate your rEFInd installation folder Windows, Linux, Mac OSX
-
Create a folder called
themes
inside it, if it doesn't already exist -
Clone this repo into the
themes
folder -
Add
include themes/refind-eve-v/theme.conf
torefind.conf
Windows Installation on the V (Source)
-
Locate Command Prompt in the Start menu, right-click it, and select Run as Administrator. This action opens a Command Prompt window with administrative privileges.
-
Type
mountvol S: /S
in the Administrator Command Prompt window. This makes the ESP accessible as driveS:
from that window. (You can use a drive identifier other thanS:
if you like.) -
Change into the folder you extracted the Theme to, so that the
refind-eve-v
directory is visible when you type dir. -
Type
xcopy /E refind S:\EFI\refind\
to copy the refind directory tree to the ESP's EFI directory. If you omit the trailing backslash from this command,xcopy
will ask if you want to create the refind directory. Tell it to do so. -
Open
Notepad++
with Administrator rights. (notepad.exe will not work, since it is not able to edit Linux Linebreaks... -
Open
S:\EFI\refind\refind.conf
and addinclude themes/refind-eve-v/theme.conf
to it. -
Reboot and try it.
If you want to see the tools you had without the theme just uncomment (add #
before) showtools
and you will see the Tools Section like on my screenshot.
If you want to see the explanation text on the bottom just uncomment (add #
before) hideui singleuser,hints,arrows,label,badges
and you will see it again.
You need to do this in your S:\EFI\refind\themes\refind-eve-v\theme.conf
file!
Pull requests for more OS icons are welcome. Please make sure the image is a 256x256 solid white png at 75% transparency. To keep alignment consistent the actual icon should be roughly 132x132 in the middle of the png. Depending on the shape of the icon, the size and position may vary to get better results.
This theme is a fork of rEFInd-ambience by lukechilds
MIT © Luke Childs