- Joined
- May 5, 2012
- Messages
- 112
- Motherboard
- Biostar TZ77XE4
- CPU
- i7-3770K
- Graphics
- RX 580
- Mac
-
- Classic Mac
-
- Mobile Phone
-
DOWNLOAD
ssdtPRGen.sh-coffee_lake.zip
Now you need to :
unzip -qu ~/Downloads/ssdtPRGen.sh-coffee_lake.zip -d ~/Library/
mv ~/Library/ssdtPRGen.sh-coffee_lake ~/Library/ssdtPRGen
Coffee Lake SSDT Generation
Now that it’s properly named you can return to the normal SSDT guide and complete it:
ssdtPRGen.sh-coffee_lake.zip
Now you need to :
- Unzip ssdtPRGen.sh-coffee_lake.zip
- Rename the the unzipped folder ssdtPRGen.sh-coffee_lake to ssdtPRGen
- Move the renamed folder to ~/Library/
- This can be done in Terminal with these lines:
unzip -qu ~/Downloads/ssdtPRGen.sh-coffee_lake.zip -d ~/Library/
mv ~/Library/ssdtPRGen.sh-coffee_lake ~/Library/ssdtPRGen
Coffee Lake SSDT Generation
Now that it’s properly named you can return to the normal SSDT guide and complete it:
- Open Terminal
- Type & Enter cd ~/Library/ssdtPRGen into Terminal
- Put the first line into terminal if you are using a stock CPU and replace cpu_name placeholder with yours. If the CPU is overclocked in BIOS add the -turbo flag and its overclocked amount in MHz to to the end: Stock speeds: sudo sh ssdtPRGen.sh -p ‘cpu_name’
BIOS Overclocked: sudo sh ssdtPRGen.sh -p ‘cpu_name’ -turbo XXXX
Examples:
sudo sh ssdtPRGen.sh -p 'i3-8100' (An i3-8100 @ stock speeds)
sudo sh ssdtPRGen.sh -p 'i7-8700k' (An i7-8700k @ stock speeds)
sudo sh ssdtPRGen.sh -p 'i7-8700k' -turbo 4800 (An i7-8700k @ 4.8GHz overclock)
- Type & Enter n to the question: Do you want to open ssdt.dsl (y/n)?
- Right-Click Finder App
- Select Go to Folder…
- Type ~/Library/ssdtPRGen/
- Click Go
- Open ssdtPRGen folder
- Copy ssdt.aml
- Mount EFI Partition
- Paste ssdt.aml in /Volumes/EFI/EFI/CLOVER/ACPI/patched/
- Restart Hackintosh
- Done.
Credit ibash
Last edited: