InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   mach_kernel 9.2.2 and 9.2.2 System.kext for AMD (http://infinitemac.com/showthread.php?t=873)

^fire^ 04-15-2008 10:11 PM

does any1 have the original system.kext for me!? (Zeph 10.5.2 rev2)
i've forgot to make an backup and have some kernel panics now!
i would really appreciate it!

thx in advice

seren 04-15-2008 11:00 PM

http://www.megaupload.com/?d=7T8G33ZO

^fire^ 04-15-2008 11:09 PM

Quote:

[cite] seren:[/cite]http://www.megaupload.com/?d=7T8G33ZO
there are no System.kext in that archive :(
its looks like it contains AppleSMBIOS.kext

gradient 04-19-2008 10:48 PM

I installed kernel and had major probs. Didn't back up since it was a newer install and didn't really mind.

I deleted mach_kernel, deleted System.kext, and reinstalled from Leo4All v2. My system STILL won't boot. Is there anything else I can try? or should I just format and reinstall?

It hangs right after bootloader. I can run -f to reload extensions, but then it just reboots w/o an error. is it normal to say "Loading HFS File [mach_kernel]" twice in a row? same with Extensions.mkext

Thank you

mrburns05 04-20-2008 12:53 AM

after install Leo4all my system wouldnt boot either, i replaced AppleACPIPlatform.kext, and AppleNforceATA.kext,(with the ones from Zeph's) then it worked.

It is normal to see "Loading HFS File [mach_kernel]" twice in a row...

also i noticed that running marvins amd utility form another working install found a few more cpuid's that needed to be patched on the fresh Leo4all install

gradient 04-20-2008 01:52 AM

mrburns, did you get those kexts from the dvd? or are they available somewhere?

aim me at
"a
phan
ta
smo"

if you can, thanks!

mrburns05 04-20-2008 02:29 AM

i dont have aim, but i actuall got them from another install, i can send em to ya, gimme a minute and i will put up a link

mrburns05 04-20-2008 02:34 AM

http://www.mediafire.com/?jvnfzg0d4xx

dont forget to repair permissions !

speaking of witch, did you repair permissions the first time you tried replacing things?

Code:

sudo chown -R root:wheel /"Your LEO disk"/System/Library/Extensions/"whatever.kext"
sudo chmod -R 755 /"Your LEO disk"/System/Library/Extensions/"whatever.kext"

sudo chown -R root:wheel /Your LEO disk"/mach_kernel
sudo chmod -R 755 /Your LEO disk"/mach_kernel


mrburns05 04-20-2008 02:35 AM

or instead of /"Your LEO disk"/System/Library/Extensions/"whatever.kext"

you can take care of em all at once with

/"Your LEO disk"/System/Library/Extensions/*

gradient 04-21-2008 01:37 AM

yeah, I did repair permissions. I acually just use the kext helper included with leo4all, and then manually check the permissions thru term.. I am going to try it now with the new files.

thank you for the upload!