hackintosh手动修复权限、重建缓存

来源:互联网 发布:美工简历自我介绍 编辑:程序博客网 时间:2024/05/22 07:48
修复权限:

rm /System/Library/Extensions.mkext
rm /System/Library/Extensions.kextcache
kextcache -k /System/Library/Extensions

重建缓存:

chmod -R 775 /System/Library/Extensions
chown -R root:wheel /System/Library/Extensions
0 0