View Full Version : 10.7.4 AMD Kernel
felipeunix
07-21-2012, 05:13 PM
Hello!
new kernel + amd_insn_patcher = all problems solved for me ^_^
Thank you R:A:W:X86 (Y)
http://i.imgur.com/dcUpf.png
I'm using VoodooPower, you too?
--> Here are switching stages very well, but the turbo core I do not think it works right?
--> Is there any way to switch the fancy name that appears on the processor? only to not get the same aesthetic as "unknown." it is possible to change this?
---> The kext that is with the patch, ("IOHIDFamily_nointervalcheck.kext.zip") is always necessary to use, or only in some particular case?
R:A:W:X86
07-22-2012, 12:43 AM
first i should say thank you for all your work. i have tried to install 10.7.4 in my AMD machine for more than two months. and i don't know how to compile the x86_64 source to a kernel. does your newest kernel (release in 7-18) need to be complied if i would like to run a 64-bit app. PS: i am a Chinese, my english is poor. but i hope you can understand that.Again: No working 64-Bit Kernel.
In OS X no 64-Bit Kernel - but SSSE3 instruction set capable CPU (Lion) - is needed for running 64-Bit applications.
I'm using VoodooPower, you too?
--> Here are switching stages very well, but the turbo core I do not think it works right?I had to remove some old routines from the Kernel patch that had been causing problems during boot. Missing these may cause tsc sync problems, while stepping with that kext - those routines are way old and may no longer be needed in latest VoodoPower provided by AnV - I am not sure though... use with care.
--> Is there any way to switch the fancy name that appears on the processor? only to not get the same aesthetic as "unknown." it is possible to change this?You could use
<key>SMcputype</key>
<string>1281</string>
Macintosh used CPU names only of course, i.e. 1281 will report an Quad-Core Xeon...
---> The kext that is with the patch, ("IOHIDFamily_nointervalcheck.kext.zip") is always necessary to use, or only in some particular case?
That kext is unrelated to the amd_insn_patcher.
It fixes some check that causes boot hang at No interval found for . Using 8000000 - otherwise not needed.
sulphide
07-22-2012, 09:27 AM
One issue remains... font rendering is wrong in some apps.
R:A:W:X86
07-22-2012, 12:25 PM
One issue remains... font rendering is wrong in some apps.
Can you describe with more details, what the problem is?
sulphide
07-22-2012, 12:36 PM
Can you describe with more details, what the problem is?
http://img833.imageshack.us/img833/3972/20120722173427.png (http://imageshack.us/photo/my-images/833/20120722173427.png/)
this happens only to third-party apps, as i can see... all native apps look as they should.
ps not all third-party apps, opera e.g. looks good.
R:A:W:X86
07-22-2012, 12:40 PM
Be sure to patch dyld & libsystem_kernel.dylib only - do not touch any other files in /usr/lib with amd_insn_patcher
:)
@ R:A:W:X86
hello,
I went further in my tests, everything works perfectly in 32 bit, I no longer applicable QuickTime bug (video capture) works as well as everything else, I installed my HD 4850 1GB (HDMI / VGA / DVI) I only have DVI, it is already well 1280x1024x32 @ 75 hz Halleluya!
I encounter the problem of the network, regardless of the network card used, can not establish the connection (dlink 528 tx / rtl 8139 on the motherboard)
With kernel Dimitrk, but it works fine with your last kernel 11.4, impossible to make them work.
http://img15.hostingpics.net/thumbs/mini_903077Capturedcran2008010142407AM.png (http://www.hostingpics.net/viewer.php?id=903077Capturedcran2008010142407AM.pn g)
http://img15.hostingpics.net/pics/964438Capturedcran2008010142054AM.png (http://www.hostingpics.net/viewer.php?id=964438Capturedcran2008010142054AM.pn g)
http://img15.hostingpics.net/pics/729521Capturedcran2008010142512AM.png (http://www.hostingpics.net/viewer.php?id=729521Capturedcran2008010142512AM.pn g)
http://img15.hostingpics.net/pics/940308Capturedcran2008010142204AM.png (http://www.hostingpics.net/viewer.php?id=940308Capturedcran2008010142204AM.pn g)
sulphide
07-22-2012, 04:23 PM
Be sure to patch dyld & libsystem_kernel.dylib only - do not touch any other files in /usr/lib with amd_insn_patcher
Thanks, i forgot to unpatch libSystem.B.dylib... now unpatched and the problem has gone. :)
felipeunix
07-23-2012, 06:03 AM
Just to compare staff performance with the latest kernel.
Share your friends! ;)
http://i.imgur.com/783Bb.png
misterfrista
07-23-2012, 12:10 PM
//Update
With a fresh 10.7.4 install and only the two dyld´s patched manually the new kernel runs quite perfect! Yesterday I tested the kernel for about 2 hours without any issues. Copying, authorization, Appstore etc. pp. works fine!!
Thanks alot R:A:W:X86 ;)
http://img100.imageshack.us/img100/7793/ohnetitelp.png
felipeunix
07-24-2012, 02:21 AM
//Update
With a fresh 10.7.4 install and only the two dyld´s patched manually the new kernel runs quite perfect! Yesterday I tested the kernel for about 2 hours without any issues. Copying, authorization, Appstore etc. pp. works fine!!
Thanks alot R:A:W:X86 ;)
http://img100.imageshack.us/img100/7793/ohnetitelp.png
misterfrista,think that the performance of our Bulldozer's is the standard? :)
icloud works well?
sulphide
07-24-2012, 05:09 AM
think that the performance of our Bulldozer's is the standard? :)
i got almost 6 in os x and same in windows 7 x64 (fx-8150)
Again: No working 64-Bit Kernel.
In OS X no 64-Bit Kernel - but SSSE3 instruction set capable CPU (Lion) - is needed for running 64-Bit applications.
i want to know how to compile the kernel(how to patch)? how to use the .diff files?:)thank you!
R:A:W:X86
07-24-2012, 10:57 AM
I encounter the problem of the network, regardless of the network card used, can not establish the connection (dlink 528 tx / rtl 8139 on the motherboard)
I have no problem using the same kind of onboard device on both setups...
Maybe try to delete the device from Network.prefpane then readd it?
i want to know how to compile the kernel(how to patch)? how to use the .diff files?:)thank you!
How-To patch:
https://developer.apple.com/library/mac/#documentation/Darwin/Reference/Manpages/man1/patch.1.html
How-To compile:
http://objc.id.au/post/10101528120/compiling-the-os-x-10-7-kernel
misterfrista
07-24-2012, 01:24 PM
@felipeunix: I´ll test icloud when i am home ;)
Anyone tried xcode yet?
Maybe i´ll give it a try today.. :)
justinster123
07-24-2012, 02:44 PM
@felipeunix: I´ll test icloud when i am home ;)
Anyone tried xcode yet?
Maybe i´ll give it a try today.. :)
Unless anyone has PURE 64-bit running on the machine, with the FX Kernels etc. Xcode Will NOT Work.
It's Pure 64-Bit for the Core Program
justinster123
07-24-2012, 05:24 PM
Hmmm..... I Found More Info On How XPCHelper Works Here:
https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/OSX_Technology_Overview/SystemTechnology/SystemTechnology.html
Interesting It Tells What Is Involved in XPCHelper
and Maybe We Can Look Into it To Try and Patch Stuff?
felipeunix
07-24-2012, 06:19 PM
With this latest kernel as it was for folks who do not have bulldozer?
have to apply the patch not to freeze applications on 32bit mode?
R:A:W:X86
07-24-2012, 09:43 PM
Unless anyone has PURE 64-bit running on the machine, with the FX Kernels etc. Xcode Will NOT Work.
It's Pure 64-Bit for the Core Program
In case you are talking about 64-Bit KERNEL:
Please get correct information, before spreading your wrong assumption as a fact!
http://support.apple.com/kb/HT4287
Thanks!
Not to mention, that I used to explain this, just two pages back in this thread...
justinster123
07-25-2012, 12:49 AM
In case you are talking about 64-Bit KERNEL:
Please get correct information, before spreading your wrong assumption as a fact!
http://support.apple.com/kb/HT4287
Thanks!
Not to mention, that I used to explain this, just two pages back in this thread...
WTF are you talking about? this makes no sense what-so-ever I've tried, Xcode for Lion is a 64-Bit App. and I Tried Running it through 32-bit and the Unsupported message occurs,
so idk wtf you are talking about I never mentioned a thing regarding what you posted in the link. In fact that link is irrelevant to what I was saying,
k?
thanks.
misterfrista
07-25-2012, 08:31 AM
I´ve tried the latest Xcode yesterday just for fun.
At least I am able to install it successfully with the latest kernel.
I´m also able to install the Commandline utils etc.
Compiling things with xcodebuild runs fine, but building the kernel is a no-go as cxxfilt gives errors with make command!
Its not important for me, just wanted to see it myself ;)
Seems like at least the commandline utils work as I am able to compile and use Macports without any problem!
fxspec06
07-25-2012, 09:29 PM
woah.
i'm not going to say too much here
but thanks to r a w and this thread, i've got lion running in VM, FINALLY running all the osx apps full throttle without crashing
i've learned a lot along the way about osx86
big kudos to r a w for this kernel and the insn patch.
i only wish it natively supported my dual 7770s ;)
but, i can live. thanks
fxspec06
07-25-2012, 09:35 PM
and also, completely disregarding the forum's double post rules.....
http://i660.photobucket.com/albums/uu328/zerosignal/n121391_citizen20kane20clap.gif
THANK YOU
;) (Y)
The Connactic
07-27-2012, 06:57 AM
"@@ -292,6 +292,10 @@
panicstr = str;
paniccpu = cpu_number();
panicwait = 1;
+
+ kdb_printf("In case you read this there has been a kernel panic.\n"
+ "There is no ----ing support for running Lion on AMD.\n"
+ "You have to try fixing this yourself.\n\n");
PANIC_UNLOCK();""
Taking a look at your code, RAW, i couldn't let this piece go without any comments: you're an artist! Reading this message at my first kernel panic with your kernel made me laugh out loud even being mad about my system crashing. It was sort of relieving in the face of utter frustration. Congrats!
The Connactic
07-27-2012, 07:18 AM
Seriously, one question: your kernel is i386, as you said before, since it's based on anterior patched kernels (AndyVand, Bronzovka) that are all i386. But the original vanilla kernel - correct me if i'm wrong, please, here i'm way beyond my field of knowledge - is x64_86, right?, and those i386 patched kernels are all based in this single x64_86, is that correct?
So why is not possible to build a AMD_64 kernel based on x64_86? Why the patched ones seemingly have to be 32-bit? Or did Apple release a dumbed-down kernel as open source? Thank you in advance.
The Connactic
07-27-2012, 07:23 AM
Another one: is there any public knowledge base provided by AMD, where one can look for especifications of, say, Bulldozer CPUs and how low-level and higher-level programming should be projected for them?
That long set of hex numbers, are them assembly code? If yes, are they the original assembly code of vanilla (therefore, intel assembly)?
I have no problem using the same kind of onboard device on both setups...
Maybe try to delete the device from Network.prefpane then readd it?
How-To patch:
https://developer.apple.com/library/mac/#documentation/Darwin/Reference/Manpages/man1/patch.1.html
How-To compile:
http://objc.id.au/post/10101528120/compiling-the-os-x-10-7-kernel
thank you!:)
R:A:W:X86
07-27-2012, 01:31 PM
Seriously, one question: your kernel is i386, as you said before, since it's based on anterior patched kernels (AndyVand, Bronzovka) that are all i386. But the original vanilla kernel - correct me if i'm wrong, please, here i'm way beyond my field of knowledge - is x64_86, right?Nope.
The Vanilla Kernel in 10.6 & 10.7 is a fat binary that contains an i386 and a x86_64 Kernel.
On a real Mac it i.a. depends on wether the Firmware is 32 or 64-Bit what can Kernel is / can be loaded.
The i386 Kernel still allows running 64-Bit applications, in case of a compatible CPU.
Support for non-64-Bit CPUs has been dropped in 10.7 (even from the 32-Bit Kernel), though it is reimplemented in the patched Kernel, as this "compatibilty / legacy mode" is currently the only way to boot 10.7 using non-SSSE3 CPUs (all old AMD).
In 10.8 the Kernel is 64-Bit only, so even Intel Macs with 64-Bit compatible CPU, but 32-Bit Firmware are dropped from support.
As for 10.7 it is rather unimportant wether you are booting i386 or x86_64 Kernel (speaking for owners of fully compatible / SSSE3 capable CPUs) - it does not have influence on the applications you are running - most likely it will only matter for you in case you have some 3rd party Kernel Extensions, i.e. printer drivers that are either i386 or x86_64 only.
So why is not possible to build a AMD_64 kernel based on x64_86?
Why the patched ones seemingly have to be 32-bit? Or did Apple release a dumbed-down kernel as open source? Thank you in advance.Well it is possible to build the x86_64 Kernel from the patched source code.
But for some reason it does instant reboot on AMD setups, while it works on my Vanilla capable machines.
The latest 10.6.8 Kernel are the same - most AMD people encounter either instant reboot or AppleACPIPlatform.kext Panic when attempting to boot the x86_64 Kernel.
If someone is curious to try it himself, here (http://www.xup.in/dl,21183920/universal_kernel.zip/)is an universal build of the latest Kernel patch - use arch= flag to advice the Kernel you want to boot.
Another one: is there any public knowledge base provided by AMD, where one can look for especifications of, say, Bulldozer CPUs and how low-level and higher-level programming should be projected for them? Well the AMD Developer Central contains some documentation, but it ain't that up-to-date as desireable...
That long set of hex numbers, are them assembly code? If yes, are they the original assembly code of vanilla (therefore, intel assembly)?Those are copyspace for binary injection of an autpatching dyld and a SSE3 emulator.
I don't see a reason to look into the rebasement of dyld (the released source code is incomplete), as 32-Bit Apps are working just fine by binary patching of sysenter traps - there is not any software left that peforms CPUID checks in -legacy mode either.
Injection of a SSE3 emulator is also pretty unimportant (for obvious reasons I think :D), but the methods of Kernel integration could be modified, in case someone could write an SSSE3 emualtor that works the same style as the old SSE3 one...
The Connactic
07-27-2012, 05:09 PM
Thank you, RAW!
The Connactic
07-31-2012, 07:31 PM
Well, Mountain Lion is here. For we AMD users, three options: change to Intel, stuck with Lion i386 64-bit suporting on FX line (or Snow Leo with full functionality for all other AMDs) or hope, crossing fingers, that someone wise enough to patch a working arch x64_86 kernel pops out of the blue.
RAW, i tried the 64-bit kernel. Instant reboot, as you told me. But, remember, i have a plain Athlon II x2. No ssse. So the question is - assuming the problem affects Bulldozers as well - why does this happen? Any clue?
justinster123
08-01-2012, 12:37 AM
Well, Mountain Lion is here. For we AMD users, three options: change to Intel, stuck with Lion i386 64-bit suporting on FX line (or Snow Leo with full functionality for all other AMDs) or hope, crossing fingers, that someone wise enough to patch a working arch x64_86 kernel pops out of the blue.
RAW, i tried the 64-bit kernel. Instant reboot, as you told me. But, remember, i have a plain Athlon II x2. No ssse. So the question is - assuming the problem affects Bulldozers as well - why does this happen? Any clue?
I tried the kernel on x86_64 on my amd Athlon X2 7550 and it booted to the point where launchd would start up. no further, just like booting without -legacy
it says verbosely "Kernel is LP64" meaning 64-bit i've tried all the possible boot combination but it's a no-go.
SSSE3 emulator, how can it be so hard? (theoretically speaking) because there's only 16 new instructions that SSSE3 introduced.. hmm...
The Connactic
08-01-2012, 03:50 AM
But why it doesn't boot, Justin? That's the question!
Indeed, it doesn't boot even with ssse3-enabled AMD FX series, as RAW x86 said before, so it isn't just a sss3-related issue, tha could be solved with an emulator.
Now don't let me be misunderstood: the emulator is important, as it would grant a full working Lion for almost every AMD user. We're in Mountain Lion era, though; without a working patched x86_64 kernel, in addition to a sss3 emulator for non-Buldozer users, the AMD hackintoshes will slowly fall into obsolescence.
felipeunix
08-01-2012, 03:52 AM
Do not think the fight is over. Mountain Lion is here!!:D
The Connactic
08-01-2012, 03:56 AM
The fight isn't over, but for the fight to be won, it's not enought for Mountain Lion to be here if it does not roar in AMD Hackintoshes, lol.
R:A:W:X86
08-01-2012, 11:30 AM
it says verbosely "Kernel is LP64" meaning 64-bit i've tried all the possible boot combination but it's a no-go.
Interesting.
The patched x86_64 Kernel works on my Intel machines as well.
I have some suspicions what could be the problem for the majority of us AMD users here...
Would be cool if some other people with old / "pre-Phenom" AMD CPUs could try.
Do not think the fight is over. Mountain Lion is here!!:D
The src has been released as well.
For some reason xnu-2050.7.9 does not build for me wo errors... (unpatched of course)
I am not sure what I am missing - Xcode 4.5 probably?!
The problem may also be, that I am still kinda little drunken due to yesterday. :p
Someone else has tried to compile the Kernel yet?
akimoa
08-01-2012, 12:37 PM
i do have ML running just looking into the programms next too xcode we need wich prob be
cxxfilt-11
dtrace-96
kext_tools-268.7
but i cant figure out wich version of bootstrap_cmds it is
maybe someone else can ? meanwhile i dl new xcode .....i might get it up and running by tonite and give it a shot ..but my timeframe is limited so will se if i get it goin
pipko
08-01-2012, 01:42 PM
i do have ML running just looking into the programms next too xcode we need wich prob be
cxxfilt-11
dtrace-96
kext_tools-268.7
but i cant figure out wich version of bootstrap_cmds it is
maybe someone else can ? meanwhile i dl new xcode .....i might get it up and running by tonite and give it a shot ..but my timeframe is limited so will se if i get it goin
is your ML run on amd or intel?
akimoa
08-01-2012, 02:26 PM
on a Commodore C16 +4
na on a MacBookPro :)
The Connactic
08-01-2012, 03:33 PM
Interesting.
The patched x86_64 Kernel works on my Intel machines as well.
I have some suspicions what could be the problem for the majority of us AMD users here...
What would them be?
I tried to compile the kernel to no avail...
sulphide
08-01-2012, 08:33 PM
Differences between AMD64 and EM64T
There are a small number of differences between each instruction set. Compilers generally produce binaries that target both AMD64 and EM64T, making the differences mainly of interest to compiler developers and operating system developers.
Currently
EM64T’s BSF and BSR instructions act differently when the source is 0 and the operand size is 32 bits. The processor sets the
zero flag and leaves the upper 32 bits of the destination undefined.
AMD64 supports 3DNow! instructions. This includes prefetch with the opcode 0x0F 0x0D and PREFETCHW, which are useful for hiding memory latency.
EM64T lacks the ability to save and restore a reduced (and thus faster) version of the floating-point state (involving the FXSAVE and FXRSTOR instructions).
EM64T lacks some model-specific registers that are considered architectural to AMD64. These include SYSCFG, TOP_MEM, and TOP_MEM2.
EM64T supports microcode update as in 32-bit mode, whereas AMD64 processors use a different microcode update format and control MSRs.
EM64T’s CPUID instruction is very vendor-specific, as is normal for x86-style processors.
EM64T supports the MONITOR and MWAIT instructions, used by operating systems to better deal with Hyper-threading.
AMD64 systems allow the use of the AGP aperture as an IO-MMU. Operating systems can take advantage of this to let normal PCI devices DMA to memory above 4 GiB. EM64T systems require the use of bounce buffers, which are slower.
SYSCALL and SYSRET are also only supported in IA-32e mode (not in compatibility mode) on EM64T. SYSENTER and SYSEXIT are supported in both modes.
Near branches with the 0×66 (operand size) prefix behave differently. One type of CPU clears only the top 32 bits,
while the other type clears the top 48 bits.
may smth. of this be the clue?
The Connactic
08-03-2012, 05:34 PM
As for me, i expect it not to be the clue. If we have to emulate more instructions yet than ssse3, then i think AMD hackintoshing is really at the verge of obsolescence.
justinster123
08-05-2012, 08:45 PM
I compiled a 10.7.4 kernel with a mix of patches with R:A:W 's patches and the anv's legacy kernel 0.5.1 for on the fly patching, it boots up for x86_64 and i386 without instant reboot. but gives a kernel panic near where launchd would start up...
I'll upload it soon for you to test.. I doubt you'll get any further than the KP tho, interesting that I am the only one who made a kernel that didn't instantly reboot....
http://www.mediafire.com/download.php?u3kbvqy9it4sjda
The Connactic
08-05-2012, 09:46 PM
Great job, Justin! Cool that someone takes the torch from RAW and keeps it running for AMD machines. If a 64-bit kernel is really built, we can even make it to Mountain Lion someday!
Did you ran your kernel on a FX series CPU, or on an older series (therefore, lacking the need of ssse3 support)? Can you upload a screen of your KP, for us to help identify the causes?
Thanks in advance!
justinster123
08-05-2012, 09:49 PM
Great job, Justin! Cool that someone takes the torch from RAW and keeps it running for AMD machines. If a 64-bit kernel is really built, we can even make it to Mountain Lion someday!
Did you ran your kernel on a FX series CPU, or on an older series (therefore, lacking the need of ssse3 support)? Can you upload a screen of your KP, for us to help identify the causes?
Thanks in advance!
Yes, I Will do that, I'm trying to compile the kernel again making some patches to see if it changed anything, but I tested it on a normal NON ssse3 amd cpu,
AMD Athlon X2 7550
the KP is NOT related to ACPI like in the previous kernels for Snow Leopard. It's to do with the patcher I think, Let me upload a screenie soon ^_^
In the meantime, Please try it yourself and let me know your results
The Connactic
08-05-2012, 10:41 PM
I'll do just that, but i'm afraid i'll get similar results, since i have a similar dual core, one generation newer, an Athlon II X2 250. Two questions:
1) The KP you got was when booting arch X64_86? Or both archs?
2) Assuming it's possible to boot arch=i386, did it give you 64-bit apps support on your 32-bit non ssse3 capable system? It would be an important thing to know, because it would be a step further even without a true 64-bit kernel with 64-bit extensions (the latest RAW kernel give 64-bit support for i386 kernels, but only on ssse3 capable CPUs).
Thank you, and keep up the good work!
justinster123
08-05-2012, 10:48 PM
I'll do just that, but i'm afraid i'll get similar results, since i have a similar dual core, one generation newer, an Athlon II X2 250. Two questions:
1) The KP you got was when booting arch X64_86? Or both archs?
2) Assuming it's possible to boot arch=i386, did it give you 64-bit apps support on your 32-bit non ssse3 capable system? It would be an important thing to know, because it would be a step further even without a true 64-bit kernel with 64-bit extensions (the latest RAW kernel give 64-bit support for i386 kernels, but only on ssse3 capable CPUs).
Thank you, and keep up the good work!
Any boot flag gives that KP, it has something to do with the integration of the on the fly patcher...
ham4ever
08-05-2012, 11:09 PM
good work Justin , i'd really love to test ur kernel as soon i get a new HDD keep the hard work guys
davisin666
08-06-2012, 01:18 AM
Good work! :D
Maybe with std_dyld=Yes could work
misterfrista
08-06-2012, 08:28 AM
With FX and useflags: -v busratio=155 npci=0x2000 arch=x86_64 I get instant reboot!
R:A:W:X86
08-06-2012, 12:37 PM
I compiled a 10.7.4 kernel with a mix of patches with R:A:W 's patches and the anv's legacy kernel 0.5.1 for on the fly patching, it boots up for x86_64 and i386 without instant reboot. but gives a kernel panic near where launchd would start up... Well your KP most likely has to do with the binary opcode parsing, that's why the code changes in mach_loader.c are excluded from my patch.
Like I wrote previously, there is not any more need for CPUID parsing in Lion (there is not any application that needs it) + 32-Bit Apps are working for the 64-Bit capable users just fine by binary patching.
That's why I haven't made any attempt to fix this...
interesting that I am the only one who made a kernel that didn't instantly reboot.... Ehm mate - no offense, but I think you are missing something:
I tried the kernel on x86_64 on my amd Athlon X2 7550 and it booted to the point where launchd would start up. no further, just like booting without -legacy
it says verbosely "Kernel is LP64" meaning 64-bit i've tried all the possible boot combination but it's a no-go.
SSSE3 emulator, how can it be so hard? (theoretically speaking) because there's only 16 new instructions that SSSE3 introduced.. hmm...
I think it has something to do with the CPU identification routines, why the 64-Bit Kernel boots for you, while it reboots for many others.
The fact that I can boot the x86_64 Pcj XNU (http://osx86.co/f36/10-6-2-kernel-pcj-xnu-release-t5019/) on Snow Leopard on my FX machine kinda proves this hypothesis.
Sadly that guy has not ever released any source code (like many other people in the scene). -.-
I will start looking further into this during the next weeks...
...I am currently busy trying some Mountain Lion stuff. :p
With FX and useflags: -v busratio=155 npci=0x2000 arch=x86_64 I get instant reboot!
It is the same for me - both Kernel don't work at all not x86_64 nor i386 - just instant reboot.
frisco2
08-06-2012, 10:24 PM
I compiled a 10.7.4 kernel with a mix of patches with R:A:W 's patches and the anv's legacy kernel 0.5.1 for on the fly patching, it boots up for x86_64 and i386 without instant reboot. but gives a kernel panic near where launchd would start up...
I'll upload it soon for you to test.. I doubt you'll get any further than the KP tho, interesting that I am the only one who made a kernel that didn't instantly reboot....
http://www.mediafire.com/download.php?u3kbvqy9it4sjda
Hi justinster123,
here my test with LION 10.7.4
with the following boot flag:
usekernelcache=no cpus=6 maxmem=4096 -v, f
and with
-legacy usekernelcache=no -force64 arch=x86_64 busratio=17 cpus=6 maxmem=4096 –v -f
and with
-legacy usekernelcache=no -force64 arch=i386 busratio=17 cpus=6 maxmem=4096 -v - f
I get every time a KP, see picture
pictures:
http://www.sendspace.com/file/4n3025
http://www.sendspace.com/file/dr5g00
http://www.sendspace.com/file/3e05iw
http://www.sendspace.com/file/3nyi0n
Hi justinster123,
here my test with LION 10.7.4
with the following boot flag:
usekernelcache=no cpus=6 maxmem=4096 -v, f
and with
-legacy usekernelcache=no -force64 arch=x86_64 busratio=17 cpus=6 maxmem=4096 –v -f
and with
-legacy usekernelcache=no -force64 arch=i386 busratio=17 cpus=6 maxmem=4096 -v - f
I get every time a KP, see picture
pictures:
http://www.sendspace.com/file/4n3025
http://www.sendspace.com/file/dr5g00
http://www.sendspace.com/file/3e05iw
http://www.sendspace.com/file/3nyi0n
hello frisco2,
résulat same as you, I give up for now, I ordered a small FX 6100 to 119 € with 15 € for reimbursement by AMD.
The x4 960 t , I'll put it back in its box and put it on my mantle for memories of good times !!!
wastez
08-07-2012, 01:41 PM
Hi justinster123,
here my test with LION 10.7.4
with the following boot flag:
usekernelcache=no cpus=6 maxmem=4096 -v, f
and with
-legacy usekernelcache=no -force64 arch=x86_64 busratio=17 cpus=6 maxmem=4096 –v -f
and with
-legacy usekernelcache=no -force64 arch=i386 busratio=17 cpus=6 maxmem=4096 -v - f
I get every time a KP, see picture
pictures:
http://www.sendspace.com/file/4n3025
http://www.sendspace.com/file/dr5g00
http://www.sendspace.com/file/3e05iw
http://www.sendspace.com/file/3nyi0n
Some informations to your kernelflags:
1. Don´t use arch=x86_64 and -legacy togehter, cause you can use 32 bit or 64 bit kernelmode and not both at same time.
2. arch=i386 and -legacy is the same but i think only -legacy is implemented in this kernel.
3. -force64 is not implemented in this kernel so it´s absolutly useless.
(On SnowLeopard it was used to enable 64 bit userland while running 32 bit kernelmode)
R:A:W:X86
08-07-2012, 02:20 PM
2. arch=i386 and -legacy is the same but i think only -legacy is implemented in this kernel.
Absolutely not the same.
arch= gives advice to Chameleon wether the i386 or x86_64 should be loaded, while -legacy disables the use of EM64T in case the i386 Kernel is loaded. (so to say the opposite / disbaler of -force64 mode, which is now loaded by default on all CPU like when you are using the Vanilla Kernel.)
frisco2
08-07-2012, 03:25 PM
Hi @ll
Thanks for the quick answers, but it does not matter what I enter as a boot flag, it is always the same error message
justinster123
08-07-2012, 04:16 PM
I compiled another kernel without the opcode patcher that boots to the point where launchd would boot up and no further on x86_64 ... Those of you with fx and test it out but @R:A:W does your kernel work in 64 bit kernel space on your amd?
R:A:W:X86
08-07-2012, 04:53 PM
@R:A:W does your kernel work in 64 bit kernel space on your amd?
No. But the x86_64 Kernel I compiled from my collection of patches, has been booting on yours as well - hasn't it. ;)
I have started some testing on this, but it's yet another needle in a haystack...
A little of topic:
Has someone yet managed to compile the ML Kernel in Lion?
justinster123
08-07-2012, 05:00 PM
No. But the x86_64 Kernel I compiled from my collection of patches, has been booting on yours as well - hasn't it. ;)
I have started some testing on this, but it's yet another needle in a haystack...
A little of topic:
Has someone yet managed to compile the ML Kernel in Lion?
lmao do you want me to upload it anyways for you to try? .__.
I really need to see if it will boot for you in 64-bit kernel space :)
R:A:W:X86
08-07-2012, 05:19 PM
lmao do you want me to upload it anyways for you to try? .__.
I really need to see if it will boot for you in 64-bit kernel space :)
Of course, you are welcome to upload it.
I am not very busy atm, so I could try it if you want me to. :D
justinster123
08-07-2012, 05:40 PM
Of course, you are welcome to upload it.
I am not very busy atm, so I could try it if you want me to. :D
Here You Go! Test Away!!
http://www.mediafire.com/download.php?osaa3sf2239nsvh
R:A:W:X86
08-07-2012, 06:01 PM
Here You Go! Test Away!!
http://www.mediafire.com/download.php?osaa3sf2239nsvh
The x86_64 Kernel is still instant reboot.
The i386 Kernel is booting this time, but your build is missing one of those fixes, bronzovka has made, so it freezes after hard disk initialisation...
I haven't furher checked that Kernel yet - is it made through the building scripts by AnV?
justinster123
08-07-2012, 06:16 PM
The x86_64 Kernel is still instant reboot.
The i386 Kernel is booting this time, but your build is missing one of those fixes, bronzovka has made, so it freezes after hard disk initialisation...
I haven't furher checked that Kernel yet - is it made through the building scripts by AnV?
hmm..... which fix? that may be very well why it doesn't boot.. that's odd, it has to be the chameleon version I'm on 2.1 1856
try that
Chameleon 2.1 rev 1856 Fix, iCloud and Facetime. (doesn't fix them but oh well)
hmmm no, I haven't made it through the building scripts why?
cctools fails to patch when I tried.
R:A:W:X86
08-07-2012, 07:00 PM
hmm..... which fix? that may be very well why it doesn't boot.. that's oddsome reimplementation from snow leopard xnu, something when the kernel deals with kext properties. when not having these added, to some i386 kernel i made during my testing, it hasn't continued booting after hard diks initialisation - just like your build does.
don't remember exactly - few months ago now, when i put these things together. ;)
Chameleon 2.1 rev 1856 Fix, iCloud and Facetime.same result
I still think this is something CPU model related...
You do not need to use busratio= / FSB= or similiar parameter in your Boot.plist - do you?
justinster123
08-07-2012, 07:07 PM
some reimplementation from snow leopard xnu, something when the kernel deals with kext properties. when not having these added, to some i386 kernel i made during my testing, it hasn't continued booting after hard diks initialisation - just like your build does.
don't remember exactly - few months ago now, when i put these things together. ;)
same result
I still think this is something CPU model related...
You do not need to use busratio= / FSB= or similiar parameter in your Boot.plist - do you?
This is my chameleon boot.plist file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Boot Graphics</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>PCIRootUID=1 npci=0x3000</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>SMBIOS</key>
<string>/Extra/smbios.plist</string>
<key>Timeout</key>
<string>5</string>
<key>npci</key>
<string>0x2000</string>
<key>UseKernelCache</key>
<string>No</string>
</dict>
</plist>
frisco2
08-07-2012, 07:27 PM
Here You Go! Test Away!!
http://www.mediafire.com/download.php?osaa3sf2239nsvh
Hi Justinster123
best thanks for the last adjustment of the kernel
Now the system hangs at USBF: 6719 AppleUSBOHCI ........ .
without this message >>> still waiting for root device
my BIOS settings are unchanged and are also set correctly
what should I do?
davisin666
08-07-2012, 07:34 PM
Hi Justinster123
best thanks for the last adjustment of the kernel
Now the system hangs at USBF: 6719 AppleUSBOHCI ........ .
without this message >>> still waiting for root device
my BIOS settings are unchanged and are also set correctly
what should I do?
OHCI means usb 1.1, try deactivating USB Legacy Support in BIOS setup.
I will test this kernel soon, now I have to do a lot of calculus, derivatives and integrals :-|
Thanks in advance!
justinster123
08-07-2012, 07:41 PM
OHCI means usb 1.1, try deactivating USB Legacy Support in BIOS setup.
I will test this kernel soon, now I have to do a lot of calculus, derivatives and integrals :-|
Thanks in advance!
Damnnnnn lmaoooo I'm still in Pre-Cal. Physics AP tho starting in september University level physics for grade 12 >_<
justinster123
08-07-2012, 07:42 PM
Hi Justinster123
best thanks for the last adjustment of the kernel
Now the system hangs at USBF: 6719 AppleUSBOHCI ........ .
without this message >>> still waiting for root device
my BIOS settings are unchanged and are also set correctly
what should I do?
I must've overlooked something i'll post the diff later for R:A:W to take a lookat but I can't work on it further for a while, i'm super busy atm
frisco2
08-07-2012, 07:42 PM
OHCI means usb 1.1, try deactivating USB Legacy Support in BIOS setup.
I will test this kernel soon, now I have to do a lot of calculus, derivatives and integrals :-|
Thanks in advance!
I test the customized kernel with 10.7.4 on an external USB HDD
thanks for the answer, I'll try it and give a message
frisco2
08-07-2012, 08:22 PM
my usb keyboard works no more.
with the PS2 Keyboard hangs at USBF: 6719 AppleUSBOHCI........ without this message >>> still waiting for root device
wastez
08-08-2012, 03:33 PM
Absolutely not the same.
arch= gives advice to Chameleon wether the i386 or x86_64 should be loaded, while -legacy disables the use of EM64T in case the i386 Kernel is loaded. (so to say the opposite / disbaler of -force64 mode, which is now loaded by default on all CPU like when you are using the Vanilla Kernel.)
Thanks for the information, it´s good to know.
Thought it was implemented instead of arch=i386.
my usb keyboard works no more.
with the PS2 Keyboard hangs at USBF: 6719 AppleUSBOHCI........ without this message >>> still waiting for root device
I had the same problem on my system.
Using a other kernel fixed it on my computer.
frisco2
08-08-2012, 03:54 PM
I had the same problem on my system.
Using a other kernel fixed it on my computer.
Which kernel should I use for lion 10.7.4?
akimoa
08-08-2012, 09:51 PM
just a offtopic question for all the Bulldozer Lion guys what was your audio solution ( VodooHDA,DSDT, AppleHDA ?) just curious
R:A:W:X86
08-08-2012, 10:19 PM
ALC887; Line-In / -Out & Mic work using customized VoodooHDA - usage is easier than patching AppleHDA + no worries about system update; imho the best avaible audio solution. :)
frisco2
08-08-2012, 10:57 PM
just a offtopic question for all the Bulldozer Lion guys what was your audio solution ( VodooHDA,DSDT, AppleHDA ?) just curious
voodooHD works with my system
misterfrista
08-09-2012, 07:51 AM
For me its VoodooHDA too :)
hello R:A:W:X86
mon rapport .
http://img15.hostingpics.net/pics/719344Capturedcran20120810103416PM.png (http://www.hostingpics.net/viewer.php?id=719344Capturedcran20120810103416PM.p ng)
http://img15.hostingpics.net/pics/326640Capturedcran20120810104041PM.png (http://www.hostingpics.net/viewer.php?id=326640Capturedcran20120810104041PM.p ng)
http://img15.hostingpics.net/pics/396167Capturedcran20120811121732AM.png (http://www.hostingpics.net/viewer.php?id=396167Capturedcran20120811121732AM.p ng)
http://img15.hostingpics.net/pics/514370Capturedcran20120811121823AM.png (http://www.hostingpics.net/viewer.php?id=514370Capturedcran20120811121823AM.p ng)
http://img15.hostingpics.net/pics/769546Capturedcran20120811121907AM.png (http://www.hostingpics.net/viewer.php?id=769546Capturedcran20120811121907AM.p ng)
http://img15.hostingpics.net/pics/920448Capturedcran20120811121937AM.png (http://www.hostingpics.net/viewer.php?id=920448Capturedcran20120811121937AM.p ng)
http://img15.hostingpics.net/pics/189483Capturedcran20120811122028AM.png (http://www.hostingpics.net/viewer.php?id=189483Capturedcran20120811122028AM.p ng)
http://img15.hostingpics.net/pics/311091Capturedcran20120811122143AM.png (http://www.hostingpics.net/viewer.php?id=311091Capturedcran20120811122143AM.p ng)
http://img15.hostingpics.net/pics/506845Capturedcran20120811122225AM.png (http://www.hostingpics.net/viewer.php?id=506845Capturedcran20120811122225AM.p ng)
http://img15.hostingpics.net/pics/512331Capturedcran20120811125414AM.png (http://www.hostingpics.net/viewer.php?id=512331Capturedcran20120811125414AM.p ng)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>PCIRootUID</key>
<string>1</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>5</string>
<key>npci</key>
<string>0x2000</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>No</string>
</dict>
</plist>
+ busratio=165 cpu=2
encore merci !!!
il me reste le problème de la gestion 32/64 bit .
frisco2
08-11-2012, 10:10 AM
this is very positive, gils
$The-King$
08-11-2012, 12:49 PM
is it till now lion installer doesn't work ?
misterfrista
08-11-2012, 01:06 PM
Lion installer works! Use the latest kernel and Myhack and it runs perfect ;)
this is very positive, gils
hello ,
ah !! oui !! que du bonheur , ça change du phenom !! je me croirais sur mon Xéon !!! :p
$The-King$
08-11-2012, 08:26 PM
Lion installer works! Use the latest kernel and Myhack and it runs perfect ;)
just panic are you sure that it is supporting installer on my cpu non seee3
just panic are you sure that it is supporting installer on my cpu non seee3
Et avec -legacy busratio=16 UsekernelCache=No npci=0x2000 -v -f
$The-King$
08-12-2012, 04:23 AM
Et avec -legacy busratio=16 UsekernelCache=No npci=0x2000 -v -f
i boot nearly with this flag any way i will try to re do lion on memory flash when got time
$The-King$
08-12-2012, 08:19 AM
tried again with retail 10.7.3 & 10.7.0 but the the same panic
i think kernel doesnt support retail installing from boot
tried again with retail 10.7.3 & 10.7.0 but the the same panic
i think kernel doesnt support retail installing from boot
're trying this distro, with the FX, it is able to directly boot my hack and I have not tested it on my t x4 960 but on a 1250 LE it loads but does not panic.
're trying with these flags: mach_amdv5 -legacy busratio=16 cpu=1 -v -f
bonne chance !!!
dantekazuma
08-12-2012, 01:25 PM
this kernel looks like the best shot i got to put erase my snow leo and step up to lion but no one is putting a how to for the semi-noobs out there a.k.a me....so can some please tell me how they got this kernel to work with Lion...i have both retail lion and iATKOS L2...so please help me out here
this kernel looks like the best shot i got to put erase my snow leo and step up to lion but no one is putting a how to for the semi-noobs out there a.k.a me....so can some please tell me how they got this kernel to work with Lion...i have both retail lion and iATKOS L2...so please help me out here
hello ,
Me neither, I'm not a kernel specialist, if you manage to install SL, you shall come easily to install Leo 10.7.
You wedged on what?
dantekazuma
08-12-2012, 07:16 PM
well i got retail 10.7.2 dmg i use myHACK to put it on my usb...then i took r:a:w:x86 kernel to see if i can get to the installation screen....first i use a simple -v flag to see where i might get errors at....but after it loads all the extensions the screen flashes that the caplock light flash then the screen lights up again but it stays black...i left it for over 10 hours(went to sleep)woke up still a black screen...so i tought it could be a graphics problem so i added the ATY kext that worked on my snow leo but still nothing ...so im bummed out because since i cant get a verbose output after the flash screen i cant really say what the problem is
ham4ever
08-12-2012, 07:42 PM
well i got retail 10.7.2 dmg i use myHACK to put it on my usb...then i took r:a:w:x86 kernel to see if i can get to the installation screen....first i use a simple -v flag to see where i might get errors at....but after it loads all the extensions the screen flashes that the caplock light flash then the screen lights up again but it stays black...i left it for over 10 hours(went to sleep)woke up still a black screen...so i tought it could be a graphics problem so i added the ATY kext that worked on my snow leo but still nothing ...so im bummed out because since i cant get a verbose output after the flash screen i cant really say what the problem is
i had same problem ,,, but i found out that kext for my video card use TWO screens instead of one , i knew it when i attached second screen to Mac, and then i saw everything in screen , so maybe this is problem for u too , :-/
or try remove all ATI- ATY - NV - INTEl kexts
justinster123
08-12-2012, 08:33 PM
ok, I am testing Lion DP1 and it's working GREAT!
All binaries are universal so it's working excellent without any troubles, I think I'll use the Lipo tool to create the universal binaries on the Final build 10.7.4 and see what happens it's way more stable on DP1 for me.
whaoooo!
for me it's just great, to blanGsak V4, an installation is possible via USB Direct + 1820 trunk option npci=0x3000 with the kernel and some hacks to RAWX86 mediaflashplayer and mozilla is the feast , I miss it more than yesterday. (not serious)
for the FX 6100, to install the flags: busratio=165 cpu=1 -v , the install finished, reboot into busratio=165 cpu=2 -v
for the youtube video, no synchronization between audio and video (C1E disable, cool n 'quiet enabled)
http://img15.hostingpics.net/pics/183882ScreenShot20120812at211337.png (http://www.hostingpics.net/viewer.php?id=183882ScreenShot20120812at211337.png )
http://img15.hostingpics.net/pics/197295ScreenShot20120812at211506.png (http://www.hostingpics.net/viewer.php?id=197295ScreenShot20120812at211506.png )
http://img15.hostingpics.net/pics/638735ScreenShot20120812at211939.png (http://www.hostingpics.net/viewer.php?id=638735ScreenShot20120812at211939.png )
http://img15.hostingpics.net/pics/145913ScreenShot20120812at220744.png (http://www.hostingpics.net/viewer.php?id=145913ScreenShot20120812at220744.png )
http://img15.hostingpics.net/pics/546290ScreenShot20120812at224800.png (http://www.hostingpics.net/viewer.php?id=546290ScreenShot20120812at224800.png )
http://img15.hostingpics.net/pics/705164ScreenShot20120812at225010.png (http://www.hostingpics.net/viewer.php?id=705164ScreenShot20120812at225010.png )
http://img15.hostingpics.net/pics/701336ScreenShot20120812at225814.png (http://www.hostingpics.net/viewer.php?id=701336ScreenShot20120812at225814.png )
http://img15.hostingpics.net/pics/170870ScreenShot20120812at225855.png (http://www.hostingpics.net/viewer.php?id=170870ScreenShot20120812at225855.png )
ham4ever
08-12-2012, 11:55 PM
@gils
ouh man i am jealous :P u have fully working Lion :) awesome,
@gils
ouh man i am jealous :P u have fully working Lion :) awesome,
^_^
hello,
I confirm that the installation based on a retail 10.7.3 without unibeast without MyHack is possible without any problems.
I used the old method of restoring from the HDD to usb utility at the base for Intel long before tonymachintrucbidouille and others think of something! ahahahha!
I copied the kernel of R:A:W:X86 and the Extra folder from my SL car and Simone! ahahahah!
This awesome AMD FX!
Google traduction .
http://img15.hostingpics.net/pics/206842Capturede769cran20120813a768171515.png (http://www.hostingpics.net/viewer.php?id=206842Capturede769cran20120813a76817 1515.png)
(Y)
pipko
08-13-2012, 05:54 PM
I realize this comes down to AMD FX, but what happens to the class AMD (Athlon 64 x2 QL)
without SSSE3?
ham4ever
08-13-2012, 06:52 PM
can anyone write some scripte to delete ZZ folder in "" sudo rm -rf /private/var/folders/zz/ "" in some schedule , automatically repeat after every 5 minuts ,??
because whenever i get crash report then eat CPU , then i delete zz folder then crash report processor stop using CPU *
can anyone write some scripte to delete ZZ folder in "" sudo rm -rf /private/var/folders/zz/ "" in some schedule , automatically repeat after every 5 minuts ,??
because whenever i get crash report then eat CPU , then i delete zz folder then crash report processor stop using CPU *
hello ,
I never managed to block the problem, hence the move to FX. we need a good soul we include the correction in the kernel.
should not neglect the FX work in 32 or 64 bit and not 32 and 64 bit.
Fortunately, 95% of the software is 64-bit. to install 32 bit softwares must return to 32 bit (-legacy)
Google traduction
R:A:W:X86
08-13-2012, 11:47 PM
Fortunately, 95% of the software is 64-bit. to install 32 bit softwares must return to 32 bit (-legacy)
Solution for 32-Bit App crashes to be found in first post... :)
Solution for 32-Bit App crashes to be found in first post... :)
:)
hello,
I thank you, I have a little trouble understanding everything, with terminal I hold, in addition to English, it's even worse.
I tried. the last time I used the terminal, I planted all!
you think ML 10.8 will work on AMD?
Thank you.
google translation
:)
$The-King$
08-14-2012, 07:52 PM
the latest kernel cant be downloaded
can any one upload it
starwa314
08-14-2012, 08:08 PM
the latest kernel cant be downloaded
can any one upload it
Try this:
http://www.4shared.com/zip/iuT7MWvW/test30_kernel.html?refurl=d1url
starwa314
08-14-2012, 09:37 PM
I'm having trouble getting Lion to boot. I've installed the retail 10.7.4 onto an external hd using my girlfriends MacBook. I then replaced the mach_kernel with the one from this thread and installed Chameleon with Chameleon Wizard. I then plugged the drive internally (SATA) into my PC. I boot it with -v busratio=18 and get stuck with "Still waiting for root device".
http://i267.photobucket.com/albums/ii310/starwa314/th_photo2.jpg (http://s267.photobucket.com/albums/ii310/starwa314/?action=view¤t=photo2.jpg)
I've been playing with this for the past two days and have run out of ideas.
I'm having trouble getting Lion to boot. I've installed the retail 10.7.4 onto an external hd using my girlfriends MacBook. I then replaced the mach_kernel with the one from this thread and installed Chameleon with Chameleon Wizard. I then plugged the drive internally (SATA) into my PC. I boot it with -v busratio=18 and get stuck with "Still waiting for root device".
http://i267.photobucket.com/albums/ii310/starwa314/th_photo2.jpg (http://s267.photobucket.com/albums/ii310/starwa314/?action=view¤t=photo2.jpg)
I've been playing with this for the past two days and have run out of ideas.
Salut,
essayes de brancher tes sata comme suit :
http://img15.hostingpics.net/pics/853190ScreenShot20120813at123618.png (http://www.hostingpics.net/viewer.php?id=853190ScreenShot20120813at123618.png )
$The-King$
08-15-2012, 12:39 AM
Try this:
http://www.4shared.com/zip/iuT7MWvW/test30_kernel.html?refurl=d1url
thanks :)
I'm having trouble getting Lion to boot. I've installed the retail 10.7.4 onto an external hd using my girlfriends MacBook. I then replaced the mach_kernel with the one from this thread and installed Chameleon with Chameleon Wizard. I then plugged the drive internally (SATA) into my PC. I boot it with -v busratio=18 and get stuck with "Still waiting for root device".
http://i267.photobucket.com/albums/ii310/starwa314/th_photo2.jpg (http://s267.photobucket.com/albums/ii310/starwa314/?action=view¤t=photo2.jpg)
I've been playing with this for the past two days and have run out of ideas.
i got the same problem on a chi
truned to ide and added atiata i comiped it to lion
and got panic
starwa314
08-15-2012, 02:25 AM
Salut,
essayes de brancher tes sata comme suit :
http://img15.hostingpics.net/pics/853190ScreenShot20120813at123618.png (http://www.hostingpics.net/viewer.php?id=853190ScreenShot20120813at123618.png )
I've set it up as you suggested. It goes a bit further than before, but stops here:
http://i267.photobucket.com/albums/ii310/starwa314/th_photo4.jpg (http://s267.photobucket.com/albums/ii310/starwa314/?action=view¤t=photo4.jpg)
It just stays there.
hello ,
essayes les flags suivant :
UseKernelCache=No
PCIRootUID=1 ou 0
idlehalt=0
-legacy
cpu=1
cpu=2 etc.....
-f
GraphicsEnabler=Yes ou No
-x -v
etc..............
ham4ever
08-15-2012, 11:33 AM
latest kernel working great in Lion 10.7.4 32 bits
Athlon X3 435 :)
looking forward for 64 bits
@ R:A:W:X86
hello,
I'm hard on pa terminal, I tried pacther the kernel with the help of a colleague for the 32/64 bit, but nothing is there.
Have I missed something? thank you for giving me a boost.
traduction google .
[/URL][URL=http://www.hostingpics.net/viewer.php?id=533736Capturede769cran20120815a76813 0929.png]http://img15.hostingpics.net/pics/533736Capturede769cran20120815a768130929.png (http://www.hostingpics.net/viewer.php?id=310338Capturede769cran20120815a76812 3737.png)
http://img15.hostingpics.net/pics/116952Capturede769cran20120815a768122648.png (http://www.hostingpics.net/viewer.php?id=116952Capturede769cran20120815a76812 2648.png)
Merci !!!
latest kernel working great in Lion 10.7.4 32 bits
Athlon X3 435 :)
looking forward for 64 bits
bonne nouvelle !!! (Y)
R:A:W:X86
08-15-2012, 08:08 PM
Have I missed something? thank you for giving me a boost.
correct usage is:
sudo -s
amd_insn_patcher /usr/lib/dyld /usr/lib/dyld_patched
cp /usr/lib/dyld_patched /usr/lib/dyld
amd_insn_patcher /usr/lib/system/libsystem_kernel.dylib /usr/lib/system/libsystem_kernel.dylib_patched
cp /usr/lib/system/libsystem_kernel.dylib_patched /usr/lib/system/libsystem_kernel.dylib
update_dyld_shared_cache
correct usage is:
sudo -s
amd_insn_patcher /usr/lib/dyld /usr/lib/dyld_patched
cp /usr/lib/dyld_patched /usr/lib/dyld
amd_insn_patcher /usr/lib/system/libsystem_kernel.dylib /usr/lib/system/libsystem_kernel.dylib_patched
cp /usr/lib/system/libsystem_kernel.dylib_patched /usr/lib/system/libsystem_kernel.dylib
update_dyld_shared_cache
:)
Merci beaucoup !!
starwa314
08-15-2012, 10:42 PM
I got it to boot using the FakeSMC.kext file. My problem now is that the computer freezes when I try to install driver pkgs when it says "Optimizing system for installed software...". Also GraphicsEnabler doesn't seem to be working with my gfx (GTS 250 1g). I'm booting with "-v busratio=18". Thanks for the help. I'm almost there:)
@R:A:W:X86
http://img15.hostingpics.net/pics/656543Capturedcran20120815230712.png (http://www.hostingpics.net/viewer.php?id=656543Capturedcran20120815230712.png )
http://img15.hostingpics.net/pics/435872Capturedcran20120815231436.png (http://www.hostingpics.net/viewer.php?id=435872Capturedcran20120815231436.png )
http://img15.hostingpics.net/pics/768436Capturedcran20120816005554.png (http://www.hostingpics.net/viewer.php?id=768436Capturedcran20120816005554.png )
http://img15.hostingpics.net/pics/294621Capturedcran20120816005945.png (http://www.hostingpics.net/viewer.php?id=294621Capturedcran20120816005945.png )
http://img15.hostingpics.net/pics/702479Capturedcran20120816005207.png (http://www.hostingpics.net/viewer.php?id=702479Capturedcran20120816005207.png )
whaaaoooo !!!
tu es génial , merci beaucoup , avec l'aide de Nanael de Mac on Pc qui m'a saisi les codes dans terminal à l'aide de team viewer en mode -legacy , j'ai maintenant mon FX 6100 à 100% !!
Encore un grand merci à toi !!!
excuse moi pour le Français .
I got it to boot using the FakeSMC.kext file. My problem now is that the computer freezes when I try to install driver pkgs when it says "Optimizing system for installed software...". Also GraphicsEnabler doesn't seem to be working with my gfx (GTS 250 1g). I'm booting with "-v busratio=18". Thanks for the help. I'm almost there:)
bizarre ??
normalement , elle est oob avec GraphicsEnabler=Yes .
essayes avec busratio=18 UsekernelCache=No npci=0x3000 PCIRootUID=1 or 0 GraphicsEnabler=Yes
avec le chameleon trunk 1820 avec option SMBIOS Macpro3,1 .
bon courage !!
excuses moi pour le Français . :)
thanks :)
i got the same problem on a chi
truned to ide and added atiata i comiped it to lion
and got panic
hello ,
et avec -legacy busratio=16 UsekernelCache=No
starwa314
08-16-2012, 06:10 AM
bizarre ??
normalement , elle est oob avec GraphicsEnabler=Yes .
essayes avec busratio=18 UsekernelCache=No npci=0x3000 PCIRootUID=1 or 0 GraphicsEnabler=Yes
avec le chameleon trunk 1820 avec option SMBIOS Macpro3,1 .
bon courage !!
excuses moi pour le Français . :)
I've tried the commands you've stated and it causes my computer to stop at a grey screen while it's almost done booting.
I've also tried patching the dyld and libsystem_kernel.dylib files but my computer freezes a few seconds after running update_dyld_shared_cache.
I've tried the commands you've stated and it causes my computer to stop at a grey screen while it's almost done booting.
I've also tried patching the dyld and libsystem_kernel.dylib files but my computer freezes a few seconds after running update_dyld_shared_cache.
hello,
it is the comnandes our remarkable R:A:W:x86, I've only copied the commands with the patch on the desk and for me, it works very well.
you've got to make a mistake somewhere. I've had no bug when writing in terminal.
For my install I only use two kexts
Extra
Extensions
FakeSMC.kext
NullCPUPowerManagement.kext
modules
klibc.dylib
uClibcxx.dylib
org.chameleon.Boot.plist
smbios.plist
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMbiosvendor</key>
<string>AppleInc.</string>
<key>SMbiosversion</key>
<string>MP31.88Z.006C.B05.0802291410</string>
<key>SMboardproduct</key>
<string>Mac-F42C88C8</string>
<key>SMfamily</key>
<string>MacPro</string>
<key>SMmanufacturer</key>
<string>AppleInc.</string>
<key>SMproductname</key>
<string>MacPro3,1</string>
<key>SMserial</key>
<string>G8135543XYL</string>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel Flags</key>
<string>busratio=165 cpu=1</string>
<key>Theme</key>
<string>default</string>
</dict>
</plist>
+ npci=0x3000
les flags are for my CPU (FX 6100)
HenryH
08-16-2012, 01:56 PM
I can't download any of the kernels from xup.in (timeouts).
Can anybody upload them (or at least the latest one) to mediafire or somewhere else?
Cheers...
starwa314
08-16-2012, 02:58 PM
@gils
I really appriciate your help. I've never seen anybody get past the booting phase with this particular motherboard, so I'm very happy with the progress.:)
The addition of NullCPUPowerManagement.kext has stopped the crashing with pkg installers and update_dyld_shared_cache. I'm still getting a grey screen with GraphicsEnabler=Yes.
HenryH
08-16-2012, 03:58 PM
I can't download any of the kernels from xup.in (timeouts).Never mind - the links are working again.
@gils
I really appriciate your help. I've never seen anybody get past the booting phase with this particular motherboard, so I'm very happy with the progress.:)
The addition of NullCPUPowerManagement.kext has stopped the crashing with pkg installers and update_dyld_shared_cache. I'm still getting a grey screen with GraphicsEnabler=Yes.
hello ,
l'USB3 peut être source de conflit , l'as tu désactivé . aussi , ta carte graphique est branché sur le premier port PCIE ?
également :
CIE = désactivé
S3 = activé
cool n' quiet = pas d'incidence
HPET= activé
o/c= défaut
ram= défaut
USB3= désactivé
normalement pour le reste c'est ok .
excuse pour le français car Google traduction n'est pas très au point . :)
Jazza
08-17-2012, 05:21 AM
still not allowed when copyes/delete some files....use mach_kernel test30
GA990FXA-UD7
Phenom X6 1090T
Radeon HD 6850
Bart 16 GB Of RAM
Seasonic M12II-620 Bronze
starwa314
08-17-2012, 05:28 AM
hello ,
l'USB3 peut être source de conflit , l'as tu désactivé . aussi , ta carte graphique est branché sur le premier port PCIE ?
également :
CIE = désactivé
S3 = activé
cool n' quiet = pas d'incidence
HPET= activé
o/c= défaut
ram= défaut
USB3= désactivé
normalement pour le reste c'est ok .
excuse pour le français car Google traduction n'est pas très au point . :)
I've set the motherboard as you've written, but I'm still getting the same results.
misterfrista
08-17-2012, 06:10 AM
I had the same problem till I patched only one of the dyld´s!
I don´t remember which of the two I patched, so you will have to try it on your own!
With both files patched I got the same error! I also think I told this here before!
cathedralmurder
08-19-2012, 06:15 AM
Great work you're doing here.
I'm new to Hackintosh and would love to help test
AMD FX-8150
Asus Crosshair V Formula
128gb OCZ Vertex 3 SSD
128gb M4 Crucial SSD
32gb Corsair Vengence DDR3
Custom AMD Liquid Cooling
I have a Macbook Pro and access to Lion.dmg and ML.dmg
I just need instructions for install
I've found these
http://geeknizer.com/install-osx-mountain-lion-on-pc-hackintosh-usb/
and wanted to see if they applied.
Also dl'ed kernel and other files provided in thread.
If you want PM me or idk if you have IRC
Thx
Great work you're doing here.
I'm new to Hackintosh and would love to help test
AMD FX-8150
Asus Crosshair V Formula
128gb OCZ Vertex 3 SSD
128gb M4 Crucial SSD
32gb Corsair Vengence DDR3
Custom AMD Liquid Cooling
I have a Macbook Pro and access to Lion.dmg and ML.dmg
I just need instructions for install
I've found these
http://geeknizer.com/install-osx-mountain-lion-on-pc-hackintosh-usb/
and wanted to see if they applied.
Also dl'ed kernel and other files provided in thread.
If you want PM me or idk if you have IRC
Thx
Hi,
Yet for ML 10.8 but you can do an install Lion 10.7 or with unibeast Myhack.
R:A:W:X86
08-19-2012, 11:32 PM
Most of the avaible tutorials for Lion Retail installation on Intel machines should also apply to FX based setups, just that mach_kernel has to be replaced with the patched one & you need to patch sysenter traps after installation & update for 32-Bit software to work. :)
Nice high-end build btw. I have been contemplating one of those Vertex 3 SSDs as they have gotten a little cheaper early this year, but still haven't decided to purchase one...
ham4ever
08-20-2012, 02:09 AM
R:A:W:X86
any plan for Athlon II to work in 64 bits ? or does it have any chance ?
thank u for all work u did, is amazing
wastez
08-20-2012, 06:52 AM
@ham4ever
It has been written x times in the current amd threads that it will never work if nobody will write an ssse3 emultator, cause the old amd don´t support it.
cathedralmurder
08-20-2012, 06:22 PM
Most of the avaible tutorials for Lion Retail installation on Intel machines should also apply to FX based setups, just that mach_kernel has to be replaced with the patched one & you need to patch sysenter traps after installation & update for 32-Bit software to work. :)
Nice high-end build btw. I have been contemplating one of those Vertex 3 SSDs as they have gotten a little cheaper early this year, but still haven't decided to purchase one...
thanks man
I'm going to get cracking on this today
ill update with progress and now they have the vertex 4
looks yummy hahaha
starwa314
08-21-2012, 12:46 AM
I got it working! I had to install the official gfx driver from NVIDIA. Thanks for the help. :)
gabrielayumi
08-22-2012, 09:16 AM
Hello everybody!!!
So i have successful Lion with iatkos L2 installation in my specs:
PIIX4 965 Revision Deneb C3
M4a77T/USB3.0 (USB3.0 OFF)
HD6870 Dual Fan Barts XT
2x 4GB DDR3 1333Mhz Kingston!
HDD 1TB SATA SEAGATE With 3 Partitions (Snow 1st Lion 2nd Windows 7 3rd)
Well... i can boot in any of the 3 OS without problems and i don't have problem with copy and paste in Lion
Thanks for VERY NICE KERNEL!!
:)
PS: I am a girl u.u. Greetings from Brazil!
Next Step is to Fix my Text Editor Sometimes Wont Open ;(
ham4ever
08-22-2012, 12:15 PM
Hello everybody!!!
So i have successful Lion with iatkos L2 installation in my specs:
awesome , did u used iatkos L2 directly, or used Snow leopard to install Iatkos ?
The Connactic
08-22-2012, 09:00 PM
It just has come to my mind: we have patches for AMD, made by bronzovka and rawx86. Using some text tool, can't we just separate the specific AMD instructions by comparing with the vanilla source and then apply them to the Mountain Lion source? Or even better, following and useful advice from Meklort, apply them as a binary patch to the Mountain Lion binary? It would be possible to test it?
If yes, i'm willing to do it and make the experiment. Can someone point me to some text tool that make possible to compare and extract the differences between two texts (these would be the patched kernel and the vanilla kernel) saving me the time to do it by eye, so i can re-patch it and compile it for mountain lion instead?
Can someone explain me what tools and procedures do i use to apply a binary patch to the binary kernel?
R:A:W:X86
08-22-2012, 10:28 PM
It just has come to my mind: we have patches for AMD, made by bronzovka and rawx86. Using some text tool, can't we just separate the specific AMD instructions by comparing with the vanilla source and then apply them to the Mountain Lion source? Or even better, following and useful advice from Meklort, apply them as a binary patch to the Mountain Lion binary? It would be possible to test it?The answer is no, it ain't that easy.
The main reason has already been discussed at great length in this thred.
It is, that the current patch works for i386 Kernel only, which is no longer part of Mountain Lion. It can be compiled from the source code, but is actually useless as all the Kernel Extensions are x86_64 only as well.
Also the new XNU comes up with some major code changes.
I am currenlty doing some experiments on this - but you should not expect a working solution - especially not within a short time.
Can someone point me to some text tool that make possible to compare and extract the differences between two textsFileMerge - it's part of Xcode.
The Connactic
08-22-2012, 10:35 PM
I'll really beg you to forgive me if i look stubborn right now, RAW, but i was talking about using the 64-bit patched kernel of yours (yes, that one that gives us instant reboots) and apply these patches of yours to the source code (or, even better, to the binary, as meklort advised) of the new XNU (which is also 64-bit, of course) to see what happens.
Let's say i really wanna try it myself and see what happens: what text tools do i use to this task, so i don't have to examine line by line of the code? Thank you very much for answering!
The Connactic
08-22-2012, 10:36 PM
Oops, you did it already! Thank you very much indeed!
gabrielayumi
08-23-2012, 02:14 AM
awesome , did u used iatkos L2 directly, or used Snow leopard to install Iatkos ?
hi i have one tutorial in osx86.net in Potuguease.
yes i have used Snow Leopard to install iatkos in another partition (2nd partition) and replaced the kernel and my appleatiata kext for my motherboard and... Azalia HD audio for Audio.
after that you need to upgrade your bootloader to the last version... and the bootflags PCIRootUID=1 -legacy UseKernelCache=No -v -f if your system wont boot at first time try again... if wont boot again ask here in forum i think we can help you :)
Greetings From Brazil!
The Connactic
08-25-2012, 12:59 AM
Reporting back from my experiment: in the end you were right, RAW, as expected btw: it ain't that easy. So the transition to Mountain Lion will be a troubled one for AMD hackintoshes, also as expected.
How are your own experiments doing?
The Connactic
08-25-2012, 01:18 AM
I'm running Lion 10.7.4 and, as i said, it runs just fine on my PC. But 32-bit only, so no Finder and other 64-bit apps (even my CPU being a 64-bit capable CPU; ssse3 is crucial for Lion to support 64-bit apps on 32-bit mode).
With Mountain-Lion, as said in various places, including here, we'll definitely need a ssse3 emulator for non-FX CPUs, but even that won't be enough: until now, we couldn't get a Lion 64-bit kernel to work on AMD CPUs, even Buldozer ones; the maximum we got was 64-bit app support, only on Buldozer CPUs. To run Mountain Lion, we've got to do better than that: we'll need a 64-bit kernel and the ssse3 emulator (a static one, easier than the previous on the fly sse3 emulator, but still no easy a task) for the non-FX CPUs. So the mountain to climb is high indeed.
gabrielayumi
08-25-2012, 07:38 AM
Yeah but i have a Phenom 965 x4 and i can run any app in my Lion 10.7.4 without Problem i just asking for a problem with Open some apps like a Text Editor and some times i have the problem with Copy and paste.
RAWX86, you will fix this problem in your next version of this kernel?? Thanks :D
The Connactic
08-25-2012, 07:43 AM
Are you really sure of it, Gabriela?
Do you use the stock Finder, or the DP2 Finder instead? Have you tried parallels desktop 7? And the new Xcode, does it work without issues? These are 64-bit apps which should not run by any means on your CPU, since it doesn't support ssse3.
If you made these apps above to work with a Phenom 965 x4, you made a breakthrough discovery and should share your methods... ;)
The Connactic
08-25-2012, 07:46 AM
As for copy/paste and permission bug fixes, read the entire content of this thread and the other at infinitemac, AMD with Lion.
jhusly
08-25-2012, 10:41 AM
You have to do the following steps:
-First download the amd_insn_patcher
-Open a terminal and type "sudo su" to without quotes to become root
-Change into your downloaded amd_insn_patcher directory with the terminal
You can do this by typing "cd " (without quotes) and then droping the amd_insn_patcher directory from finder into the terminal and hit enter.
-Type the following commands one line at a time:
cp /usr/lib/dyld ./dyld.orig
cp /usr/lib/system/libsystem_kernel.dylib ./libsystem_kernel.dylib.orig
./amd_insn_patcher dyld.orig dyld.patched
./amd_insn_patcher libsystem_kernel.dylib.orig libsystem_kernel.dylib.patched
chown 0:0 dyld.patched
chown 0:0 libsystem_kernel.dylib.patched
chmod 755 dyld.patched
chmod 755 libsystem_kernel.dylib.patched
Now open 2 more terminal tabs and type sudo su (otherwise your system may freeze in the next step! )
In the first tab type:
mv dyld.patched /usr/lib/dyld
In the second one:
mv libsystem_kernel.dylib.patched /usr/lib/system/libsystem_kernel.dylib
and in the third:
update_dyld_shared_cache
Now you are done!
I have a 10.7.3 hackintosh in my fx-6100 and i would love to try this out. Buyt i just cant do it correctly. Sorry, my first mac and hackintosh.
cp /usr/lib/system/libsystem_kernel.dylib ./libsystem_kernel.dylib.orig
./amd_insn_patcher dyld.orig dyld.patched
./amd_insn_patcher libsystem_kernel.dylib.orig
is this suppose to be a one line of 3lines? But eigther way only return "No such file or directory".
ham4ever
08-25-2012, 12:15 PM
Are you really sure of it, Gabriela?
Do you use the stock Finder, or the DP2 Finder instead? Have you tried parallels desktop 7? And the new Xcode, does it work without issues? These are 64-bit apps which should not run by any means on your CPU, since it doesn't support ssse3.
If you made these apps above to work with a Phenom 965 x4, you made a breakthrough discovery and should share your methods... ;)
i think she run only 32 bit , because she use -legacy ,
misterfrista
08-25-2012, 05:45 PM
It means that your system doesnt find the amd_insn_patcher. In other words you have to copy the dyld files into the same directory as your downloaded amd_insn_patcher. Switch into the directory in your console and then type: ./amd_insn_patcher dyld.orig dyld.patched and press enter. Maybe you didnt rename dyld to dyld.orig? No such file or directory means in this case that one of the binarys isnt found.
jhusly
08-25-2012, 11:50 PM
okay, so i executed the commands inside the directory where i put the downloaded files (desktop), unfortunately, i could no longer execute the last 2 commands because the i got this mac dead screen. Tried booting back either in single user, safe mode but to no avail. Im just greeted with the dead screen in the login menu. Is there anything i can do to fix this? I followed the instruction and used another command windows, login as administrator by typing sudo su.
jcvcms
08-26-2012, 04:24 PM
Hi guys, thanks to RAWX86 and everyone else that has contributed to this. I have 10.7.4 running with only a few hiccups on a Bulldozer. One of those is that I get nothing when I right click on any file an choose Get Info. Also, I get occasional 30 second slowdowns (spinning beach ball) mostly when browsing the Internet on any Browser. Have done every patch and tweak mentioned on this thread. I initially installed Snow Leopard using Iatkos and have incrementally upgraded from there. I'm using finder from DP2 on latest RAW kernel. Many thanks!
Hi guys, thanks to RAWX86 and everyone else that has contributed to this. I have 10.7.4 running with only a few hiccups on a Bulldozer. One of those is that I get nothing when I right click on any file an choose Get Info. Also, I get occasional 30 second slowdowns (spinning beach ball) mostly when browsing the Internet on any Browser. Have done every patch and tweak mentioned on this thread. I initially installed Snow Leopard using Iatkos and have incrementally upgraded from there. I'm using finder from DP2 on latest RAW kernel. Many thanks!
:)
Hello ,
buldo your work in 64 bit, so no need to Finder DP2, and management 32/64 bit, used the AMD patch D'ANV.
For me, it works 100% bug free.
http://osx86.co/f100/10-7-4-amd-kernel-t7687/page32.html
http://osx86.co/f36/legacy-kernel-10-6-8-with-custom-dyld-t7318/post55947.html
http://osx86.co/attachment.php?attachmentid=1645&d=1320876221
jcvcms
08-27-2012, 05:19 AM
Many thanks gils, I restored to original Finder for 10.7.4 using Pacifist and everything seems to be working perfectly! :)
gabrielayumi
08-27-2012, 07:16 PM
Are you really sure of it, Gabriela?
Do you use the stock Finder, or the DP2 Finder instead? Have you tried parallels desktop 7? And the new Xcode, does it work without issues? These are 64-bit apps which should not run by any means on your CPU, since it doesn't support ssse3.
If you made these apps above to work with a Phenom 965 x4, you made a breakthrough discovery and should share your methods... ;)
Just follow what gils is talking about... and your problems will be done! :D
Yes i use DP2 Finder... i'll test the finder of 10.7.4 later in 64 bit mode in my own custom kernel later i'll post the screen shots if then works :D
The Connactic
08-28-2012, 05:13 AM
My system already works like a charm, Gabriela! ;)
In 32 bit, like yours. No original Finder, no latest Xcode, no Parallels7 (but i have a workaround to make P6 work in Lion, then this issue is solved as much is i'm concerned).
pipko
08-28-2012, 08:25 AM
My system already works like a charm, Gabriela! ;)
In 32 bit, like yours. No original Finder, no latest Xcode, no Parallels7 (but i have a workaround to make P6 work in Lion, then this issue is solved as much is i'm concerned).
Is Adobe Photoshop CS6 & illustrator CS6 work?
The Connactic
08-28-2012, 08:32 AM
No, they don't, since the adobe cs6 installer itself needs to run at 64-bit some time after it starts. To have cs6, stock finder and other 64-bit apps running, you'll need either an intel or a bulldozer (fx-series) amd system.
jhusly
08-29-2012, 10:10 PM
My system already works like a charm, Gabriela! ;)
In 32 bit, like yours. No original Finder, no latest Xcode, no Parallels7 (but i have a workaround to make P6 work in Lion, then this issue is solved as much is i'm concerned).
Hi, how did you able to make it work? I been trying this for a while and re-installed atleast 6times because when i try to do as per rawr instruction of patching, my computer would be in kernel panic. I was able to replace the kernel but to make the 32bit apps work, no success. Please help..
The Connactic
08-30-2012, 09:12 PM
I'm not sure if i understand this patching thing altogether. I'll tell you though how i get where i am right now:
1) Installed Snow Leo Hazard 10.6.2 sse2 sse3, then installed Lion in another HD using devout's method: http://www.insanelymac.com/forum/index.php?showtopic=278181 (used moderate method);
2) Downloaded 10.7.4 combo update from apple, ran it and changed the kernel before rebooting pretty much like the previous installation, this time using RAW's kernel from first page of this thread;
3) Had the infamous permissions bug, that kept me from everyday tasks like installing programs. Solved it using another kernel from RAW (look for it at this thread);
4) Still had copy and paste issues. To solve this, a) started to use Path Finder app and b) used bronzovka instructions (attention: just the instructions, not the kernel) from this topic: http://www.osx86.net/view/2723-amd_kernel_v6_for_10.7.4.html
I don't if a), b) or the combination of both is the winner, but the copy and paste issues disappear;
5) I thought these instructions of bronzovka would solve the issue that keeps the core apps from opening x minutes after the startup (so i have to open them all just after logging in or forgetting about them at all) but it doesn't happen. Maybe that is the only dent at the 32-bit perfection of my Lion system.
Hope that helps!
Best regards.
Godofwar
08-31-2012, 07:23 AM
Are the instructions one of the mods/owners of InfiniteMac sent me back in 04-14-2012 the most recent instructions or have they came up with easier ways to install Lion onto Amd Phenom IIx4 965? His instructions was to be on Hackintosh Snow Leopard and edit a DMG iATKOS L2 DMG file with updating its content to be more compatible with AMDs. I got kind of confused and I have messed up several times following his guide. Does anyone happen to have a video guide? I can't screw up a video guide or can I? ^_^
It sucks that ever since my gtx 470 died I can't run snow leopard at 1920x1200 resolution, because I was satisfied with Snow Leopard. But now I'm forced to find a way to get Lion to work with my rig because I believe Lion has support for gtx 570?
Specs:
Amd Phenom II x4 965 3.4ghz
ASUS M4A79XTD EVO
Gigabyte GTX 570
4 gigs ddr3 ram
jhusly
08-31-2012, 07:41 AM
Oh, that's really pretty tough specially because i still need another hd for the process which i dont really have one at the moment. Second is that, getting a copy of mac os x distro is quite really hard for me because that's ussually 5gb+- to download and i can't find any direct download link for it (like Mediafire), just all torrent which is really slow. But i manage to have this Niresh ditro which is 10.7.3 and I can make it work no sweat for 18 minutes and with everything just fine OOTB (sounds, lan, display), copy/paste and finder are also not an issue.
What really keeps my win7 at the moment is that i cant make it work with 32bit apps like mac office. Ive already quit from installing the update to 10.7.4 in which i really sweat for almost a week re-installing over and over again because I cant really make it work so i just decided to install xcode 4.3 which is the main reason getting that said update.
So, I would really be sticking to mac osx if i could just make this work with 32bit apps because everytime I try those sets of instruction posted here including
sudo -s
amd_insn_patcher /usr/lib/dyld /usr/lib/dyld_patched
cp /usr/lib/dyld_patched /usr/lib/dyld
amd_insn_patcher /usr/lib/system/libsystem_kernel.dylib /usr/lib/system/libsystem_kernel.dylib_patched
cp /usr/lib/system/libsystem_kernel.dylib_patched /usr/lib/system/libsystem_kernel.dylib
update_dyld_shared_cache
would freeze my system and goes kernel panic.
Sir RAWR, what do i missed why i keep getting this same result over and over or shall i really need to have a working 10.7.4 update to use this?
Godofwar
08-31-2012, 07:59 AM
I believe Jhusly and I have same problem. That is why I'm going to erase both my two harddrives with DBAN. Than I'm going to set up Snow Leopard on one of my harddrives and try the method of getting Lion to install on the other harddrive. If I successfully do this, I will than erase only my snow leopard harddrive than I will install Windows 7 again. If Lion disappears when I install Windows 7 on the other harddrive that I erased Snow Leopard off I will use EasyBCD and use that as a dual boot program. I hope I conquered the unconquerable and have solved my issues. Right now I'm backing stuff up on Windows on one of my ext harddrives.
Oh, that's really pretty tough specially because i still need another hd for the process which i dont really have one at the moment. Second is that, getting a copy of mac os x distro is quite really hard for me because that's ussually 5gb+- to download and i can't find any direct download link for it (like Mediafire), just all torrent which is really slow. But i manage to have this Niresh ditro which is 10.7.3 and I can make it work no sweat for 18 minutes and with everything just fine OOTB (sounds, lan, display), copy/paste and finder are also not an issue.
What really keeps my win7 at the moment is that i cant make it work with 32bit apps like mac office. Ive already quit from installing the update to 10.7.4 in which i really sweat for almost a week re-installing over and over again because I cant really make it work so i just decided to install xcode 4.3 which is the main reason getting that said update.
So, I would really be sticking to mac osx if i could just make this work with 32bit apps because everytime I try those sets of instruction posted here including
would freeze my system and goes kernel panic.
Sir RAWR, what do i missed why i keep getting this same result over and over or shall i really need to have a working 10.7.4 update to use this?
:)
Hi,
What kind of processor you have? for me it works very well.
you to do is the best facility for retail as Intel installation methods.
RAWX86 command is only valid for FX procs which is activate the 32/64 bit at the same time.
The rest I started a tutorial for installing 10.7.4 retail + SHIFT.
http://hack-my-mac.fr/index.php/forum/48-pc-bureau/28494-tutoriel-amd-en-travaux
http://hack-my-mac.fr/index.php/forum/24-problemes-d-installation-pc-amd/28172-blangsak-v4-10-7-4-avec-kernel-amd
The Connactic
08-31-2012, 03:11 PM
Since i'm not one of the mods/owners of infinitemac, i don't know. You can try the method i just posted, since i, as you, don't have a ssse3-enabled Bulldozer CPU. It worked for me, maybe it works for you. Installing OsX in general (and Lion particularly) on any kind of AMD machine is never a piece of cake and. There's no AMD-supportive Uni/Multibeast-like method and probably there never will.
jhusly
08-31-2012, 05:45 PM
:)
What kind of processor you have? for me it works very well.
you to do is the best facility for retail as Intel installation methods.
RAWX86 command is only valid for FX procs which is activate the 32/64 bit at the same time.
I have FX-6100 cpu which is a bulldozer just like RAWR, that's the main reason i keep on trying this to work since he mention that his macosx is now working smoothly after the partch which i am also hoping to do on mine. If i could just make 32bit apps work on mine, i would seriously be moving to mac.
Thanks and i would be checking you tutorial too. ;)
Since i'm not one of the mods/owners of infinitemac, i don't know. You can try the method i just posted, since i, as you, don't have a ssse3-enabled Bulldozer CPU. It worked for me, maybe it works for you. Installing OsX in general (and Lion particularly) on any kind of AMD machine is never a piece of cake and. There's no AMD-supportive Uni/Multibeast-like method and probably there never will.
I guess my CPU has a SSE3 enabled in it since its a bulldozer. And as Ive said, getting a copy of any macosx distro is one of the hardest part of this whole process, i just want to make it work what i currently have if possible. :(
http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc7/292078_498536753509813_1625662108_n.jpg
The Connactic
08-31-2012, 05:55 PM
jhusly, my answer was to Godofwar; checkout his specs (which points to a clearly non ssse3 system - don't confuse it with sse3, please! - because of his phenom CPU):
Specs:
Amd Phenom II x4 965 3.4ghz
ASUS M4A79XTD EVO
Gigabyte GTX 570
4 gigs ddr3 ram
I should've made it clear, but i didn't notice there was other answers after his, including yours. In fact, i answered you before answering Godofwar, just check out my anterior post. :)
The Connactic
08-31-2012, 06:05 PM
Oh, you already did and answered it, jhusly.
Well, the method i described works with Niresh's distro too, but now i see we have different issues to cope with: my system, non-ssse3, does not work with 64-bit apps. Your system, Bulldozer ssse3, only works with 64-bit apps, so you need the RAW patch to be applied properly. Well, i cannot help you, you'll have to wait for RAW to answer, i'm afraid.
@ jhusly
hello,
what kext you are using for your system?
jhusly
08-31-2012, 09:38 PM
@ Connatic : sorry about it too man, that was clearly a misunderstanding! ;) And yeah, you are right, we have a contradictory problem. LOL
@gils, i no longer needed to install additional kext like from multibeast since niresh already have it consolidated on his distro but what I selected using his release are :
Chemeleon Bootloader
AMD Kernel
AppleATIATA
VoodooHDA
Ralink Driver for wifi (which dont work because its laucnher is a 32bit application)
Realtek 81xx for LAN (dont know if it really works because i only use broadband stick for connection)
No kext for video and enabler since my graphics works ootb
that's what i remember so far since im here in the office at the moment but ill check it back again later. So, is your system stable now?
@ jhusly
bah!??? What is all this kext??? 're avoiding the distros can be Niresh.
You do a clean install with a retail 10.7.
You deleted your AppleHDA before installing your VoodooHDA?
jhusly
08-31-2012, 10:01 PM
I managed to do a quick read of your blog with google translate unfortunately i wasnt able to catch everything specially those that are in images since i dont know french. Im gonna check it again when im home.
And thanks!
jhusly
08-31-2012, 10:08 PM
@ jhusly
bah!??? What is all this kext??? 're avoiding the distros can be Niresh.
You do a clean install with a retail 10.7.
You deleted your AppleHDA before installing your VoodooHDA?
I really wanted to do a clean install so i would be able to do it from scratch unfortunately I cant get a hand of any virgin 10.7 release, what i have is only Niresh 10.7.3 DVD release and thats what im really trying to make it work. Just to make 32bits apps run and it would sure make my week!
I dont remember AppleHDA being checked as default. Note that i got this options to choose which kext would be included during the installation, not afte because i dont also have an idea what idea realease might look like.
I really wanted to do a clean install so i would be able to do it from scratch unfortunately I cant get a hand of any virgin 10.7 release, what i have is only Niresh 10.7.3 DVD release and thats what im really trying to make it work. Just to make 32bits apps run and it would sure make my week!
I dont remember AppleHDA being checked as default. Note that i got this options to choose which kext would be included during the installation, not afte because i dont also have an idea what idea realease might look like.
hello ,
http://img11.hostingpics.net/pics/614107Capturedcran20120830232934.png (http://www.hostingpics.net/viewer.php?id=614107Capturedcran20120830232934.png )
http://img11.hostingpics.net/pics/599905Sanstitre.png (http://www.hostingpics.net/viewer.php?id=599905Sanstitre.png)
jhusly
08-31-2012, 10:47 PM
Ive really tried that several times but before i could type in "update_dyld_shared_cache", my system hangs up and go into kernel panic. I either personally type it in or even just copy/paste the commands but im still getting the same error. I try restarting the system after that but it would still give me a kernel panic at the login screen so i have to re-install over again.
Ive really tried that several times but before i could type in "update_dyld_shared_cache", my system hangs up and go into kernel panic. I either personally type it in or even just copy/paste the commands but im still getting the same error. I try restarting the system after that but it would still give me a kernel panic at the login screen so i have to re-install over again.
:)
normal, si tu mets ton dossier amd patcher sur le bureau, il te Faut rajouter
~ / Desktop / amd blablabla .........
Normally, if you put your file on the desktop amd patcher, you need to add
~ / Desktop / AMD blah .........
jhusly
08-31-2012, 11:03 PM
oh? What i did is,
"sudo su"
type password
"cd Desktop/amd_insn_patcher_src"
"./amd_insn ......"
does that make a difference? Im really so sorry, im really not good in commands...
but if you would try to look at the picture i posted with the the kernel panic, i think the first sets of commands works as there are patching going on in there...
oh? What i did is,
"sudo su"
type password
"cd Desktop/amd_insn_patcher_src"
"./amd_insn ......"
does that make a difference? Im really so sorry, im really not good in commands...
but if you would try to look at the picture i posted with the the kernel panic, i think the first sets of commands works as there are patching going on in there...
c'est pour localisé ton dossier amd patcher , pour ton panic , c'est certainement dû au conflit entre AppleHDA et voodooHDA , on installe jamais ces 2 pilotes ensembles , cause de KP .
Excuses moi pour le Français , Google traduit vraiment très mal . :)
jhusly
08-31-2012, 11:18 PM
I see, so you mean VoodooHDA and AppleHDA kext might have been the reason for conflict that's why its giving me a kernel panic? Okay thanks, i would try to look at it when im back home and do it over again. I hope i get it right this time.
Really thank you for your time. :)
I see, so you mean VoodooHDA and AppleHDA kext might have been the reason for conflict that's why its giving me a kernel panic? Okay thanks, i would try to look at it when im back home and do it over again. I hope i get it right this time.
Really thank you for your time. :)
si tu veux faire bien , utilises cette méthode d'installation . :)
http://www.hack-my-mac.fr/index.php/forum/48-pc-bureau/28494-tutoriel-amd-en-travaux#28908
ce sera largement mieux que ces distros pas terrible .
The Connactic
09-01-2012, 12:02 AM
Strange. I always had AppleHDA.kext and VoodooHDA.kext both installed side by side on my system, and never had any problems (AppleHDA doesn't even load). Maybe i'm lucky.
jhusly
09-01-2012, 10:42 AM
Hi gils,
Ive tried again based on your suggestions but im still getting the same result. There lot of people who were able to succeed using the same trick/command but it just doesnt work on mine and I dont know why? :facefalm:
Hi gils,
Ive tried again based on your suggestions but im still getting the same result. There lot of people who were able to succeed using the same trick/command but it just doesnt work on mine and I dont know why? :facefalm:
it's weird anyway??
Can you describe your hardware?
You should reboot with -v -f to locate the error
jhusly
09-01-2012, 09:48 PM
Hardware :
FX-6100
Asrock 970 Extreme 3
4gbx2 G.Skill Ripjaws
HD 5770
250gb WD
I always do that if i cant boot normally. Everytime doing this, the boot process stops at the last part where its still booting with chameleon background because it is suppose to continue at verbose with only black screen background.
Hardware :
FX-6100
Asrock 970 Extreme 3
4gbx2 G.Skill Ripjaws
HD 5770
250gb WD
I always do that if i cant boot normally. Everytime doing this, the boot process stops at the last part where its still booting with chameleon background because it is suppose to continue at verbose with only black screen background.
I do not manage to understand what blocking you is always the same kext or you're limited only FakeSMC.kext and NullCPUPowerManagement.kext ?
jhusly
09-02-2012, 01:40 AM
I do not manage to understand what blocking you is always the same kext or you're limited only FakeSMC.kext and NullCPUPowerManagement.kext ?
What do you mean about those two kext? Is there any way we could get a copy of the log during the boot so we would be able to clearly read it and maybe find out any reason of errors?
One more thing, do we also need to install RAWS custom kernel before patching?
What do you mean about those two kext? Is there any way we could get a copy of the log during the boot so we would be able to clearly read it and maybe find out any reason of errors?
One more thing, do we also need to install RAWS custom kernel before patching?
Hello,
I send you the historical events since installation, and startup last kernel.log
I can help it.
I always using the kernel RAWX86
good luck
avec un DSDT.aml
npvhash=4095
PAE enabled
64 bit mode enabled
rtclock_init: Taking bus ratio path 0 (Boot-time argument)
TSC: Reported FSB: 0.0000MHz, corrected FSB: 200.679830MHz
TSC: Verification of clock speed failed. Fallback correction was performed. Please upgrade bootloader.
TSC: Frequency = 3311.217196MHz, FSB frequency = 200.679830MHz, bus ratio = 16.5
Darwin Kernel Version 11.4.0: Mi 18 Jul 2012 02:24:10 CEST; bronzovkAnVoodoo v0.9.30:xnu-1699.26.8/BUILD/obj/RELEASE_I386
vm_page_bootstrap: 1004426 free pages and 35958 wired pages
zone leak detection enabled
standard timeslicing quantum is 10000 us
mig_table_max_displ = 73
warning: skipping personalities in blacklisted kext com.apple.driver.AppleIntelCPUPowerManagement
NullCPUPowerManagement::init: properties=0x7ee4600
NullCPUPowerManagement::start
AppleACPICPU: ProcessorId=7 LocalApicId=7 Disabled
AppleACPICPU: ProcessorId=8 LocalApicId=8 Disabled
AppleACPICPU: ProcessorId=1 LocalApicId=16 Enabled
AppleACPICPU: ProcessorId=2 LocalApicId=17 Enabled
AppleACPICPU: ProcessorId=3 LocalApicId=18 Enabled
AppleACPICPU: ProcessorId=4 LocalApicId=19 Enabled
AppleACPICPU: ProcessorId=5 LocalApicId=20 Enabled
AppleACPICPU: ProcessorId=6 LocalApicId=21 Enabled
calling mpo_policy_init for Sandbox
Security policy loaded: Seatbelt sandbox policy (Sandbox)
calling mpo_policy_init for Quarantine
Security policy loaded: Quarantine policy (Quarantine)
calling mpo_policy_init for TMSafetyNet
Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
MAC Framework successfully initialized
using 16384 buffer headers and 10240 cluster IO buffer headers
IOAPIC: Version 0x21 Vectors 64:87
IOAPIC: Version 0x21 Vectors 88:119
ACPI: System State [S0 S3 S4 S5]
PFM64 (44 cpu) 0xfff10000000, 0xf0000000
[ PCI configuration begin ]
[ PCI configuration end, bridges 5 devices 22 ]
RTC: Only single RAM bank (128 bytes)
RTC: lost battery power - time may be invalid
HPET: probeHPET() failed
FakeSMC: opensource SMC device emulator by netkas (C) 2009
FakeSMC: plugins & plugins support modifications by mozodojo, usr-sse2, slice (C) 2010
FakeSMCDevice: 17 preconfigured keys added:
FakeSMCDevice: successfully initialized
HDAEnabler: Copyright (c) 2008 by Kabyl
HDAEnabler: 05/05/2008 Added SP-Audio support by Taruga
HDAEnabler: 03/07/2009 Compiled for 32/64-bit by Taruga
mbinit: done [64 MB total pool size, (42/21) split]
Pthread support ABORTS when sync kernel primitives misused
USBF: 1.519 AppleUSBEHCI[0x82bc000]::CheckSleepCapability - controller will be unloaded across sleep
USBF: 1.743 AppleUSBEHCI[0x82bc800]::CheckSleepCapability - controller will be unloaded across sleep
USBF: 1.744 AppleUSBEHCI[0x82c5800]::CheckSleepCapability - controller will be unloaded across sleep
HDAEnabler: Copyright (c) 2008 by Kabyl
HDAEnabler: 05/05/2008 Added SP-Audio support by Taruga
HDAEnabler: 03/07/2009 Compiled for 32/64-bit by Taruga
com.apple.AppleFSCompressionTypeDataless kmod start
USBF: 1.796 AppleUSBOHCI[0x806c000]::CheckSleepCapability - controller will be unloaded across sleep
USBF: 1.807 AppleUSBOHCI[0x826d800]::CheckSleepCapability - controller will be unloaded across sleep
USBF: 1.807 AppleUSBOHCI[0x826d000]::CheckSleepCapability - controller will be unloaded across sleep
com.apple.AppleFSCompressionTypeZlib kmod start
com.apple.AppleFSCompressionTypeDataless load succeeded
com.apple.AppleFSCompressionTypeZlib load succeeded
rooting via boot-uuid from /chosen: 04C30A2C-DEE5-3D12-9834-DD86E8F6E7F8
From path: "uuid", Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
USBMSC Identifier (non-unique): 07951B028D6D0048 0x13fe 0x3100 0x110
Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@180000/AppleACPIPCI/SATA@11/AppleAHCI/PRT4@4/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/ST3160812AS Media/IOGUIDPartitionScheme/Sans titre 1@2
BSD root: disk1s2, major 14, minor 4
jnl: unknown-dev: replay_journal: from: 6996992 to: 1933824 (joffset 0x257000)
USBF: 7.626 AppleUSBOHCI[0x7819000]::CheckSleepCapability - controller will be unloaded across sleep
jnl: unknown-dev: journal replay done.
hfs: Removed 8 orphaned / unlinked files and 17 directories
macx_swapon SUCCESS
Waiting for DSMOS...
Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1
Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200
SMC::smcReadKeyAction ERROR $Num kSMCKeyNotFound(0x84) fKeyHashTable=0x0
Previous Shutdown Cause: 3
SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
jnl: disk1s3: replay_journal: from: 6466048 to: 23040 (joffset 0x253000)
ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPower Management) timed out
WARNING: IOPlatformPluginUtil : getCPUIDInfo unknown CPU family: family 0x15, model 0x1
-- power management may be incomplete or unsupported
DSMOS has arrived
** Device in slot: SLOT--1 **
AppleRTL8169Ethernet: Ethernet address
jnl: disk1s3: journal replay done.
jhusly
09-04-2012, 07:45 AM
Hi gils!
Ive tried once again hoping i would be lucky this time but i still get the same result. My system went into kernel panic after applying mad_insn patch. I also tried RAWX kernel posted in the first page but my system slows down terribly. Maybe the problem in the distro release itself and i would be stuck having a lion 10.7.3 with only 64bit support.
I'm still downloading the torrent you gave but i can't even get close to 5% because its so slow.
Anyway, thank you so much for you effort responding to me. :)
wastez
09-06-2012, 12:58 PM
@ Gils
I saw you took the HDA-Enabler on your System, is it working?
The reason why i ask is that i don´t saw a AMD-System until now where it was working.
@ Gils
I saw you took the HDA-Enabler on your System, is it working?
The reason why i ask is that i don´t saw a AMD-System until now where it was working.
:)
No, HDEnabler does not work, I tried the patched DSDT patch with the ALC 892 without result, I just info for the presence of audio in Audio (integrated)
Godofwar
09-06-2012, 10:51 PM
I only have two harddrives in my computer. One of them is installed with Windows 7 and the other isn't installed with anything. If I partition the other one and make it into two different drives can I install hackintosh snow leopard onto it than install lion and put the amd kernel in it or would this cause too many problems? I think I did this in the past and I ended up messing up my entire computer. Keep in mind I use EasyBCD program to dual boot Windows 7 and Hackintosh Snow Leopard because I've never been able to dual boot both of these operating systems without EasyBcd.
The Connactic
09-09-2012, 05:51 PM
I am currenlty doing some experiments on this - but you should not expect a working solution - especially not within a short time.
Raw, what about your Mountain Lion experiments? Any success?
I don't know if i said it before, but thank you for the FileMerge tip.
wastez
09-09-2012, 06:11 PM
:)
No, HDEnabler does not work, I tried the patched DSDT patch with the ALC 892 without result, I just info for the presence of audio in Audio (integrated)
So i would delete the kext if it is not working.
So i would delete the kext if it is not working.
in fact, I'd make it work, it must be a story devid, it would be interesting to develop the kext.
works how your ALC 888 ? with VoodooHDA ?
wastez
09-10-2012, 03:32 PM
in fact, I'd make it work, it must be a story devid, it would be interesting to develop the kext.
works how your ALC 888 ? with VoodooHDA ?
The problem is not the device id (it´s correct), the problem also appear if you inject it with dsdt on every amd system i tried. On Intel it was with the same device id no problem.
The only way to get it work is VoodooHDA.
The problem is not the device id (it´s correct), the problem also appear if you inject it with dsdt on every amd system i tried. On Intel it was with the same device id no problem.
The only way to get it work is VoodooHDA.
:)
one thing I do not understand the devid is the same for 2.7.2 and VoodooHDA ALC 892 ?? how is it that VoodooHDA malfunctioning but it works ?
HDAE ALC 892 :
</dict>
<key>IOClass</key>
<string>HDAEnabler</string>
<key>IOPCIClassMatch</key>
<string>0x04030000&0xffff0000</string>
<key>IOProbeScore</key>
<integer>600</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
voodooHDA :
<key>VoodooHDA</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>IOClass</key>
<string>VoodooHDADevice</string>
<key>IOMatchCategory</key>
<string>VoodooHDADevice</string>
<key>IOPCIClassMatch</key>
<string>0x04030000&0xffff0000</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>InhibitCache</key>
<true/>
<key>MixerValues</key>
<dict>
<key>iGain</key>
<string>90</string>
<key>iMix</key>
<string>0</string>
</dict>
<key>NodesToPatch</key>
<array>
wastez
09-11-2012, 07:13 AM
[QUOTE=gils;58714]:)
one thing I do not understand the devid is the same for 2.7.2 and VoodooHDA ALC 892 ?? how is it that VoodooHDA malfunctioning but it works ?
HDAE ALC 892 :
</dict>
<key>IOClass</key>
<string>HDAEnabler</string>
<key>IOPCIClassMatch</key>
<string>0x04030000&0xffff0000</string>
<key>IOProbeScore</key>
<integer>600</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
voodooHDA :
<key>VoodooHDA</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>IOClass</key>
<string>VoodooHDADevice</string>
<key>IOMatchCategory</key>
<string>VoodooHDADevice</string>
<key>IOPCIClassMatch</key>
<string>0x04030000&0xffff0000</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>InhibitCache</key>
<true/>
<key>MixerValues</key>
<dict>
<key>iGain</key>
<string>90</string>
<key>iMix</key>
<string>0</string>
</dict>
<key>NodesToPatch</key>
<array>[/QUOTE
The device id is not the same, in this kexts a hole id range is selected.
Normaly VoodooHDA should work out of the box, of course just if you delete the other enabler....
The device id of my soundcard is 4383.
arnabiitr
09-13-2012, 04:56 AM
I got my lion 10.4 up on the mad phenom ,now getting a circle with a cross on all 64 bit application s,on licking it says "You can't open the application AutoCAD 2013 because it is not supported on this type of mac"
Also flash movie are crashing out .Please advice how to fix this ,eveything else is working fine.
I got my lion 10.4 up on the mad phenom ,now getting a circle with a cross on all 64 bit application s,on licking it says "You can't open the application AutoCAD 2013 because it is not supported on this type of mac"
Also flash movie are crashing out .Please advice how to fix this ,eveything else is working fine.
:)
http://www.insanelymac.com/forum/index.php?showtopic=278181
wastez
09-17-2012, 03:28 PM
I got my lion 10.4 up on the mad phenom ,now getting a circle with a cross on all 64 bit application s,on licking it says "You can't open the application AutoCAD 2013 because it is not supported on this type of mac"
Also flash movie are crashing out .Please advice how to fix this ,eveything else is working fine.
*looool*
Lion doesn´t work on old AMD in 64 bit mode, so there is no fix for it. (Just new Bulldozer works in it)
So you have to find a 32 bit alternative if you want to use Lion. (or write a ssse3 emulator) :D
The Connactic
09-19-2012, 08:26 PM
http://www.insanelymac.com/forum/index.php?showtopic=282933&pid=1854002&st=0&#entry1854002
Lion 10.7.5 update is out! Has anyone tried to boot it with RAW's 10.7.4 kernel?
R:A:W:X86
09-20-2012, 10:13 AM
Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~/RELEASE_X86_64
What do the Cupertino guys want to suggest us with that unusual version number?^^
Could be understood like a cut down on Lion internal development.
As for AMD: Using 11.4.0 XNU on 10.7.5 appears to be no problem to me so far. :)
Anyway I will most likely compile that new Kernel with the current patch, short time after Apple releases the source code...
misterfrista
09-20-2012, 10:58 AM
Tried 10.7.5,too. It´s kind of unstable on my system!
Itunes for example freezes all the time while loading and the system itself freezes for seconds from time to time.
I´m looking forward to a new kernel though i´m not in hurry, because my 10.7.4 works great :)
R:A:W:X86
09-20-2012, 04:18 PM
Think positive.
As long as they don't remove support for YouTube, as they did for iOS... XD :p