Created
March 7, 2015 02:47
-
-
Save wem3/6bf43a3e40ce34df5aad to your computer and use it in GitHub Desktop.
Fix kernelcache issue in Yosemite on X58A-UD3R hackintosh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
# yo dogg, write code to do this (sed will work on a .plist, right?) | |
# open /usr/standalone/BootCaches.plist | |
# change "Izvn" on "Preferred Compression" key to ""Izss" | |
sudo -s | |
sudo kextcache -system-prelinked-kernel -all-loaded | |
sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext -z /System/Library/Extensions/ | |
# via Victor Souza at http://www.hackintoshosx.com/files/file/4075-boot-usb-os-x-yosemite-chameleonpkg/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment