• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

Creating an installer on MacOS doesn't create EFI partition

CandyManOfficial

New member
Joined
May 26, 2023
Messages
3
Motherboard
Dell Precision 5520
CPU
Intel i7-7820HQ
Graphics
Intel HD630
OS X/macOS
14.x
Bootloader
  1. OpenCore (UEFI)
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
I was following the guide to creating an installer in MacOS, which downloaded without incident. The only problem is that it created a disk image called "Shared Support". My actual disk (which is called Install MacOS Ventura) doesn't have an EFI partition whereas "Shared Support" does. The EFI partition on Shared Support appears to be a read only file system so I can't make an EFI folder for it. How can I resolve this? I can't seem to change the permissions of Shared support...
 
I was following the guide to creating an installer in MacOS, which downloaded without incident. The only problem is that it created a disk image called "Shared Support". My actual disk (which is called Install MacOS Ventura) doesn't have an EFI partition whereas "Shared Support" does. The EFI partition on Shared Support appears to be a read only file system so I can't make an EFI folder for it. How can I resolve this? I can't seem to change the permissions of Shared support...
Re-download the installer and use the correct parameters to erase the drive.

Read here:
 
Re-download the installer and use the correct parameters to erase the drive.

Read here:
Same problem unfortunately.
 
Which method are you using to download the installer and create the Bootable USB?
From the app store on my macbook. I then used the createinstallmedia command from the guide. To be honest, I think this problem may just be something with my flash drive itself. I don't know why it won't create an EFI partition.
 
From the app store on my macbook. I then used the createinstallmedia command from the guide. To be honest, I think this problem may just be something with my flash drive itself. I don't know why it won't create an EFI partition.
Could be possible. Try with another USB Flash Drive and another USB Port. Make sure to verify the installer size.

The parameters you should use:

USB
HFS+
GUID Partition Map

Unless you select GUID Partition Map as a Scheme, it will NOT create a hidden ESP.
 
Basically it's the state of your USB drive that has to be formatted as GPT and FAT File System. From that specific drive state, you will be able to create the Media. The Installation tool will shrink to an EFI partition and build an HFS+ install media aside from this partition.

The USB must be formatted in GPT FAT32 in an OSX Terminal, type:
Bash:
diskutil eraseDisk Fat32 UNTITLED GPT /dev/disk4
if USB is disk4 (look into the DiskUtil list)

Note: If your in a PC DOS/LINUX environment, format the usb disk, and it lead you to the same result.

You can then try the createinstallmedia function:
Code:
sudo /Volumes/Install\ macOS\ Big\ Sur/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/UNTITLED
 

Latest posts

Forum statistics

Threads
2,161
Messages
19,942
Members
30,479
Latest member
Kubays