Jump to content
6414 posts in this topic

Recommended Posts

Hang on guys, I'm currently testing my new kernel...

It should work as I've done the PENRYN cpufamily fix for AMD cpus (no flags required)...

I disabled kernel code signing enforcement and I've disabled the SECURE_KERNEL option...

First test on my Intel rig, if that works, upload for test ;)

And yes, diff too... :D

 

Ready to test :D

  • Like 1

Ok it boots on my Intel...

Now on to AMD...

@Shane, test this please :D and report back ;)

For FX users: you might need to use Clover... but with Clover, it should work...

EDIT: Don't use this one, use the one below...

post-100023-0-45277000-1383166753_thumb.png

  • Like 4

Ok it boots on my Intel...

Now on to AMD...

@Shane, test this please :D and report back ;)

For FX users: you might need to use Clover... but with Clover, it should work...

 

 

KP :(

 

WP_20131030_001.jpg

Damn... poor quality picture...

Can't make out the register values :(

 

Will try get a better one. Will reduce the resolution.

 

Edit: Here is a choice of pics. Sorry for the quality only camera I have is my phone.

 

WP_20131030_002.jpg WP_20131030_003.jpg WP_20131030_004.jpg WP_20131030_005.jpg

  • Like 1

Disassembled the kernel and traced the issue...

It's a leaf7 issue...

Stand by, I can fix this... :D

EDIT: Seems to be a readmsr it panics on... gonna trace further...

This seems to be the issue:

uint64_t misc_enable = rdmsr64(MSR_IA32_MISC_ENABLE);
uint64_t misc_enable = 0;
 
if (IsIntelCPU())
{
misc_enable = rdmsr64(MSR_IA32_MISC_ENABLE);
}

Is the proper fix...

Post soon...

  • Like 1

Ok it boots on my Intel...

Now on to AMD...

@Shane, test this please :D and report back ;)

For FX users: you might need to use Clover... but with Clover, it should work...

I've got "PCI PARITY ERROR" on my AMD Athlon X2 6000+ :( I tried with flags and without any flags, and PCI PARITY again :( This kernel is only for Athlon II X2? Not for older CPU's? And I used a DJ Wappy method for create USB Installer manually, so should I delete the kexts like - ApplePolicyControl.kext, AppleTyMCEDriver.kext, AppleUpstreamUserClient.kext?  This might be the cause of "PCI PARITY"?

 

Because if IiTz ShAnE has KP, than I am doing something wrong :( Any ideas?

Ok it boots on my Intel...

Now on to AMD...

@Shane, test this please :D and report back ;)

For FX users: you might need to use Clover... but with Clover, it should work...

identical kp as IiTz ShAnE

AMD Athlon 64X2 4400+ Toledo

post-15891-0-31580200-1383169734_thumb.jpg

Ok, test this one please Shane ;)

It should get past that point :D

Thank the trap for providing the address... lol

SinetekBronzovkAnVoodoo_MavTest5.diff.zip

mach_kernel.zip

  • Like 4

In my folder Extra/Module:

ACPICodec.dylib

KernelPatcher.dlyb

(Keylayout.dlyn is not necessary)


yes it is on my AMD Phenom II x4 965 B.E.

I'll make test in a few hours because I think they forgot the "RemovedExtensions" folder in "Extra" ...
In this case I put:

ApplePolicyControl.kext
AppleTyMCEDriver.kext
AppleUpstreamUserClient.kext

I do not know if it is necessary to specify ...

 

Traduction:

 

oui c'est bien sur mon AMD Phenom II x4 965 B.E.

Je vais faire des test dans quelques heures car je pense avoir oublié le dossier "RemovedExtensions" dans "Extra"...
Dans ce dossier je met:

ApplePolicyControl.kext
AppleTyMCEDriver.kext
AppleUpstreamUserClient.kext

Je ne sais pas si c'est nécessaire de spécifier...

same result for this test as the previous ...
Pc always extinguishes and I can not save the log ... Grrrr

 

Traduction:

 

meme resultat pour ce test que pour le precedent...
Le Pc s'eteind toujours et je ne peux pas sauver le log... Grrrr

Ok, test this one please Shane ;)

It should get past that point :D

Thank the trap for providing the address... lol

 

Booted to desktop :D Slow boot but its working :D 

 

Shortly after desktop loading KP linked to soagent.

  • Like 1

Okey, I think last kernel is working! :) But I have black screen and monitor in sleep...nvidia graphics? Just like Mountain Lion? :)

yes my girlfriend has same changing to ATI card worked

Ok, test this one please Shane ;)

It should get past that point :D

Thank the trap for providing the address... lol

Andy you are a gentleman and a scholar :)

getting closer

Booted to desktop :D Slow boot but its working :D

 

Shortly after desktop loading KP linked to soagent.

cool, to desktop !

what flags? any extra kexts?

post-15891-0-15477000-1383171127_thumb.jpg

  • Like 1

Andy you are a gentleman and a scholar :)

getting closer

cool, to desktop !

what flags? any extra kexts?

 

Only flags were npci=0x3000 -f -v USBLegacyOff=Yes as my system needs that and kexts for my chipset etc.

Andy you are a gentleman and a scholar :)

getting closer

cool, to desktop !

what flags? any extra kexts?

Rrtn!!! Could you send me a kext AppleNForceATA that you used,please? :)

yes my girlfriend has same changing to ATI card worked

Okey, and how did you do the dual graphics? so you just have two cards , removing one and put the other?

Rrtn!!! Could you send me a kext AppleNForceATA that you used,please? :)

Okey, and how did you do the dual graphics? so you just have two cards , removing one and put the other?

 

My mainboard has the luxury of having 2 PCI-E slots

  • Like 1

Booted to desktop :D Slow boot but its working :D

 

Shortly after desktop loading KP linked to soagent.

Could you provide me some clear and readable pics of the KP?

I could try to trace it...

Andy you are a gentleman and a scholar :)

getting closer

cool, to desktop !

what flags? any extra kexts?

No required additional flags...

In your case launchd starts so it at least gets to where it should fully launch up...

Yea sure thing. Will boot it just now.

Don't worry, we'll get this all fully sorted out and working ;)

  • Like 1

Could you provide me some clear and readable pics of the KP?

I could try to trace it...

 

It doesn't always show. This time the desktop loaded and just frooze no KP.

Only flags were npci=0x3000 -f -v USBLegacyOff=Yes as my system needs that and kexts for my chipset etc.

adding -f flag didnt get me to desktop but gave me the same panic back to back

Could you provide me some clear and readable pics of the KP?

I could try to trace it...

i got me camera out

post-15891-0-51433100-1383172131_thumb.jpg

No required additional flags...

In your case launchd starts so it at least gets to where it should fully launch up...

Don't worry, we'll get this all fully sorted out and working ;)

Does your kernel also have the Graphic issues? (it wont boot on my machine so cant check myself)

Does your kernel also have the Graphic issues? (it wont boot on my machine so cant check myself)

 

Haven't tested fully yet but yes. I get heavy glitches on the login screen.

 

Edit: Going to try a fresh install. The copy on my HDD is a clone from intel laptop.

  • Like 1
×
×
  • Create New...