Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couple typos in refind.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions refind.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setting up rEFInd

* We do not support the use of rEFInd with OpenCore, this is just to shut up those who won't stop complaining that OpenCore injects data into all OSes but for some reason are too lazy to press F8 at boot. Using rEFInd can break both bless and Startup Disk, and can be concidered a security risk.
* We do not support the use of rEFInd with OpenCore, this is just to shut up those who won't stop complaining that OpenCore injects data into all OSes but for some reason are too lazy to press F8 at boot. Using rEFInd can break both bless and Startup Disk, and can be considered a security risk.
* Please note that rEFInd has also been know to break macOS booting

To get started we're going to need:
Expand All @@ -23,7 +23,7 @@ And depending on your preferred OS, you've got a couple options for setting up r
* Rename `refind_x64.efi` to `BOOTx64.efi`
* Move rEFInd's `BOOTx64.efi`to EFI/BOOT
* Add the folders `drivers_x64`, `tools` and `icons` to EFI/BOOT
* Grab refind.conf-sample and add it to EFI/OC
* Grab refind.conf-sample and add it to EFI/BOOT
* Rename `refind.conf-sample`to `refind.conf`

Once done, you should get something like this:
Expand Down