Does anyone have some pointers on how to collect a kernel coredump using macOS 10.15 for both the debug Mac and the Mac running the kernel coredump daemon (kdumpd)?
I can collect a kernel coredump using Mac OS 10.11 for the kernel coredump daemon from a kernel panic on macOS 10.15 but have been unable to run the daemon on macOS 10.15.
One of the setup steps for setting up the daemon is to create a directory at /PanicDumps. This is obviously not possible unless you temporarily boot using another startup volume or boot into Recovery Mode. Even if you do manage to create a directory at /PanicDumps, it is part of a read only file system so the kdumpd daemon will not be able to write to it.
If I instead create the directory on the " - Data" volume of the volume group, it does not appear when I boot back into 10.15.
Is there a new location for the PanicDumps directory?
Thanks so much for your help,
Tim Standing
Other World Computing, Inc.
One of the setup steps for setting up the daemon is to create a directory at
./PanicDumps
I can see a couple of options here:
You could copy
into/System/Library/LaunchDaemons/com.apple.kdumpd.plist
and then modify the directory argument./Library/LaunchDaemons/
You could use a use a synthetic symlink, per the
man page.synthetic.conf
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"