First, apologies if cross-posting isn't allowed. Initially posted it in another thread not realizing that it's for macbook pro
My iMac (27in, Mid 2011) running Sierra (10.12.6) with AMD Radeon HD 6970 is having what it seems to be the dreaded GPU issue. Started with sudden display blue vertical lines and then being stucked in gray screen after several reboots.
So I tried disabling the dGPU by following the steps discussed in this thread:
This time it booted properly, I was able to login and I'm using it right now. Of course the graphics rendering is very slow (animations are slow to render with flickering) but everything else (audio, network) looks fine. I was able to do a Time Machine backup and restarted twice.
Checking the System Report shows that it is still using the AMD Radeon HD 6970M GPU
I thought this should have been disabled by the "nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00" command?
Does this mean that the AMD GPU is working? But i moved I already moved all the AMD* kext
Does this iMac also has a integrated gpu like the macbooks discussed in this thread? I can't see it in the system report.
Hope somebody can provide some clarification. Thanks.
My iMac (27in, Mid 2011) running Sierra (10.12.6) with AMD Radeon HD 6970 is having what it seems to be the dreaded GPU issue. Started with sudden display blue vertical lines and then being stucked in gray screen after several reboots.
So I tried disabling the dGPU by following the steps discussed in this thread:
- Reset PRAM/NVRAM
- Boot to Single User Mode
- Since I can't disable SIP in single user mode, I boot into rEFInd image and disable SIP from there
- Boot again to Single User Mode and disabled dGPU:
Code:nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00 nvram boot-args="-v"
- Reboot
- Move the `AMDRadeonX300.kext` to another directory then reboot
Code:/sbin/mount -uw / mkdir -p /System/Library/Extensions-off mv /System/Library/Extensions/AMDRadeonX3000.kext /System/Library/Extensions-off/ touch /System/Library/Extensions/ reboot
Code:
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD2400Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD2600Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD3800Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD4600Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD4800Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD5000Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD6000Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD7000Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD8000Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD9000Controller.kext
drwxr-xr-x@ 3 root wheel 102 16 Jun 2017 AMD9500Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMD9510Controller.kext
drwxr-xr-x@ 3 root wheel 102 16 Jun 2017 AMD9515Controller.kext
drwxr-xr-x@ 3 root wheel 102 16 Jun 2017 AMD9520Controller.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDFramebuffer.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDLegacyFramebuffer.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDLegacySupport.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDMTLBronzeDriver.bundle
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDRadeonVADriver.bundle
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDRadeonX3000.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDRadeonX3000GLDriver.bundle
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDRadeonX4000.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDRadeonX4000GLDriver.bundle
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDRadeonX4100.kext
drwxr-xr-x@ 3 root wheel 102 16 Jun 2017 AMDRadeonX4150.kext
drwxr-xr-x@ 3 root wheel 102 16 Jun 2017 AMDRadeonX4200.kext
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDShared.bundle
drwxr-xr-x@ 3 root wheel 102 28 Apr 2017 AMDSupport.kext
This time it booted properly, I was able to login and I'm using it right now. Of course the graphics rendering is very slow (animations are slow to render with flickering) but everything else (audio, network) looks fine. I was able to do a Time Machine backup and restarted twice.
Checking the System Report shows that it is still using the AMD Radeon HD 6970M GPU
I thought this should have been disabled by the "nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00" command?
Does this mean that the AMD GPU is working? But i moved I already moved all the AMD* kext
Does this iMac also has a integrated gpu like the macbooks discussed in this thread? I can't see it in the system report.
Hope somebody can provide some clarification. Thanks.