Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created May 26, 2016 23:18
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipechagas/fcc059d17307d244e79de45cb13f1741 to your computer and use it in GitHub Desktop.
Save filipechagas/fcc059d17307d244e79de45cb13f1741 to your computer and use it in GitHub Desktop.
Removing REFIND from Mac
# 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
@johndpope
Copy link

sudo mkdir /Volumes/efi
sudo mount -t msdos /dev/disk0s1 /Volumes/efi
drag and drop efi folder to recycle bin.

@mahmoud200m
Copy link

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