黑苹果开机出现error loading kernel cache 0x1,这是因为系统缓存出现错误。解决办法是进入苹果安装盘,打开终端工具,输入命令df -h,然后输入命令touch /Volumes/macOS安装分区/System/Library/Extensions && kextcache -u /Volumes/macOS安装分区,注意要在macOS安装分区名称后面加“\\”。如果出现提示Child process [directory] has exited due to signal 10,需要删除/System/Library/PrelinkedKernels/prelinkedkernel文件,命令为rm -f /Volumes/macOS安装分区/System/Library/PrelinkedKernels/prelinkedkernel。