Contribute
Register

Window Server Service only ran for 0 seconds

Status
Not open for further replies.
Your Nvidia device is at _SB.PCI0.RP05.PXSX, yet you coded _SB.PCI0.PEG0.PEGP in SSDT-PEG0-PEGP-Spoof.aml.
Not sure why you expect that to work.
is it ok now?
 

Attachments

  • CLOVER.zip
    1.8 MB · Views: 88
Your SSDT is wrong.
You wrote:
Code:
    Method (_SB.PCI0.RP05.PXSX, 4, NotSerialized)

Should be:
Code:
    Method (_SB.PCI0.RP05.PXSX._DSM, 4, NotSerialized)
thanks :)
do I need to put those AddProperties details in my config.plist?
 
thanks :)
do I need to put those AddProperties details in my config.plist?

No.
AddProperties and the SSDT are two mutually exclusive solutions to the same problem.
Implement only one or the other.
 
No.
AddProperties and the SSDT are two mutually exclusive solutions to the same problem.
Implement only one or the other.
thank you, Sir! :)
successfully installed High Sierra
Screen Shot 2017-09-28 at 3.56.54 PM.png
 
Status
Not open for further replies.
Back
Top