Installing GRUB
Follow the steps described in this guide:
https://gist.github.com/blackgate/17ac402e35d2f7e0f1c9708db3dc7a44
Installing the attached kext to prevent the GPU from waking up from sleep (optional)
WARNING: This kext should only be used with the GRUB solution in place, otherwise it will kernel panic.
The attached kext is unsigned, if you have a kext signing certificate, you can build it yourself and sign it (don't forget to share
). You can find the source code here.
Mavericks
Copy the kext to /System/Library/Extensions and then run the following commands from terminal:
	
	
	
		
Yosemite
Copy the kext to /Library/Extensions and then run the following commands from terminal:
	
	
	
		
El Capitan and later
You need to have SIP disabled (view the guide to see how you can disable it).
Copy the kext to /Library/Extensions and then run the following commands from terminal:
	
	
	
		
	
		
			
		
		
	
				
			Follow the steps described in this guide:
https://gist.github.com/blackgate/17ac402e35d2f7e0f1c9708db3dc7a44
Installing the attached kext to prevent the GPU from waking up from sleep (optional)
WARNING: This kext should only be used with the GRUB solution in place, otherwise it will kernel panic.
The attached kext is unsigned, if you have a kext signing certificate, you can build it yourself and sign it (don't forget to share
Mavericks
Copy the kext to /System/Library/Extensions and then run the following commands from terminal:
		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
	Yosemite
Copy the kext to /Library/Extensions and then run the following commands from terminal:
		Code:
	
	sudo nvram boot-args="kext-dev-mode=1"
sudo chmod -R 755 /Library/Extensions/AMDGPUWakeHandler.kext
sudo chown -R root:wheel /Library/Extensions/AMDGPUWakeHandler.kext
sudo touch /Library/Extensions
	El Capitan and later
You need to have SIP disabled (view the guide to see how you can disable it).
Copy the kext to /Library/Extensions and then run the following commands from terminal:
		Code:
	
	sudo chmod -R 755 /Library/Extensions/AMDGPUWakeHandler.kext
sudo chown -R root:wheel /Library/Extensions/AMDGPUWakeHandler.kext
sudo touch /Library/Extensions
	Attachments
			
				Last edited: