XPS9350-macOS icon indicating copy to clipboard operation
XPS9350-macOS copied to clipboard

Dell update the bios to 1.7.0

Open orac1e opened this issue 6 years ago • 6 comments

Dell updte the bios to 1.7.0 waitting syscl to update Deploy.

orac1e avatar Mar 23 '18 03:03 orac1e

#177 Refer to this, a quick fix is to manually rename the tables according to the Deploy.sh, at now the deploy script is updated but not full for the whole SSDT table, I had to manually rename them as well. @syscl

yasster avatar Mar 27 '18 19:03 yasster

  1. get new orig DSDT Table
  2. diskutil mount disk0s1
  3. in /Volumes/EFI/EFI/CLOVER/ACPI/origin, RUN:
mv SSDT-0-IdeTable.aml SSDT-0.aml
mv SSDT-2-PtidDevc.aml SSDT-2.aml
mv SSDT-3-Ther_Rvp.aml SSDT-3.aml
mv SSDT-4-xh_rvp07.aml SSDT-4.aml
mv SSDT-5-SaSsdt.aml SSDT-5.aml
mv SSDT-6-CpuSsdt.aml SSDT-6.aml
mv SSDT-7-DptfTabl.aml SSDT-14.aml
mv SSDT-x6_0-Cpu0Ist.aml SSDT-7x.aml
mv SSDT-x6_1-ApIst.aml SSDT-8x.aml
mv SSDT-x6_2-Cpu0Cst.aml SSDT-9x.aml
mv SSDT-x6_3-ApCst.aml SSDT-10x.aml
mv SSDT-x6_4-Cpu0Hwp.aml SSDT-11x.aml
mv SSDT-x6_5-ApHwp.aml SSDT-12x.aml
mv SSDT-x6_6-HwpLvt.aml SSDT-13x.aml

change SSDT name to old style,SSDT-1 was changed by Deploy.sh itself 4. add SSDT-PNLF.aml, SSDT-ALC256.aml to XPS9350-macOS/DSDT/prepare these files from https://github.com/ZombieTheBest/XPS9350-10.13-HighSierra/tree/master/DSDT/prepare 5. change SMBIOS from 13,2 to 13,1 in config.plist 6. run Deploy.sh as normal it will work in my case...

bbZCat avatar Apr 27 '18 04:04 bbZCat

@bbZCat I follow your guide but it doesn't work, code shows"no such file or directory", but I can find it in that path. Your path is "/Volumes/EFI/EFI/CLOVER/ACPI/origin", mine is "/Volumes/Untitled\ 1/EFI/CLOVER/ACPI/origin/DSDT.aml " , the question is here? 2018-07-17 12 07 03

qq20180717-0

Shawn-Shichen-Wang avatar Jul 16 '18 16:07 Shawn-Shichen-Wang

zcat$ diskutil list /dev/disk0 (internal): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme 500.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 499.9 GB disk0s2

EFI is the default name for EFI partition,if your boot efi partition has other name, pls change to it.

bbZCat avatar Jul 20 '18 03:07 bbZCat

@bbZCat It works, thank you!

Shawn-Shichen-Wang avatar Jul 23 '18 15:07 Shawn-Shichen-Wang