
donovan6000
Members-
Content Count
33 -
Donations
$0.00 -
Joined
-
Last visited
About donovan6000
-
Rank
Junior Member
Contact Methods
-
Website URL
http://donovan6000.blogspot.com/
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
@karisx This patch only makes it so you wont ever recieve the lapic kernel panic. It doesn't affect anything about the kext cache at all. ? Since -f tells the kernel to ignore the kext cache and load all avaliable kexts, then I assume your porblem is related to not having some necessary kexts in you kext cache. Try rebuilding the cache.
-
-
-
-
-
-
-
-
-
@dawilliams660 The instructions to use this are in the readme file. Here's them verbatim: . If you receive a kernel panic while booting with -v thats similar to: "Local APIC Error, ESR: 64\n" @/source/xnu/xnu_1504.15.2/osfmk/1386/lapic.c:704" then this app will fix this problem. Boot with cpus=1 in order to get to your desktop, then run this app. After you successfully patch your kernel you can now boot without cpus=1 and you won't get that kernel panic anymore. So after you update to 10.8.4, you'll get a kernel panic when booting that looks similar to the one just mentioned. So follow the instructions which says to boot with cpus=1 in order to get to your desktop. Now run this app to patch the 10.8.4 kernel that was installed when you updated. Now you can boot without cpus=1.
-
@rwang100 There's a readme file in the download that goes over the differences. To fix the problem, I had to changed << to .put in the code because the overloaded insertion operator can't handle some characters because it thinkgs they're invalid. The .put member function doesn't have this limitation. Glad we got it to work @Haper82 Thanks for the feedback!
-
-
-