fuzzylogic Posted July 22, 2020 Share Posted July 22, 2020 Here are my snapshots of Hackintool removing kext from Open Core Kext and placing them is Library Extensions even though I selected to install in EFI OC Kext. Last snapshot empty EFI OC Kext Spoiler Spoiler Spoiler Spoiler Spoiler Spoiler Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2731434 Share on other sites More sharing options...
fuzzylogic Posted July 22, 2020 Share Posted July 22, 2020 Re the frame buffer and selection, I did not actually select I just opened hackintool and those screens came up, so no selection on my part just an observation, that in one snapshot it clearly shows a "mobile" in another snapshot taken directly from Hackintool it shows that its not Mobile, I have not touched anything, same with the video memory in different sections of hackintool it gives conflicting information, it is just an observation, and wish to thank you for responding, your hard work is very much appriciated. Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2731437 Share on other sites More sharing options...
fuzzylogic Posted July 24, 2020 Share Posted July 24, 2020 looking for help two issues can anyone point me towards how to change from a Mobile Graphics processor to a desktop I have cycled through the different device ids trying to find UHD 630 coffee lake that would give me connectors for hdmi and display port, I am not sure if hdmi con is 40.0000 and display con is 80.0000 ? here are a couple of snapshots taken as is:- Motherboard Asrock Phantom gaming 9 cpu coffee lake intel i9900k using internal graphics 630UHD Spoiler Spoiler Spoiler Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2731782 Share on other sites More sharing options...
headkaze Posted July 27, 2020 Author Share Posted July 27, 2020 So recently my HiDPI modes disappeared on my hackintosh despite having WhateverGreen and the "enable-hdmi20" property set booting from either Clover or OpenCore. So I decided to try injecting the HiDPI modes and was successful so I will share the method below: 1. Run Hackintool and go to the Displays tab 2. For "Inject EDID:" select "Apple iMac Retina Display (16:9)" 3. For "Resolution:" Select "2K" 4. Click the + button to add the Scaled Resolutions 5. Click the Export button to export the files to your desktop 6. Go to the Utilities tab in Hackintool and select "Disable Gatekeeper and mount the disk in read/write mode" 7. Go to Finder and select Go->Go to Folder... and enter "/System/Library/Displays/Contents/Resources/Overrides" 8. Copy the "DisplayVendorID-XXXX" folder from your desktop to the Overrides folder merging them 9. Reboot and you should now hopefully have HiDPI modes restored! 2 1 Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732137 Share on other sites More sharing options...
Alex HQuest Posted August 2, 2020 Share Posted August 2, 2020 Hey @headkaze, a couple questions on the Logs tab: 1. Was any button or anything supposed to exist on the Lilu panel? While I do see a "reload" icon on both Boot and System panels, there is nothing on Lilu. And no logs either inside the content panel (see #2 below, might be linked). 2. Even with the DEBUG kexts compiled and running, and with all the -kextdbg boot-args (-liludbg -vsmcdbg -wegdbg -younameitdbg lol), I cannot get any output from Lilu and friends kexts on any of the Logs panels. I have Boot logs, I have kernel and Hackintool logs, though. Are you aware of any changes on Big Sur's logging? Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732832 Share on other sites More sharing options...
headkaze Posted August 2, 2020 Author Share Posted August 2, 2020 6 hours ago, Alex HQuest said: Hey @headkaze, a couple questions on the Logs tab: 1. Was any button or anything supposed to exist on the Lilu panel? While I do see a "reload" icon on both Boot and System panels, there is nothing on Lilu. And no logs either inside the content panel (see #2 below, might be linked). 2. Even with the DEBUG kexts compiled and running, and with all the -kextdbg boot-args (-liludbg -vsmcdbg -wegdbg -younameitdbg lol), I cannot get any output from Lilu and friends kexts on any of the Logs panels. I have Boot logs, I have kernel and Hackintool logs, though. Are you aware of any changes on Big Sur's logging? The one you're looking for is: Add liludump=N to let Lilu DEBUG version dump log to /var/log/Lilu_VERSION_KERN_MAJOR.KERN_MINOR.txt after N seconds Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732863 Share on other sites More sharing options...
joevt Posted August 3, 2020 Share Posted August 3, 2020 6 hours ago, Alex HQuest said: Hey @headkaze, a couple questions on the Logs tab: 1. Was any button or anything supposed to exist on the Lilu panel? While I do see a "reload" icon on both Boot and System panels, there is nothing on Lilu. And no logs either inside the content panel (see #2 below, might be linked). 2. Even with the DEBUG kexts compiled and running, and with all the -kextdbg boot-args (-liludbg -vsmcdbg -wegdbg -younameitdbg lol), I cannot get any output from Lilu and friends kexts on any of the Logs panels. I have Boot logs, I have kernel and Hackintool logs, though. Are you aware of any changes on Big Sur's logging? The icon in the Boot and System tabs of the Logs panel is called "Refresh" (mouse over to see the name). System also has an "Erase Log" icon. You're right about the Lilu tab - no icons exist and the log is empty. Try the "log show" command manually in Terminal.app: log show --info --debug --style compact --last boot --predicate 'senderImagePath contains "Lilu" or senderImagePath contains "What"' Using "--predicate" is faster than "grep". Using "contains" is faster than "matches". I think using senderImagePath works only for messages from the kext (the kext has successfully loaded). Using "message contains" is slow (like grep) but use it if there's no messages from the kexts. You can also try "log stream" (instead of "log show") for realtime logging (remove "--last boot") but some messages might get skipped if too many are output quickly. Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732866 Share on other sites More sharing options...
Alex HQuest Posted August 3, 2020 Share Posted August 3, 2020 Thank you both @headkaze and @joevt. The "log show" command, which used to work on Catalina to display Lilu and friends kexts, seems not to work with Big Sur anymore for these kexts. I was able to get the debug output via liludump boot-arg (including it now displayed on the Lilu tab of Hackintool). Too bad I'll need to set a high enough timeout to be able to collect all the debug I'm looking for. Regardless, much appreciated again for the hints. Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732870 Share on other sites More sharing options...
joevt Posted August 3, 2020 Share Posted August 3, 2020 3 hours ago, Alex HQuest said: Thank you both @headkaze and @joevt. The "log show" command, which used to work on Catalina to display Lilu and friends kexts, seems not to work with Big Sur anymore for these kexts. I was able to get the debug output via liludump boot-arg (including it now displayed on the Lilu tab of Hackintool). Too bad I'll need to set a high enough timeout to be able to collect all the debug I'm looking for. Regardless, much appreciated again for the hints. I use "log show" successfully in Big Sur. I had to compile Lilu and WhateverGreen to make them work (the code is newer than the releases). I use "kmutil load -p" to load them in Big Sur on my Mac Mini 2018 (not using Clover or Open Core). 1 Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732880 Share on other sites More sharing options...
headkaze Posted August 3, 2020 Author Share Posted August 3, 2020 13 hours ago, joevt said: Try the "log show" command manually in Terminal.app: log show --info --debug --style compact --last boot --predicate 'senderImagePath contains "Lilu" or senderImagePath contains "What"' Hackintool's System log is similar: log show --predicate 'process == "kernel" AND (eventMessage CONTAINS[c] "Lilu")' --style syslog --source --last boot 1 Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732896 Share on other sites More sharing options...
Alex HQuest Posted August 3, 2020 Share Posted August 3, 2020 Lilu config: @ (DBG) version DBG-146-2020-08-02, args: disabled 0, debug 1, slow 0, decompress 1 WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-141-2020-08-02 HibernationFixup init: @ (DBG) HibernationFixup bootstrap DBG-134-2020-08-02 CPUFriend init: @ (DBG) CPUFriend bootstrap DBG-121-2020-08-02 VirtualSMC init: @ (DBG) VirtualSMC bootstrap DBG-115-2020-08-02 That's really odd. No live logging but the above was captured from the liludump. I guess I'll begin troubleshooting Lilu by itself, then. Thanks again both for confirming. Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2732898 Share on other sites More sharing options...
fuzzylogic Posted August 4, 2020 Share Posted August 4, 2020 I can go though the kext install with hackintool but although it place the kext in OC kext folder it doesnt appear loaded in hackintool under installed kext os is big sur beta 4 the only way i seem to be able to load kext is if i do a fresh install and put them on the usb install any advise on how to install in big sur kext? Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2733085 Share on other sites More sharing options...
fuzzylogic Posted August 6, 2020 Share Posted August 6, 2020 Hi, Thanks for replying, the EFI partition is already installed the issue is around the sealed snapshots mount error 66 Hackintool collects the kext off the desktop and installs it to the opencore kext folder on the EFI. When you look at installed kext in hackintool the kext that you installed by hackintool itself do not appear in that list. Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2733293 Share on other sites More sharing options...
headkaze Posted August 7, 2020 Author Share Posted August 7, 2020 On 8/5/2020 at 8:51 PM, fuzzylogic said: Hi, Thanks for replying, the EFI partition is already installed the issue is around the sealed snapshots mount error 66 Hackintool collects the kext off the desktop and installs it to the opencore kext folder on the EFI. When you look at installed kext in hackintool the kext that you installed by hackintool itself do not appear in that list. Kexts will show up under the Extensions tab if you install them correctly. Since Mojave you no longer install kexts to /L/E so there's really is no need to use Hackintool for this purpose. Just mount your EFI and copy the kexts you need into EFI/OC/Kexts then reboot and they should show. 1 Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2733487 Share on other sites More sharing options...
fuzzylogic Posted August 7, 2020 Share Posted August 7, 2020 Now I am confused I thought we could use hackintool to install the kernel extensions because it gives a choice of where you wish to install them? Under Open Core it suggests opencore kext folder? so hackintool is ideal as it lets you select the destination, most other kernel installers only offer lib ex or sys lib ex, heres a picture to show using hackintool to install and the extensions tab Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2733547 Share on other sites More sharing options...
d5aqoep Posted August 8, 2020 Share Posted August 8, 2020 (edited) Anyone knows why my X299 system shows XHCI ports even after having ACPI patch XHCI to XHC ? I created a USBMap.kext and USB-EC SSDT using the script. But Hackintool still shows XHCI and XHC. The port map works correctly though and all USB devices correctly appear on XHC. Just that presence of XHCI triggers my OCD. Without ACPI patch, it only shows XHCI ports and not XHC. Edited August 8, 2020 by d5aqoep Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2733604 Share on other sites More sharing options...
headkaze Posted August 10, 2020 Author Share Posted August 10, 2020 On 8/7/2020 at 2:56 PM, fuzzylogic said: Now I am confused I thought we could use hackintool to install the kernel extensions because it gives a choice of where you wish to install them? Under Open Core it suggests opencore kext folder? so hackintool is ideal as it lets you select the destination, most other kernel installers only offer lib ex or sys lib ex, heres a picture to show using hackintool to install and the extensions tab It made sense to use a tool when we needed to install kexts to /L/E because it would require a permission and cache update. Now you can copy them to EFI/OC/Kexts using Finder without issue so there is no need for a tool anymore. Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2733762 Share on other sites More sharing options...
fuzzylogic Posted August 11, 2020 Share Posted August 11, 2020 Thank you, very much appreciated Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2733856 Share on other sites More sharing options...
LiveSorcerer Posted August 18, 2020 Share Posted August 18, 2020 Could someone help me with this issue? Would I have to do the procedure of applying the AppleIntulAzulFramebffer patch or would Hackintool help me on this point? As the photo below, when connected to the Dell UltraSharp 24 "U2419H it boots and enters normally. But when I try to boot connected to the LG 32 "4K UK550 it stops at the boot of the Clover. But when I boot the Dell again, and after the boot I connect the 4K monitor, the resolution appears, but not in 4K. There is currently no possibility to get a dedicated GPU. And this machine will work as HTPC connected to a Samsung Q60R 55 "4K TV. Mac G4 Config: - Gigabyte Z87M-D3H - i5 4690 - 16GB DDR3 1600 - 240GB SSD Sandisk Plus - 2TB HDD Seagate Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2734601 Share on other sites More sharing options...
MacKonsti Posted September 25, 2020 Share Posted September 25, 2020 Hi everyone, I hope you are all well and safe. As this thread and tool have been a little quiet these last weeks, I wanted to ask if @headkaze is well and around? I detected an issue for the kext https://github.com/OpenIntelWireless/itlwm as the version is not detected correctly (not sure if it's Hackintool or the kext) and posted a request here https://github.com/OpenIntelWireless/itlwm/issues/285 so not sure if I am the only one having this issue? @headkaze if you see this and have time, a quick feedback is appreciated so I can raise it to the developers of itlwm. Thank you! Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2738358 Share on other sites More sharing options...
mnfesq Posted October 12, 2020 Share Posted October 12, 2020 I have been having trouble updating kexts in Hackintool. While Hackintool identifies updates that require compiling with Xcode, they do not compile properly. Just compiling Lilu.kext, I get 8 errors and build failure. I'm not sure if the problem is with Hackintool or if it has to do with the way Github stores some files needed to compile kexts properly. The fact that most kexts have a lot of errors compiling suggests that it's not a problem caused by the developers of the kexts. Anyone else having this issue? Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2740105 Share on other sites More sharing options...
headkaze Posted October 13, 2020 Author Share Posted October 13, 2020 On 10/12/2020 at 1:56 PM, mnfesq said: I have been having trouble updating kexts in Hackintool. While Hackintool identifies updates that require compiling with Xcode, they do not compile properly. Just compiling Lilu.kext, I get 8 errors and build failure. I'm not sure if the problem is with Hackintool or if it has to do with the way Github stores some files needed to compile kexts properly. The fact that most kexts have a lot of errors compiling suggests that it's not a problem caused by the developers of the kexts. Anyone else having this issue? Should be fixed in v3.4.5 2 Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2740254 Share on other sites More sharing options...
MacKonsti Posted October 13, 2020 Share Posted October 13, 2020 Good to see you around @headkaze ! 1 Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2740257 Share on other sites More sharing options...
mnfesq Posted October 13, 2020 Share Posted October 13, 2020 (edited) 2 hours ago, headkaze said: Should be fixed in v3.4.5 It's working just fine now. Thank you very much. Hackintool has become my most frequently-used app. EDIT: I spoke too soon. While many kexts compiled correctly, a few still did not. In each case it could not locate an IOKit resource. Edited October 13, 2020 by mnfesq Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2740259 Share on other sites More sharing options...
junaed.rx Posted October 13, 2020 Share Posted October 13, 2020 @headkaze Could you add VoodooRMI and VoodooSMBus on extension update list. As it is used by many systems like VoodooI2C does. Link to comment https://www.insanelymac.com/forum/topic/335018-hackintool-v3xx/page/37/#findComment-2740278 Share on other sites More sharing options...
Recommended Posts