Site icon EfmSoft

What does macOS kernel return 0xDC00800A (kOSKextReturnDisabled) mean?

 
Previous Next
kOSKextReturnUnsupported kOSKextReturnNotAKext

kOSKextReturnDisabled

A recognized operation is currently disabled

kOSKextReturnDisabled means that the OSKext operation is currently disabled. The distinction from kOSKextReturnUnsupported is important: a disabled operation can be known to the implementation, while an unsupported one is no longer or not yet supported.

This status also differs from a policy failure. kOSKextReturnSystemPolicy says that macOS prevented a specific kext from loading because of policy. A disabled operation points instead to the state of the relevant OSKext capability or control path.

Questions that make it actionable

References


Looking for a different code? Search another status or error code.

Exit mobile version