Contribute
Register

An iDiot's Guide To Lilu and its Plug-ins

I followed the instructions and can't get this to work. Quick sync is not showing up as an option for me. I followed the instructions but when I generate the patch nothing of note is generated. Just says "
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Devices</key>
<dict>
<key>Properties</key>
<dict/>
</dict>
</dict>
</plist>
"

When I generate. I've installed the newest lilu + wg via hackintool/kext beast + kext utility. I even added the patch you generated for my iGPU to the config list. I have a GT 710 that I'm using as my dGPU, I'd like to activate headless mode so I can utilize quick sync from my iGPU.

Have you enabled your iGPU in the BIOS? I had the same problem with my new Z390 because I had my iGPU on auto in the BIOS.
 
Last edited:
Hi !
Sorry to bother you, tried the steps to set headless platformID, to get rid of the noVPAjpeg.kext, but i'm not able to create a patch in hackintool. Looked for an answer but haven't found it around (hope it's not in the 48 pages of this topic, tried to look but with no luck).

Hackintool is not generating anything specific in patch. The cpu is not properly recognized, it seems, and in clover configurator, in CPU tab, there's no info at all in my config.plist.

Here's some screenshots of Hackintool to explain my problem :
412414

412415


the code generated is
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Devices</key>
    <dict>
        <key>Properties</key>
        <dict/>
    </dict>
</dict>
</plist>

Seems I am doing something wrong, so seems to me a related question to this guide, that's why I don't open a new subject ! thanks a lot for any help !
 
Hackintool is not generating anything specific in patch. The cpu is not properly recognized, it seems, and in clover configurator, in CPU tab, there's no info at all in my config.plist.


@el.Charlot,

Thats interesting as another user recently posted the exact same issue (also Haswell CPU) .. see post #469 and my reply after it, so your issue may be related ... it should be noted that the Azul framebuffer can be problematic.

The only time i've seen something similar is when Lilu + WhatEverGreen are not installed correctly or corrupted so it might be worth checking that first .... also as stated in the guide make sure that you don't set any IGPU parameters in Clover as it can confuse the WhatEverGreen kext.

Other than the above I haven't seen the issue myself with Lilu + WhatEverGreen correctly installed so difficult to know what else to suggest.

I would follow the advice i gave in the reply to that post and inform @headkaze about the issue on the Hackintool support thread :-


Hopefully @headkaze can shine some light on the issue.

Cheers
Jay
 
Last edited:
Hackintool is not generating anything specific in patch.
Can you run Hackintool from Terminal (run Hackintool.app/Contents/MacOS/Hackintool) and then try generating a patch and see if there is any error output.
 
Thanks a lot, reading the 10+ first pages but not the last one, my bad :).

I've reinstalled latest lilu and whatevergreen with no changes, and seems to me I hadn't any igpu in clover (at least not showing in clover configurator). Seems to my I have only cpupm and usb stuff in there.

I will check your link, thanks !
 
Can you run Hackintool from Terminal (run Hackintool.app/Contents/MacOS/Hackintool) and then try generating a patch and see if there is any error output.
Sorry for previous post, I answered at the same time as you :)

So I ran hackintool in terminal, but I don't know after that how to generate a patch from there. Here's what I had in terminal window when I ran it from here :

