Contribute
Register

[Guide] Dell XPS 9530 using Clover UEFI

Status
Not open for further replies.
[GUIDE] Dell XPS 9530

No, it looks like the right iasl was used.

Just my script is supposed to generate a certain number of .aml files and not all of them were there.
I decompiled, patched and compiled the raw AML files spud sent, so lets see what the result is.

Maybe forgot to 'git pull'...
 
[GUIDE] Dell XPS 9530

Sorry for the poor quality pictures
 
[GUIDE] Dell XPS 9530

No, it looks like the right iasl was used.

Just my script is supposed to generate a certain number of .aml files and not all of them were there.
I decompiled, patched and compiled the raw AML files spud sent, so lets see what the result is.

I only used the files starting with DSDT and SSDT, this could be the reason why not all .aml files where in.

EDIT: the files in dropbox had all the files from F4 Clover/ACPI/origin
 
[GUIDE] Dell XPS 9530

@the-darkvoid...

config.plist is using 0xa260006 (and patch is for that platform-id)

But SSDT-2.dsl in compiled, post #454 shows 0xa2e0008.

ACPI _DSM inject will override EFI inject by Clover.

Maybe you corrected in yours?

Probably a good idea to verify the content of EFI configuration is what you expect it to be (eg. entire EFI folder).
 
[GUIDE] Dell XPS 9530

@the-darkvoid...

config.plist is using 0xa260006 (and patch is for that platform-id)

But SSDT-2.dsl in compiled, post #454 shows 0xa2e0008.

ACPI _DSM inject will override EFI inject by Clover.

Maybe you corrected in yours?

Probably a good idea to verify the content of EFI configuration is what you expect it to be (eg. entire EFI folder).

Code:
https://www.dropbox.com/s/toyb9xmii2fbh2l/EFI.zip?dl=0
 
[GUIDE] Dell XPS 9530

Code:
https://www.dropbox.com/s/toyb9xmii2fbh2l/EFI.zip?dl=0

From a quick check, it looks ok. (no ig-platform-id inject from ACPI/patched).

Keep in mind that config.plist patches can only operate on a kexts in cache or kexts loaded out of cache. Boot without caches to see if it helps.

If your AppleIntelFramebufferAzul.kext is not in the cache, and you're booting with caches, it will not be patched and will fail to initialize.
 
[GUIDE] Dell XPS 9530

Boot without caches to see if it helps.

How should i do this, clover boot manu?

UPDATE no luck with booting without caches


Should i wipes the HD and start again??
 
[GUIDE] Dell XPS 9530

How should i do this, clover boot manu?


Yes. And options -f.

If does not work, try rebuilding cache from single user mode:
Code:
mount -uw /
touch /System/Library/Extensions
kextcache -u /
reboot
 
[GUIDE] Dell XPS 9530

@the-darkvoid...

config.plist is using 0xa260006 (and patch is for that platform-id)

But SSDT-2.dsl in compiled, post #454 shows 0xa2e0008.

o_O... HD4600 injection is in SSDT-12 not SSDT-2

The DSDT's I sent him definitely have no platform injection at all.
I am using Clover for that now as per your suggestion.
 
[GUIDE] Dell XPS 9530

o_O... HD4600 injection is in SSDT-12 not SSDT-2

SSDT2 in compiled...

The DSDT's I sent him definitely have no platform injection at all.
I am using Clover for that now as per your suggestion.

Yes, noticed that (good way to reduce confusion).

Current problem could be due to Azul kext not being vanilla. Patches won't work if the 'find' bits are changed.
 
Status
Not open for further replies.
Back
Top