I'm using intel macOS 14.5.
I'm trying to use Kernel Debug Kit, so I disabled SIP protection via csrutil disable.
To locate development version of kernel in Kernel directory, I have to use the command sudo mount -uw /.
However, it produces error as following:
mount_apfs: volume could not be mounted: Permission denied
mount: / failed with 66
How to solve the problem?
Thank you for your attention.
Post
Replies
Boosts
Views
Activity
sudo kmutil create -n boot -B /usr/share/file/magic/kernelcache -k /Library/Extensions Error Domain=KMErrorDomain Code=34 "Missing Developer Kit: As of macOS 13.0, you will need to install a KDK matching your build 23F79 to rebuild kernel collections." UserInfo={NSLocalizedDescription=Missing Developer Kit: As of macOS 13.0, you will need to install a KDK matching your build 23F79 to rebuild kernel collections.}
I'm using KDK 14.5(23F5074a) on macOS 14.5(23F79), and trying to build kernel collection.
It seems the kernel debug kit for macOS 14.5(23F79) is not supported.
Is there any replacement for macOS 14.5(23F79)?