Code:
2019-06-21 17:43:05.663 Hackintool[2789:84859] Initializing Bundle Data
2019-06-21 17:43:05.705 Hackintool[2789:84859] Initializing General
2019-06-21 17:43:05.706 Hackintool[2789:84859] macOS Version: Version 10.14.5 (assemblage 18F132)
2019-06-21 17:43:05.706 Hackintool[2789:84859] Model Identifier: iMac15,1
2019-06-21 17:43:05.706 Hackintool[2789:84859] Failed Getting IntelGen
2019-06-21 17:43:05.707 Hackintool[2789:84859] Failed Getting PlatformID
2019-06-21 17:43:05.707 Hackintool[2789:84859] Failed Getting GPU and VRAM Info
AVDCreateGPUAccelerator: Error loading GPU renderer
VDADecoderCreate failed. err: -12473
2019-06-21 17:43:05.934 Hackintool[2789:84859] Quartz Extreme Supported: Yes
2019-06-21 17:43:05.934 Hackintool[2789:84859] Metal Supported: Yes
2019-06-21 17:43:05.934 Hackintool[2789:84859] Metal Device Name: NVIDIA GeForce GTX 760
2019-06-21 17:43:05.934 Hackintool[2789:84859] Metal Low Power: No
2019-06-21 17:43:05.934 Hackintool[2789:84859] Metal Headless: No
2019-06-21 17:43:05.934 Hackintool[2789:84859] Total VRAM available: 0 MB
2019-06-21 17:43:05.934 Hackintool[2789:84859] Free VRAM available: 0 MB (0 Bytes)
2019-06-21 17:43:05.937 Hackintool[2789:84859] Initializing Bootloader
2019-06-21 17:43:07.191 Hackintool[2789:84859] Initializing Settings
2019-06-21 17:43:07.197 Hackintool[2789:84859] Initializing Displays
2019-06-21 17:43:07.201 Hackintool[2789:84859] Initializing Menus
2019-06-21 17:43:07.201 Hackintool[2789:84859] Initializing PCI
2019-06-21 17:43:07.391 Hackintool[2789:84859] Initializing USB
2019-06-21 17:43:07.434 Hackintool[2789:84859] Found USB Controller: EH01 9 Series Chipset Family USB EHCI Controller #1 (9-series) Controller (0x8CA68086)
2019-06-21 17:43:07.434 Hackintool[2789:84859] Found USB Controller: EH02 9 Series Chipset Family USB EHCI Controller #2 (9-series) Controller (0x8CAD8086)
2019-06-21 17:43:07.434 Hackintool[2789:84859] Found USB Controller: XHC 9 Series Chipset Family USB xHCI Controller (9-series) Controller (0x8CB18086)
2019-06-21 17:43:07.434 Hackintool[2789:84859] Initializing Disks
2019-06-21 17:43:07.436 Hackintool[2789:84859] Initializing Info
2019-06-21 17:43:07.442 Hackintool[2789:84859] Initializing Installed
2019-06-21 17:43:07.443 Hackintool[2789:84859] Initializing System Configs
2019-06-21 17:43:07.451 Hackintool[2789:84859] Initialization Done

Jaymonkey, can we continue this discussion in your topic or do you want me to continue it on the other thread ?

And I really wonder why I have no cpu listed in clover configurator, I seem to remember having my processor listed there ...
412434




[edit] if anyone having the same issue arrives here, this particular problem is continued here
 
Last edited:
So I ran hackintool in terminal, but I don't know after that how to generate a patch from there.
You generate the patch like you usually do from the UI.

Probably best to continue discussion in the Hackintool support thread. Also please update Hackintool to the latest version.
 
I would follow the advice i gave in the reply to that post and inform @headkaze about the issue on the Hackintool support thread
He doesn't have an IGPU entry in his PCI list so Hackintool will not be able to generate a patch. He has an nVidia card and WhateverGreen is loaded correctly. I don't know what he should do in this situation? Maybe his IGPU is disabled in his BIOS?
 
Last edited:
He doesn't have an IGPU entry in his PCI list so Hackintool will not be able to generate a patch. He has an nVidia card and WhateverGreen is loaded correctly. I don't know what he should do in this situation? Maybe his IGPU is disabled in his BIOS?

@el.Charlot,

@headkaze is correct ... looking at your PCI list shows that there is no IGPU enabled, if it was it would show up in the list.

IGPU is enable in bios, I really don't understand why the patch isn't returning any code


@el.Charlot,

Some BIOS's automatically disable the IGPU if it detects a dGPU installed, (eg: Some ASRock motherboards), in these cases you have to enable a option called "Multi Monitor Mode" which will ensure the IGPU is enabled even if a dGPU is installed ...

Thats about all I can think of.

Cheers
Jay
 
Last edited:
Back
Top