Installaion
Download the binary zip file from the link, and upzip the file, store it in a USB.
- Restart you computer with holding
Command + R
and inter recovery mode. From there open Terminal and type commandcsrutil disable
to disable boot protection. - Then inter rEFInd folder that you upziped previews step with
cd /Volume/xxx
, run the command./refind-install
, wait to finish.
- Restart you computer with holding
- Restart your computer with typing on Terminal
restart
. You will see rEFInd booting screen if you succeed.
You can delete unwanted Boot options using `delete` key or `-` key.
Custumization (Themeing)
Download a theme from Github. I will download this.
Usage
Mount Boot partiton
mkdir mnt; sudo mount -t msdos /dev/disk0s1 mnt
. Locate your refind EFI directory. This is commonlymnt/EFI/refind
.Create a folder called
themes
inside it, if it doesn’t already existClone this repository into the
themes
directory.To enable the theme add
include themes/rEFInd-minimal/theme.conf
at the end ofrefind.conf
.