- Joined
- Jul 22, 2018
- Messages
- 8,361
- Motherboard
- Supermicro X11SPA-T
- CPU
- Intel Xeon W-3275 28 Core
- Graphics
- 2xAMD RX 580 8GB
- OS X/macOS
- 13.x
- Bootloader
- OpenCore (UEFI)
- Mac
- Mac mini
- MacBook Pro
- Mobile Phone
- Android
- iOS
Here are a few issues.Success. Thankyou! Followed Method #2 in your guide for making a standalone Ventura installer app using gibmacOS.
View attachment 5201
If you've got a minute to check my PR files, I'd appreciate your evaluation.
PR files: https://anonfiles.com/99b826E8y7/Archive_zip
Kextcache output problem: Executing sudo kextcache -i/ in Terminal yields error msg:
Executing: /usr/bin/kmutil install --volume-root / --check-rebuild
Unknown option '--check-rebuild'
(something about kextcache being deprecated and replaced by kmutil)
Make the following changes to your config.plist
- SSDT loading order is not correct. Important SSDTs should load first.
- Remove unused SSDT from ACPI directory and also from ACPI>Add section.
- Remove entry from ACPI>Patch section.
- IRQ Conflicts are not patched.
- Brightness not implemented. SSDT-PNLF is missing.
- Battery meter not implemented. ACPI is not patched.
- Remove the Devices except PciRoot(0x0)/Pci(0x1f,0x3) PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0) and PciRoot(0x0)/Pci(0x2,0x0).
- hda-gfx must be set to onboard-1 as STRING type.
- Connectors are not patched.
- Kexts loading order is not correct. Important Kexts should load first.
- Set KernelArch to Auto.
- As dGPU isn't supported in Optimus configuration, remove RadeonSensor and SMCRadeonGPU.kext.
- Remove RestrictEvents.kext
- AirportItlwm is more preferred over itlwm.
- Set KernelArch to Auto.
- Remove all the entries from Kernel>Patch section.
- Enable CustomSMBIOSGuid Quirk from Kernel>Quirks section.
- Remove all the tools entries from Misc>Tools section except for the one which you require.
- Set SecureBootModel to Default.
- Set Expose Sensitive Data to 6 Misc>Security.
- Remove agdpmod=pikera boot arg from NVRAM.
- Set the SMBIOS to MacBookPro15,2.
- Set UpdateSMBIOSMode to Custom.
- Drivers loading order is not correct. Important Drivers should load first.
- Remove the unused drivers.
Once you're done with the changes, save your config.plist. Restart the system and reset NVRAM twice. Attach the new PR files.