Preboot folders

Since updating to macOS Catalina l now have 2 surplus folders Preboot and Preboot 1 both dating back to 2017, although they don't seem to causing any problems they are annoying - can they be safely deleted?

Posted on Oct 8, 2019 9:54 AM

Reply
39 replies

Oct 17, 2019 1:12 AM in response to MadMacs0

How did you look for the Preboot folder? You have to look into the TWO volumes you should see, such as "Macintosh HD" and "Macintosh HD Data", and you probably won't see them in Finder but only find them with FAF or by listing them in Terminal.


Try this: Boot your Mojave or older system. Then open Terminal.app (in /Applications/Utilities) and paste the following line into its window, then typing the Return key:


for vol in /Volumes/*; do ls -lad $vol/Pre* 2>/dev/null; done


That should list any Preboot folders on any of your local volumes. If you get any output, paste that here, and we'll see from there.

Oct 17, 2019 2:42 AM in response to Thomas Tempelmann

Thomas Tempelmann wrote:

How did you look for the Preboot folder? You have to look into the TWO volumes you should see, such as "Macintosh HD" and "Macintosh HD Data"

I used FAF in root mode on both volumes (labeled Catalina and Catalina - Data in my setup) per your recommendation.

Try this: Boot your Mojave or older system. Then open Terminal.app (in /Applications/Utilities) and paste the following line into its window, then typing the Return key:

for vol in /Volumes/*; do ls -lad $vol/Pre* 2>/dev/null; done
That should list any Preboot folders on any of your local volumes. If you get any output, paste that here, and we'll see from there.

% for vol in /Volumes/*; do ls -lad $vol/Pre* 2>/dev/null; done
zsh: no matches found: /Volumes/Catalina/Pre*
zsh: no matches found: /Volumes/Catalina - Data/Pre*
zsh: no matches found: /Volumes/Glyph 3TB-1/Pre*
zsh: no matches found: /Volumes/Glyph 3TB-2/Pre*
zsh: no matches found: /Volumes/Macintosh SSD/Pre*
zsh: no matches found: /Volumes/com.apple.TimeMachine.localsnapshots/Pre*

Oct 17, 2019 3:24 AM in response to MadMacs0

Oh, that's not working as I thought, then. There is indeed no hidden Preboot folder in any of your volumes' root dirs.


(BTW, I assume it's you who named it "Mactintosh SSD"? I suspect Apple still calls the initial volume "Mactintosh HD", even when it's an SSD, right?)


There's still the possibility that the Preboot folder you're seeing is actually the same-named volume in the same APFS partition, or perhaps even in a _different_ partition (and Catalina confusing them). But then it should usually appear as a volume, not as a folder in your root dir.


Please enter "diskutil list" in Terminal and show us the output here. It'll list one or more volumes named "Preboot". Feel free to shorten the list, removing disks that have no Preboot elements. If you have at least as many Preboot volumes on all your disks as you see in Catalina's root folder, it would support my theory that those volumes are what you're seeing.


Next we'd try to mount these volumes and set them to be hidden explictly. As follows.


In Terminal (try this first in your pre-Catalina system, and if that doesn't work, try it in Catalina as well):


diskutil mount diskXsY


In place of diskXsY, use one of the disk... names that are shown as IDENTIFIER for one of your Preboot volumes from the earlier diskutil list.


The Preboot volume will probably not appear as a volume in Finder (but if it does, that would be great).


Now explicitly hide it:


sudo chflags hidden /Volumes/Preboot


You'll have to enter your Mac password.


Now reboot into Catalina. Does that remove one of your Preboot folders? That'd be great. If not, I'm out of ideas.


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Preboot folders

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.