Sir
I reviewed and nothing missing found
May you help me to clarify what wrong or missing in my EFI
You did not follow the guide. If you have followed, the config.plist should have a change.
Here are a few issues
Make the following changes to your config.plist
- The SSDT loading order is not correct. Important SSDTs should load first.
- Remove SSDT-OLARILA-MOBILE.aml. The guide does not involve using any foreign SSDT
- Remove the patch from ACPI>Patch section.
- Remove FadtEnableReset from ACPI>Quirks section
- Remove ResetLogoStatus Quirk from ACPI>Quirks section.
- Remove the entries from ACPI>Delete section.
- Remove the entries from Booter>MmioWhitelist section.
- Disable EnableWriteUnprotector and enable RebuildAppleMemoryMap.
- Set the device-id as A53E0000 instead of AD3E0000 which is invalid in the DeviceProperties>Devices section.
- Kexts loading order is not correct. Important Kexts should load first.
- You have literally added kexts for numerous ethernet and WiFi. Use only specific ones as per your system.
- Remove LapicKernelPanic from Kernel>Quirks. It's mostly required on HP systems.
- Disable HiberanateSkipsPicker from Misc>Boot section.
- Set the SecureBootModel to Default in Misic>Security section.
- Remove watchdog=0, -igfxblr, -noDC9, igfxagdc=0, -wegnoegpu, uia_exclude=USR1;USR2 and lilucpu=9 from boot-args from NVRAM>7C436110-AB2A-4BBB-A880-FE41995C9F82 section.
- Disable SIP using 67000000 as csr-active-config value.
- Drivers loading order is not correct. Important Drivers should load first.
- Remove UnblockFsConnect from UEFI>Quirks section. It's mostly required on HP Systems.
Once you're done with the changes, save your config.plist. Restart the system and reset NVRAM twice. Attach the new PR files.