Contribute
Register

[Guide] Dell XPS 13 9333 using Clover

Status
Not open for further replies.
Last edited:
Hi, I am trying to bring the scripts in post1 up to date to work with High Sierra. I am ironing out the bugs, but got stuck at:

Code:
make patch all

which gives me the output:

Code:
$ make patch all
cp ./unpatched/dsdt.dsl ./unpatched/SSDT-4-SaSsdt.dsl ./unpatched/.dsl ./unpatched/SSDT-2-Cpu0Ist.dsl ./unpatched/SSDT-3-CpuPm.dsl ./patched
cp: ./unpatched/.dsl: No such file or directory
make: *** [patch] Error 1

I have traced it back in the 'make' file to the lines 54-59 which declares the ADDLSSDT1 variable:

Code:
# IAOE is defined in the last SSDT extracted by CLOVER.
# Depending on which BIOS features are enabled (TPM in particular),
# the SSDT index changes.
# This retrieves the proper filename based on RehabMan's idea above.
ADDLSSDT1=$(shell grep -l Device.*IAOE $(UNPATCHED)/SSDT*.dsl)
ADDLSSDT1:=$(subst $(UNPATCHED)/,,$(subst .dsl,,$(ADDLSSDT1)))

But got stuck here. Could someone point me in the right direction please?
Kind regards
 
Hi, I am trying to bring the scripts in post1 up to date to work with High Sierra. I am ironing out the bugs, but got stuck at:

Code:
make patch all

which gives me the output:

Code:
$ make patch all
cp ./unpatched/dsdt.dsl ./unpatched/SSDT-4-SaSsdt.dsl ./unpatched/.dsl ./unpatched/SSDT-2-Cpu0Ist.dsl ./unpatched/SSDT-3-CpuPm.dsl ./patched
cp: ./unpatched/.dsl: No such file or directory
make: *** [patch] Error 1

I have traced it back in the 'make' file to the lines 54-59 which declares the ADDLSSDT1 variable:

Code:
# IAOE is defined in the last SSDT extracted by CLOVER.
# Depending on which BIOS features are enabled (TPM in particular),
# the SSDT index changes.
# This retrieves the proper filename based on RehabMan's idea above.
ADDLSSDT1=$(shell grep -l Device.*IAOE $(UNPATCHED)/SSDT*.dsl)
ADDLSSDT1:=$(subst $(UNPATCHED)/,,$(subst .dsl,,$(ADDLSSDT1)))

But got stuck here. Could someone point me in the right direction please?
Kind regards

You should not be patching any SSDTs anyway...
See guide:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

(all renames can be done with config.plist/ACPI/DSDT/Patches).
 
Sure, understood, but is there anyway to rescue and edit this guide / scripts to incorporate the above please, would appreciate your help.
Kind regards.

Use this guide as clues for what patches you might need to DSDT.
 
Reviving an old thread but this laptop is still rocking ! Anyone managed to install macOS Catalina 10.15.7 with Opencore or Clover ?
 
Status
Not open for further replies.
Back
Top