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

Update Finder left bar name for "Volumes" #514

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide-screen-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

_(Thanks to [passthroughpo.st](https://passthroughpo.st/new-and-improved-mac-os-tutorial-part-1-the-basics/) and [urcomputertechnics.com](http://urcomputertechnics.com/how-to-mount-efi-partition-on-macos-mojave/) for the tips.)_

1. In the macOS Finder, look for **EFI** in the left bar under **Volumes**. If it isn't visible you will have to mount it:
1. In the macOS Finder, look for **EFI** in the left bar under **Volumes** (Or **Locations** for Mojava +). If it isn't visible you will have to mount it:
- Open the macOS Terminal and type `diskutil list` and look for the disk/partition location of the EFI. (There may be more than one.)
- Type `sudo diskutil mount diskYsZ`, using the disk/partition location name where you see EFI.
- The **EFI** partition will appear in the left Finder bar under **Volumes**.
- The **EFI** partition will appear in the left Finder bar under **Volumes** (Or **Locations** for Mojava +).
- If you don't see anything in that volume after browsing to it, try the other ones that you found in `diskutil`.
2. In the **EFI** volume, go into the `Clover` directory and open the `config.plist` file in the macOS text editor.
3. There should be a section of the file that looks like this:
Expand Down