Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 424 Bytes

Mount EFI on macOS.MD

File metadata and controls

6 lines (6 loc) · 424 Bytes

How to mount your EFI partition on macOS

    1. Find the identifier number for your EFI partition by running: [diskutil list]
    1. Make a directory for EFI to mount by running: [sudo mkdir /Volumes/EFI]
    1. Mount the EFI partition with: [sudo mount -t msdos /dev/disk0s1 /Volumes/EFI]

(Replace disk0s1 with whatever identifier you have, but if it is the same, leave it.)

Your EFI partition should now be mounted.