Contribute
Register

Lapic Kernel Patch on Yosemite

Status
Not open for further replies.
Joined
Nov 22, 2013
Messages
35
Motherboard
HP Pavilion dv6-4000
CPU
Core i7-2630QM / HM65
Graphics
AMD Radeon HD 6570M/5700 Series 1GB DDR5
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi

On mavericks we where using a patched kernel for having a full processor cores

as described here

so is there a new method for patching the kernel on Yosemite

I'm using a temporary solution now by adding "cpus=1" boot flag
 
Hi

On mavericks we where using a patched kernel for having a full processor cores

as described here

so is there a new method for patching the kernel on Yosemite

I'm using a temporary solution now by adding "cpus=1" boot flag

If you're using Chameleon or Chimera, install the KernelPatcher module from Chameleon Wizard.

If you're using Clover, set config.plist/KernelAndKextPatches/KernelLapic=true.
 
I installed the module

the following is logged on the boot loader :

Code:
Read HFS+ file: [hd(0,1)/System/Library/Kernels/kernel] 4069 bytes
Read HFS+ file: [hd(0,1)/System/Library/Kernels/kernel] 10617640 bytes
kernel_patcher.c[549]: patching 64bit XNU Kernel 14.0.0
Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; "patched-2782.1.97~2/RELEASE_X86_64"/
commpage_patch.c[87]: _commpage_stuff_routine patched.
lapic_patch.c[76]: lapic_init panic removed.
lapic_patch.c[133]: lapic_interrupt panic removed
bootstrap_patch.c[167]: KLDBootstrap:readBooterExtensions() call injected into KLDBootstrap::readPrelinkedExtensions(void* section_64)
kernel_patcher.c[341]: Returning...
Press a key to continue...

I continued .. while loading kexts when i comes to
Read hfs+ file : ..../AppleKextExcludeList.kext

screen goes dark and I shutdown the laptop forcibly
 
I installed the module

the following is logged on the boot loader :

Code:
Read HFS+ file: [hd(0,1)/System/Library/Kernels/kernel] 4069 bytes
Read HFS+ file: [hd(0,1)/System/Library/Kernels/kernel] 10617640 bytes
kernel_patcher.c[549]: patching 64bit XNU Kernel 14.0.0
Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; "patched-2782.1.97~2/RELEASE_X86_64"/
commpage_patch.c[87]: _commpage_stuff_routine patched.
lapic_patch.c[76]: lapic_init panic removed.
lapic_patch.c[133]: lapic_interrupt panic removed
bootstrap_patch.c[167]: KLDBootstrap:readBooterExtensions() call injected into KLDBootstrap::readPrelinkedExtensions(void* section_64)
kernel_patcher.c[341]: Returning...
Press a key to continue...

I continued .. while loading kexts when i comes to
Read hfs+ file : ..../AppleKextExcludeList.kext

screen goes dark and I shutdown the laptop forcibly

Does your laptop have only Radeon or Radeon+Intel graphics?
 
No Only Radeon Graphics, But what's the problem ???
 
No Only Radeon Graphics, But what's the problem ???

You probably have a graphics issue. I have no experience with Radeon, as I don't have any such hardware.
 
Removing AppleKextExecludeList.kext solved the problem...
seems that Yosemite Prevents unsigned kext from loading ?

But I have
<key>Kernel Flags</key>
<string>kext-dev-mode=1</string>
 
Removing AppleKextExecludeList.kext solved the problem...
seems that Yosemite Prevents unsigned kext from loading ?

But I have
<key>Kernel Flags</key>
<string>kext-dev-mode=1</string>

Maybe you had a corrupt AppleKextExcludeList.kext.
 
after some diagnostics I found out the following

when deleting the kernel_patcher module things goes great and everything is okay.

but when it's installed the problem goes back.

so is it a problem with patching the kernel or what??


I'm using an original AppleKextExcludeList.kext
 
after some diagnostics I found out the following

when deleting the kernel_patcher module things goes great and everything is okay.

but when it's installed the problem goes back.

so is it a problem with patching the kernel or what??


I'm using an original AppleKextExcludeList.kext

I don't know anything about "kernel_patcher" module. Only KernelPatcher.dylib module. If that's what you meant, make sure you have the current version.
 
Status
Not open for further replies.
Back
Top