So something like this?
mv /System/Library/Extensions/AMD*.*/AMDRadeonX3000.kext /AMD_Kexts/
Is there a way to enter all the folders at once or do I have to enter one by one followed by enter?
Thank you
Thank you, I appreciate it!No, this will not do it. Please try this:
mv /System/Library/Extensions/AMDRadeonX*.kext /AMD_Kexts
/Brian
Thank you and I hope you can find a way to work those nvidia kextsYou must enter one by one
then it would be like this:
mv /System/Library/Extensions/AMDRadeonX3000.kext AMD_Kexts/
mv /System/Library/Extensions/AMDRadeonX4000.kext AMD_Kexts/
....
When using AMD *. * You are referring to moving all the files that have AMD at the beginning.
Unfortunately this method did not work in my case, since I have an Nvidia GPU and the kexts that move are very different
Thank you, I appreciate it!
[doublepost=1508388914][/doublepost]
Thank you and I hope you can find a way to work those nvidia kexts
ok, SO is this basically what we need to do to get going and keep on going?
1) Create the Arch Linux LiveCD/LiveUSB :
2) Boot to it. hold Option key while booting, choose "EFI boot", press "e" key to edit the GRUB options of the Arch Linux archiso x86_64 UEFI, add nomodeset to the end of this line and press Enter
brainshutdown, I forgot to ask. And it doesn't run hot or with reduced run time on a battery charge? (I would think it doesn't, because you've retained all the kexts, including the one(s) for temperature control, but since your procedure is different, who knows?)
Folks, if this thing pans-out, it's HUGE!!... Anxiously awaiting for my friend to bring me back her bad early-2011 MacBook Pro, to try this workaround out.
Are you saying that with your procedure......and didn't even have the AMD kexts loaded...
kextstat | grep AMD
This is odd. How come kextstat output became empty?
Because of the grub menu entry with the outb commands. It disables de AMD gpu before loading the macos kernel, and works basically the same way it works for loading the linux desktop(as you can see in the youtube video of the gist above), with the exception that for some reason the gpu-power-prefs nvram variable needs to be set to %01%00%00%00, which isn't required for linux.This is odd. How come kextstat output became empty?
It doesn't run hot at all, and yes the OS behaves as if the AMD gpu didn't exist, as you can see in the screenshot of the System Report above.^ You're right, jaynaland — the first time, I just glanced at his Terminal output, and didn't notice until you spoke up that he sneaked-in an ls directory listing after the kextstat listing command; he has none of the kexts loaded at all. I'll bet that's why he doesn't have the sleep & shutdown problems (although I then can't account for why his Mac doesn't run hot until after waking from sleep). What must be happening is that his procedure hides the GPU from the OS so well that the kexts don't get loaded, or maybe they promptly get automatically unloaded during boot because the OS thinks the GPU isn't there.... In any event, I'm not going to know what's going on until I can get my friend's Mac back and remove my earlier application of the the prior hack and try applying this latest one.
Which solution did you use? The one that implies moving the kexts or the grub one? I use the grub solution and the backlight adjusts just fine.Thank you
My Macbook pro in 2011, through the above operation, successfully entered the system.
But one of the problems I found was that I couldn't automatically adjust the backlight. Is there a solution?
To tell you the truth, I didn't quite understand your method, whether a little more detail, I was stupid, I use the method of AppleMacFinderWhich solution did you use? The one that implies moving the kexts or the grub one? I use the grub solution and the backlight adjusts just fine.
Hi guys, I'm having the same "faulty discreet card" and this thread gave me hope, unfortunately it doesn't work I'm sharing this with the hope that someone had similar case with mine and could share the solution:
My MBP is 15" Mid 2010 (NVIDIA GeForce GT 330M) , it has a fresh install of macOS High Sierra with APFS, FileVault turned off.
So I'm stuck with "rm gpu-power-prefs-..." because I can't delete it. "Why don't you use chattr?" -- well...
I have 2 USB archlinux, but for some weird reason, one of them doesn't have chattr, so I can't do "chattr -i gpu-power-prefs-...".
With the one that does have, I can delete the file, BUT I can't recreate it (well it's created, but 0 size).
Any suggestion?
To tell you the truth, I didn't quite understand your method, whether a little more detail, I was stupid, I use the method of AppleMacFinder
----
I read the information you provided(https://gist.github.com/blackgate/48c57e3ac5f82a1b43c6c2cb8be98fec). I don't see the video clearly. Do I need to install Ubuntu first?
[doublepost=1508837653][/doublepost]
if doesn't have chattr,I think your usb drive has error,you need try
diskutil unmountDisk /dev/diskX
sudo dd if=path/to/arch.iso of=/dev/rdiskX bs=1m
diskX is your usb drive。
You should read the description bellow the video. I'm not the author, but I followed the same procedure. In theory you only need grub... but I did install elementary OS(based on ubuntu) and used it for a while until I found this method. If I have time I will create a tutorial that does not require installing ubuntu.To tell you the truth, I didn't quite understand your method, whether a little more detail, I was stupid, I use the method of AppleMacFinder
----
I read the information you provided(https://gist.github.com/blackgate/48c57e3ac5f82a1b43c6c2cb8be98fec). I don't see the video clearly. Do I need to install Ubuntu first?