It may be the result of an unsuccessful attempt to install Windows via Boot Camp or of simply not paying attention during the installation process, but a Mac’s Extensible Firmware Interface partition can go belly up. While the reason for a broken EFI partition can vary, the symptoms don’t and neither does the way to fix it. Read on if you have a broken EFI partition to find out how to fix it.
As you may already know, the EFI System Partition or ESP is a special partition on a Mac from which the initial system boot-time device drivers can be loaded and that was created as a BIOS replacement. This means that if there are issues with the EFI partition, then problems arise.
That means computer startup issues, so be prepared as this could be one of the reasons for your Mac refusing to boot. In some cases, the Mac won’t show any signs of trouble until you want to install a new version of macOS, and when that moment comes the attempt to upgrade will be unsuccessful with various errors to deal with.
First things first, use Disk Utility to verify and repair the drive. To do that, simply select the internal drive listed in the utility and run First Aid. By doing so you’ll let Apple’s built-in disk management utility fix the problem. If the exit code is zero, then everything is back to normal and the issue is resolved. However, if the repair is unsuccessful, don’t attempt to erase the partition or the whole drive with Disk Utility, nor should you rename the broken EFI partition because you’ll likely run into further issues.
To fix the problematic EFI partition you have two options, either reinstall macOS or use Terminal to run a series of commands.
While not too elegant or tricky, the easiest way to fix a broken EFI is simply to reinstall macOS. This is possible in two ways, either through macOS Recovery or – if the Mac won’t boot at all – macOS Internet Recovery. It goes without saying that you should back up your Mac (if you can) before the process.
To reinstall macOS with Recovery mode, you’ll only need to follow these steps:
Reboot your Mac and then press and hold the Command + R keys immediately until the Apple logo appears.
Choose “Reinstall macOS” from the macOS Utilities screen.
Select the target drive, and then just let macOS do its job.
By selecting this option, macOS will reinstall a new copy of the operating system without messing up any of your existing data. If anything does go wrong, you will still have an up-to-date Time Machine backup.
The macOS reinstall via Internet Recovery is useful if your Mac doesn’t boot at all, you just need a fast and reliable internet connection.
This is more complicated and requires more technical confidence, as well as knowledge of the macOS system. The very first step in getting the EFI partition back is to check the volumes that macOS is able to see by running this command in Terminal:
diskutil list
Also, check whether there are any encrypted disks by running the following command:
diskutil cs list
As you can see from the screenshot below, the EFI partition file system is correctly classified as EFI type; errors occur when this EFI partition – for whatever reason – receives a new file system and is classified as something else, as was the case when a user reported to the Apple community that their EFI partition was incorrectly classified as HFS+.
With the details of the available volumes and encrypted disks to hand, proceed with the following steps:
sudo gdisk /dev/disk0
From here you’ll enter gdisk interactive mode, where commands are single characters followed by return. Run commands in the following order:
t
(to change the partition type)1
(for GUID Partition Table 1)EF00
(to EFI partition)p
(to print/display)w
(to write)y
(to confirm write).After this process, reboot the system and then enter the following command:
diskutil repairDisk disk0
Unfortunately, the gdisk command is no longer available on macOS High Sierra, so this trick only works on systems prior to APFS. Have you managed to fix the broken EFI partition using another method? If so, share it with us in the comments section.
Best Reviews may receive compensation for its content through paid collaborations and/or affiliate links. Learn more about how we sustain our work and review products.
©2012-2024 Best Reviews, a clovio brand –
All rights
reserved
Privacy
policy
·
Cookie
policy
·
Terms
of use
·
Partnerships
· Contact
us
I managed to repair my MacOS Sequoia EFI partition cause it didn’t have the right partition type any more for some reason.
I only uised the sudo gdisk /dev/disk0 procedure.
It worked perfectly !
Hey Temis, thank you for your comment! It’s great to hear that you were able to fix your broken EFI partition using our guide. If you’re looking for Mac optimization tools, check out our Best Mac Optimization Software guide.