Installaion
Download the binary zip file from the link, and upzip the file, store it in a USB.
- Restart you computer with holding
Command + Rand inter recovery mode. From there open Terminal and type commandcsrutil disableto 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.![refind]()
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
themesinside it, if it doesn’t already existClone this repository into the
themesdirectory.To enable the theme add
include themes/rEFInd-minimal/theme.confat the end ofrefind.conf.

