Hi,
I have a MacBook Pro M1 that I'm trying to boot development kernel. The SW version is:
ProductName: macOS
ProductVersion: 11.4
BuildVersion: 20F71
I follow /Library/Developer/KDKs/KDK_11.4_20F71.kdk/KDK_ReadMe.rtfd/TXT.rtf and disabled SIP and authenticated-root. I also copy over the kernels to a livemohnt and update nvram: nvram boot-args="-v kcsuffix=development"
Despite above changes, after reboot, I still don't see the OS booting using development kernel (sysctl kern.osbuildconfig shows I'm still running release.)
Anyone has any luck to enable development/debug/custom kernels on Big Sur?
-
—
adamtuby
Add a CommentHaving the same issue here. Not only does the
kern.osbuildconfigsysctlnot returndevelopment, but as expected I'm also unable to reach parts of the kernel that are gated behind#if DEVELOPMENTmacros. I would appreciate some guidance if you've already managed to solve this.Adam