al3xtjames / Gigabyte-GA-Z77X-macOS-Install

Support files for running macOS on Gigabyte 7 Series motherboards
101 stars 26 forks source link

Failed to generate SSDT #61

Closed tarik50 closed 7 years ago

tarik50 commented 7 years ago

Detected motherboard: Gigabyte GA-Z77X-UD3H Script arguments: ./GA-Z77X.sh --install: Installing Clover & kexts

Compiling and copying DSDT: src/panther_point/pci/imei.asl 23: ckage (Zero) {}) Remark 2095 - Effective AML package length is zero ^

Compilation complete. 0 Errors, 0 Warnings, 1 Remarks, 3 Optimizations Generating SSDT for Intel Core i5-2500K CPU @ 3.70 GHz (max turbo):

cp: /Users/tarik/Library/ssdtPRGen/ssdt.aml: No such file or directory iMac:Gigabyte-GA-Z77X-macOS-Install tarik$

tarik50 commented 7 years ago

cp: /Users/tarik/Library/ssdtPRGen/ssdt.aml: No such file or directory

al3xtjames commented 7 years ago

Can you post the output of bash -x GA-Z77X.sh --install?

tarik50 commented 7 years ago

The command does not work. bash -x GA-Z77X.sh --install

tarik50 commented 7 years ago

When the PC started without USB.The apple remains with the bar loading.Do not go there

z77xd3h commented 7 years ago

same CPU and same problem here. and one more problem. I can boot up from installer EFI but get random screen flickering with gt 630 videocard. it is an old problem. the card works only imac 12.1 smbios. well, it used to work. now I get black screen with 12.1. gt610 works fine your scripts smbios 13.2

z77xd3h commented 7 years ago

bash -x GA-Z77X.sh --install output: Compiling and copying DSDT:

Compilation complete. 0 Errors, 0 Warnings, 1 Remarks, 0 Optimizations ++ '/Volumes/Install macOS Sierra/Gigabyte-GA-Z77X-macOS-Install/tools/bdmesg' ++ awk '/Turbo:/ {print $4}' ++ tr / '\n' ++ awk 'NR==1 {max=$1} { if ($1>max) max=$1} END {printf "%d\n", max}'

z77xd3h commented 7 years ago

the script worked on 12.3. it did not work on 12.0 and 12.5 I did not try other versions of sierra.

al3xtjames commented 7 years ago

This should be fixed by v2.0.8 (I removed ssdtPRGen.sh entirely).