Please download the version in this thread, because the other I posted in the other thread is only compatible with Sierra.
Installing GRUB
Follow the steps described in this guide:
https://gist.github.com/blackgate/17ac402e35d2f7e0f1c9708db3dc7a44
[/CODE]
menuentry "macOS" {
insmod hfsplus
outb 0x728 1
outb 0x710 2
outb 0x740 2
outb 0x750 0
search --set=root --file /System/Library/CoreServices/boot.efi
chainloader /System/Library/CoreServices/boot.efi
}
@xanderx007
Try to reset the SMC and NVRAM and retry the first two steps in the guide.
@xanderx007 I don't know (I can't test right now), but if the "csrutil disable" works without giving you an error, then it's probably ok.
Yes. When you reset the NVRAM the SIP is also reseted, and it's needed if want to do the steps 4, 5 and 6.Thanks1 I've already edited the grub file, but, will try the fix later after my downloads.
Do I need to disable the SIP again?
Yes. When you reset the NVRAM the SIP is also reseted, and it's needed if want to do the steps 4, 5 and 6.
Yes, it resets those variables. That's why I said you need to redo the first two steps.Just to clarify, resetting the NVRAM (CMD+OPT+P+R) is not the same as changing the gpu setting with the sudo nvram command, yes?
@xanderx007
Thanks for your feedback. I will update the guide with this information you have gathered.
sudo chmod -R 755 /System/Library/Extensions/AMD*.kext
sudo chown -R root:wheel /System/Library/Extensions/AMD*.kext
sudo touch /System/Library/Extensions
You shouldn't move those extensions there. Those extensions belong to /System/Library/Extensions. It seems that the copies you made have lost the permissions. You can move them to /System/Library/Extensions and then fix the permissions by doing:
Code:sudo chmod -R 755 /System/Library/Extensions/AMD*.kext sudo chown -R root:wheel /System/Library/Extensions/AMD*.kext sudo touch /System/Library/Extensions
@xanderx007
Thanks for your feedback. I will update the guide with this information you have gathered.
Thanks, I hadn't noticed.Checked your gist link, you have two "number 1" steps.
Just a suggestion: maybe you should put creating the rescue USB as the first step, as I already made it beforehand, before doing anything. As most people here are probably not so coding savvy, and might or might not have a working MBP that boots into the OS properly, they'll need to know that they might or might not need a second computer to download Ubuntu and create the RESCUE drive, as I have done in my case.
Also, I had the drive ready to boot as soon as did the reboot command after disabling SIP.
Most people looking for this will probably have a non working MBP anyway, and you need to do the first two steps before the step 3.5.
OK, it must be the permissions. Did you try rerunning the chown and then doing the kextload?
If it still doesn't work try this:
Code:sudo chmod -R 755 /System/Library/Extensions/AMDGPUWakeHandler.kext sudo chown -R root:wheel /System/Library/Extensions/AMDGPUWakeHandler.kext sudo touch /System/Library/Extensions sudo kextload /System/Library/Extensions/AMDGPUWakeHandler.kext
sudo chown -R root:wheel /System/Library/Extensions/AMDGPUWakeHandler.kext
Password:
sudo touch /System/Library/Extensions
sudo chmod -R 755 /System/Library/Extensions/AMDGPUWakeHandler.kext
sudo chown -R root:wheel /System/Library/Extensions/AMDGPUWakeHandler.kext
sudo touch /System/Library/Extensions
sudo kextload /System/Library/Extensions/AMDGPUWakeHandler.kext
Are you sure it's the same problem and not the HDD?Got my machine to turn on again yesterday using the steps provided in this thread. Left it on overnight, then was frozen in the morning. Restarted it successfully and after about an hour is froze up again. Gonna order a 2017 MBP today.
You're Welcome.I do believe you've cracked it!!!!!!!
Thank you so much for everything
All the glitches have pointed to it being a GPU problem. But curious to know why would mention the HDD being a problem?Are you sure it's the same problem and not the HDD?
Because some years ago I had problems with the HDD and the symptoms were constant freezes and a clicking noise coming from the HDD.All the glitches have pointed to it being a GPU problem. But curious to know why would mention the HDD being a problem?