MRobbie Posted October 19, 2011 Share Posted October 19, 2011 My Graphicard is ATIRadeonMobile 4570 full work with GraphicsEnabler and ATI4600.kext patched in 10.6.8 also 10.7. But when update to 10.7.2 it can not boot into Lion, just freezze. The stranger thing is: If I boot with GraphicsEnabler=No, It just work. I thought something wrong with the bus or pcl or something like that. May be my post is not very much information. But hope that you can help me figure out this! Thanks Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/ Share on other sites More sharing options...
Whalid Posted October 19, 2011 Share Posted October 19, 2011 Hey MRobbie, Feel your pain. I had a 8500 GT that could not boot 10.7.2 at all. For 4 days i was banging my head against the keyboard. Tried freaking everything in the book. I changed my 8500 for an old Radeon 4670... Bam, no luck again... Then for some reason i found this tip and it worked. Try to use this on your org.chameleon.boot.plist: <code> <key>GraphicsEnabler</key> <string>Yes</string> <key>Kernel Flags</key> <string>-v npci=0x2000 arch=X86_64 PCIRoot=1</string> </code> The -v flag is just for maintenance. I am booting here as 64 as you can see. If 64 is not feasible for you change the X86_64 part for i386. Also, check in Verbose if your boot is KP in another item (in my case AppleHDA was KP too) Hope it helps mate, good luck Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1762289 Share on other sites More sharing options...
xsader Posted October 20, 2011 Share Posted October 20, 2011 My Graphicard is ATIRadeonMobile 4570 full work with GraphicsEnabler and ATI4600.kext patched in 10.6.8 also 10.7.But when update to 10.7.2 it can not boot into Lion, just freezze. The stranger thing is: If I boot with GraphicsEnabler=No, It just work. I thought something wrong with the bus or pcl or something like that. May be my post is not very much information. But hope that you can help me figure out this! Thanks use this, work with 10.7.2 ati4570.rar Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1762662 Share on other sites More sharing options...
MRobbie Posted October 22, 2011 Author Share Posted October 22, 2011 Thanks Whalid and xsader. Fianlly, I'm find a solution. Use the ATI4600 and all ATiX2000 kext and bundle from 10.7 Anh it works! Let me check xsader kext! Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1763210 Share on other sites More sharing options...
MRobbie Posted October 22, 2011 Author Share Posted October 22, 2011 @xsader: your kexts don't work with mine! Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1763295 Share on other sites More sharing options...
medorpg Posted October 22, 2011 Share Posted October 22, 2011 I have ATI HD4670 and have 10.7.2 (First installed iAtkos L1 then updated) and I can only boot with GraphicsEnabler=No but its fine with me as QE/CI fully works Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1763330 Share on other sites More sharing options...
xsader Posted October 22, 2011 Share Posted October 22, 2011 Hello MRobbie Can U share kexts for 10.7.2? And which bootloader ? thx. Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1763437 Share on other sites More sharing options...
MRobbie Posted October 24, 2011 Author Share Posted October 24, 2011 @medorpg: Your card is support by apple with some fix, right? I have to patch the binary ATI4600 and GraphicsEnable @xsader: What laptop are you using? You have to patch ATI4600kext for your own. Here is my kexts http://cl.ly/3f2u021t222T3K3p2x0O/code] Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1763976 Share on other sites More sharing options...
xsader Posted October 24, 2011 Share Posted October 24, 2011 @MRobbie; your kexts doesnt work for me but maybe problem is bootloader. Which 1 do U use? And my device id (9553) already added to my 4600kext. Thx. Using Dell Studio 1555. Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1764247 Share on other sites More sharing options...
arikstress Posted October 25, 2011 Share Posted October 25, 2011 My Graphicard is ATIRadeonMobile 4570 full work with GraphicsEnabler and ATI4600.kext patched in 10.6.8 also 10.7.But when update to 10.7.2 it can not boot into Lion, just freezze. The stranger thing is: If I boot with GraphicsEnabler=No, It just work. I thought something wrong with the bus or pcl or something like that. May be my post is not very much information. But hope that you can help me figure out this! Thanks I think i the only one has that problem, but it seems not as i see now in your experience. my vga is different, ati hd4350 . just like you said, if it set to "No" it would be just fine, but loading time is slower. if you set yes, loading time is faster, but it's always stuck and never going right just like broken next or panic, or whatever. my solution is for ati mostly using this step below. 1. use kextcache load on boot manually. *this is usually used if my string on org.chameleon.Boot.plist key for UseKernelCache value sets to No To do that, simply open Terminal on Applications --> Utility folder, input this command as root steps : a. Login as root, type : sudo -s and press enter or return. it will ask you password, give your mac user password. b. type after you successfully login : kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions /Extra/Extensions , press enter and quit terminal, reboot. Lets see the result after reboot, if it stuck after reboot and not going into the system, try power off cpu first, and then power back on. if it's also still stuck whether normal boot, verbose boot, save boot, then now you try to make your settings back as usual to make it work fine, and do this second try. Another Try 2. After succeed booting with everything works fine, change your org.chameleon.Boot.plist string for key UseKernelCache to Yes because u mention if you set NO it's always been good. after changing this again to yes, then reboot. Thats it. i inspect this with trying install Lion in 1 CPU, but dual boot Lion , First lion used for ATI, second Lion used for NVIDIA , both of them is having same os, same hardware , same boot loader except for vga. which is seemly different result in handling. if all thise trick doesn't help you , perhaps you need to use another driver that support and more stable. as far as i know, if we can install properly at 10.7 - 10.7.1 and driver seems good, my solution is like these two steps. the different is, step 1 is for ATI, step 2 is for NVIDIA hope this thing can help u Link to comment https://www.insanelymac.com/forum/topic/270575-ati-card-with-1072/#findComment-1764341 Share on other sites More sharing options...
Recommended Posts