Site icon EfmSoft

What does macOS kernel return 0xDC008006 (kOSKextReturnNotFound) mean?

 
Previous Next
kOSKextReturnInvalidArgument kOSKextReturnBadData

kOSKextReturnNotFound

The requested item was not found

kOSKextReturnNotFound is a search result. The OSKext API received a usable lookup request but did not find the target item. It does not say that a bundle failed signature validation or that the request was syntactically invalid.

For code using a load tag, XNU documents this result when the requested loaded kext cannot be located. For a bundle-oriented operation, the target may be absent from the search domain, not discovered by the current boot state, or simply not part of the selected collection.

Distinguish these cases

StatusMeaning
kOSKextReturnNotFoundA valid lookup found no matching item.
kOSKextReturnInvalidArgumentThe lookup request itself is invalid.
kOSKextReturnNotAKextA bundle was found but is not a kernel extension.

What to compare

References


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

Exit mobile version