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

macOS Ventura VM shared cache location #4

Closed
keith opened this issue Jun 15, 2022 · 5 comments · Fixed by #6
Closed

macOS Ventura VM shared cache location #4

keith opened this issue Jun 15, 2022 · 5 comments · Fixed by #6

Comments

@keith
Copy link
Owner

keith commented Jun 15, 2022

I'm not sure if this is a permanent change or just a VM detail, but I noticed in my macOS Ventura VM that the shared cache location is actually:

/System/Volumes/Preboot/Cryptexes/OS/System/Library/dyld/...

There is also:

/System/Volumes/Preboot/Cryptexes/OS/System/DriverKit/System/Library/dyld/

Which seems to have a smaller subset of libraries potentially used at boot?

Just filing this in case others are looking for this info

@0x3c3e
Copy link

0x3c3e commented Jul 17, 2022

@keith thanks
Also in case someone is trying it on Ventura, don't forget DEVELOPER_DIR=/Applications/Xcode-beta.app

@philipphofmann
Copy link

I updated my MacBook Air M1, and I can confirm the dyld location pointed out in dortania/OpenCore-Legacy-Patcher#998 (comment):

/System/Volumes/Preboot/{Ventura Preboot UUID}/cryptex1/current:
  - os.dmg

Maybe it makes sense to add this info to the ReadMe, @keith?

@keith
Copy link
Owner Author

keith commented Sep 2, 2022

@philipphofmann is that specifically for the dyld shared cache or for some other files? Or are you saying the paths I mentioned above should be in the readme now?

@philipphofmann
Copy link

philipphofmann commented Sep 5, 2022

I think the ReadMe should point out where the dyld shared cache location is. Currently, the ReadMe only points out /System/Library/dyld/. You have to navigate to this issue to find out where they are on macOS 13. I think the ReadMe should let you know where the dyld shared cache is on macOS 13.

I just added the info where I found the dyld cache on my MacBook Air M1.

keith added a commit that referenced this issue Sep 6, 2022
This just puts the Ventura paths front and center and adds a note about
the old paths below.

Fixes #4
@keith
Copy link
Owner Author

keith commented Sep 6, 2022

Yep makes sense, I was just confused about your path example above since it wasn't the path to the shared cache. I've submitted #6

@keith keith closed this as completed in c9da45a Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants