lvs1974 / APFSPayloadFixup

This plugin resolves sporadical boot panic "The global payload bytes pointer is NULL" by waiting for available payload in overrided kernel method vfs_mountroot()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APFSPayloadFixup

An open source kernel extension providing patches for kernel and com.apple.filesystems.apfs.

Features

  • This plugin resolves sporadical boot panic "The global payload bytes pointer is NULL" by waiting for available payload in overrided kernel method vfs_mountroot().

Boot-args

  • -apfspayloadfixupoff disables kext loading
  • -apfspayloadfixupdbg turns on debugging output
  • -apfspayloadfixupbeta enables loading on unsupported osx

Credits

About

This plugin resolves sporadical boot panic "The global payload bytes pointer is NULL" by waiting for available payload in overrided kernel method vfs_mountroot()

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%