Created
May 26, 2016 23:18
-
-
Save filipechagas/fcc059d17307d244e79de45cb13f1741 to your computer and use it in GitHub Desktop.
Removing REFIND from Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start on recovery mode | |
# Go on terminal | |
$ mount -t msdos /dev/disk0s1 /Volumes/ESP. | |
$ rm -rf /Volumes/ESP/efi/refind | |
# from http://www.rodsbooks.com/refind/installing.html#uninstalling |
you need to run this command at the end to allow you to boot sudo bless --setBoot --mount /
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo mkdir /Volumes/efi
sudo mount -t msdos /dev/disk0s1 /Volumes/efi
drag and drop efi folder to recycle bin.