Jump to content
7 posts in this topic

Recommended Posts

Hello,

After updating to 10.6.1 i got this kernel panic.

 

 

post-398710-1255546321_thumb.jpg

 

 

I really really need my hackintosh for school tomorrow to do some assignments which has to be done before friday so please please help me fix this kernel panic. i tried permission repair with autojack but it can't repair permissions.

I have 10.5.6 installed on the same machine too so maybe i can fix the problem from there ? anyways, Please help me.

Hello,

After updating to 10.6.1 i got this kernel panic.

 

 

post-398710-1255546321_thumb.jpg

 

 

I really really need my hackintosh for school tomorrow to do some assignments which has to be done before friday so please please help me fix this kernel panic. i tried permission repair with autojack but it can't repair permissions.

I have 10.5.6 installed on the same machine too so maybe i can fix the problem from there ? anyways, Please help me.

 

did you take a kext file from your running leopard installation into your snow leopard installation?

because it says

 

"kxld[com.apple.iokit.IOPCIFamily]: The Mach-O file is malformed: Invalid magic number: ...."

 

mach-o files used to be a powerpc and universal binary file (leopard) but snow leopard is intel only so it's weird.

that's the reason why the acpi platform extension cannot be loaded because of dependency problems.

 

afaik the apple kernel in snow leopard cannot load mach-o files, at least not in 64 bit mode, but it should be possible to load the IOPCIFamily in 32bit mode because the kernel may backtrace and change entries by itself

 

try booting with "-x32 arch=i386 -v"

 

or change your IOPCIFamily kext to a snow leopard compatible one

did you take a kext file from your running leopard installation into your snow leopard installation?

because it says

 

"kxld[com.apple.iokit.IOPCIFamily]: The Mach-O file is malformed: Invalid magic number: ...."

 

mach-o files used to be a powerpc and universal binary file (leopard) but snow leopard is intel only so it's weird.

that's the reason why the acpi platform extension cannot be loaded because of dependency problems.

 

afaik the apple kernel in snow leopard cannot load mach-o files, at least not in 64 bit mode, but it should be possible to load the IOPCIFamily in 32bit mode because the kernel may backtrace and change entries by itself

 

try booting with "-x32 arch=i386 -v"

 

or change your IOPCIFamily kext to a snow leopard compatible one

 

 

 

I agree.

 

but looks like that 2 things have happened with you --> @Monnik

 

First:

 

Permissions got messed up.

 

Second.

 

you may have replaced the SL kext with Leo [some how but how i don't understand so i kinda partly agree with the above analysis.]

 

next...

 

after updating .. you didn't repair permissions... rebuild mkext.

 

Coz I did update to 10.6.1 as soon as it was available... and only 3 days after I had a :ninja: perfectly working SL install..!!! :P:)

 

 

So when i did that....

 

I re-copied:

fakesmc.kext.

 

platformUUID.kext ----> with your uuid inserted you know where.

 

and then rebooted into Leopard installation..

 

Deleted the mkext files from SL caches folder... you know where... or look up my posts...

 

then

 

booted with this parameters on boot prompt:

 

-x32 -f -v

 

 

then once on desktop...

 

rebuild kexts using these commands:

 

chown -Rf 0:0 /System/Library/Extensions

chown -Rf 0:0 /Extra/Extensions

chown -Rf root:wheel /System/Library/Extensions

chown -Rf root:wheel /Extra/Extensions

 

chmod -Rf 755 /System/Library/Extensions

chmod -Rf 755 /Extra/Extensions

 

kextcache -v 1 -t -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions

kextcache -v 1 -t -m /Extra/Extensions.mkext /Extra/Extensions

 

 

 

there.........this should fix it..

 

 

And lastly.... @Monnik it has been quite some days since you needed to get your system running due to school work...

 

but did you succeed before our suggestions... or not .. please keep us posted once you start a thread...

 

and do inform us whether this helps or helped fix your problem....

 

-Regards,

 

Freaky Chokra ;)

×
×
  • Create New...