Pavo Posted December 28, 2019 Share Posted December 28, 2019 @headkaze Still missing MacPro7,1 Serial Generation. 1 Link to comment Share on other sites More sharing options...
k0nrad Posted December 29, 2019 Share Posted December 29, 2019 On 12/19/2019 at 9:33 AM, DSM2 said: Any Release Notes on 2.8.7 and 2.8.8 ? @headkaze https://github.com/headkaze/Hackintool/commits/master 1 Link to comment Share on other sites More sharing options...
kaoskinkae Posted January 5, 2020 Share Posted January 5, 2020 With the changes that are occurring in clover or with opencore. It is possible to create a section of EFI/DRIVERS/ and the use or AptionMemoryFix.efi, FwRuntimeService.efi, OcQuirks.efi etc Link to comment Share on other sites More sharing options...
Pavo Posted January 17, 2020 Share Posted January 17, 2020 @headkaze Can you add a feature to generate the SUUID to the SN/MLB section please. Its a simple uuidgen terminal command. 2 Link to comment Share on other sites More sharing options...
Slice Posted January 18, 2020 Share Posted January 18, 2020 Something is still wrong for #1 in signature. It is not Xeon E3.. it is i5-6400 and intel graphics IGPU is HD530. Link to comment Share on other sites More sharing options...
maclinuxG4 Posted January 18, 2020 Share Posted January 18, 2020 @slice plateform Id to change into 0x1912010 ... and many with be good (HF 530, plateform ID, etc..) excepted processor. Link to comment Share on other sites More sharing options...
Pavo Posted January 18, 2020 Share Posted January 18, 2020 @headkaze Thanks for the latest update, now we can generate SmUUID within the Serial Generator section. 2 Link to comment Share on other sites More sharing options...
nik135 Posted January 24, 2020 Share Posted January 24, 2020 Thanks for developers, this is cool app! I have a feature request: Can you add a aspm option (column) for the Pci Devices table? ps. i try to achieve the same as Windows workin battery time on my hackintosh.... 1 Link to comment Share on other sites More sharing options...
headkaze Posted January 26, 2020 Author Share Posted January 26, 2020 (edited) On 1/24/2020 at 6:00 PM, nik135 said: Thanks for developers, this is cool app! I have a feature request: Can you add a aspm option (column) for the Pci Devices table? ps. i try to achieve the same as Windows workin battery time on my hackintosh.... Hi @nik135 I added an ASPM column. It displays the value of pci-aspm-default from the PCI IOReg entry. It would be nice to display a more friendly version than the hex value so I was doing some research and found these values: # Hex Binary Meaning # ------------------------- # 0 0b00 L0 only # 1 0b01 L0s only # 2 0b10 L1 only # 3 0b11 L1 and L0s On my laptop I'm seeing values of 0, 2 and 3 and sometimes bit 8 is set. I'm not entirely sure if the first two bits correspond to the table above. Bit 8 being set could be "exit latency" or something else I'm not sure. I could just show the values of the first two bits instead? I've also seen the following #define's which also corresponds to the chart above but I can't find anything that explains bit 8. #define PCIE_LINK_STATE_L0S 1 #define PCIE_LINK_STATE_L1 2 #define PCIE_LINK_STATE_CLKPM 4 EDIT: Hackintool has been updated to display a "text friendly" version of the ASPM state for each PCI device. Edited January 30, 2020 by headkaze 1 Link to comment Share on other sites More sharing options...
headkaze Posted January 30, 2020 Author Share Posted January 30, 2020 There have been many updates to Hackintool lately but one of the main ones is the issue generating USBPorts.kext with correct EH01 and EH02 entries. Since I no longer have a Hackintosh with these types of USB controllers I could not do any testing myself so it has been an issue in Hackintool for a while now. @whatnameisit contacted me to offer assistance in giving advice and testing the necessary changes to get this working again. So big thanks to him in helping get this feature finally in working order. 1 1 Link to comment Share on other sites More sharing options...
headkaze Posted January 30, 2020 Author Share Posted January 30, 2020 (edited) On 1/18/2020 at 2:09 PM, Slice said: Something is still wrong for #1 in signature. ... It is not Xeon E3.. it is i5-6400 and intel graphics IGPU is HD530. In your first image Info->System you have "Intel ???" and "GPU Device ID" of 0x00008086. This data is displayed by enumerating the IODisplay's on your system. The "GPU Device ID" value is the device-id and vendor-id of the parent IOPCIDevice (in this case IGPU). The device-id for your IGPU must be 0x0, missing or not in NSData format. Perhaps it's because you're running in headless mode (0x19120001)? Give Hackintool v2.9.7 a try and if it's still not working please attach your IORegistry so I can take a more in depth look at this issue. Edited January 30, 2020 by headkaze Link to comment Share on other sites More sharing options...
Slice Posted January 30, 2020 Share Posted January 30, 2020 3 hours ago, headkaze said: In your first image Info->System you have "Intel ???" and "GPU Device ID" of 0x00008086. This data is displayed by enumerating the IODisplay's on your system. The "GPU Device ID" value is the device-id and vendor-id of the parent IOPCIDevice (in this case IGPU). The device-id for your IGPU must be 0x0, missing or not in NSData format. Perhaps it's because you're running in headless mode (0x19120001)? Give Hackintool v2.9.7 a try and if it's still not working please attach your IORegistry so I can take a more in depth look at this issue. Yes, headless mode. iMac — Slice.ioreg.zip Link to comment Share on other sites More sharing options...
headkaze Posted January 30, 2020 Author Share Posted January 30, 2020 (edited) 7 hours ago, Slice said: Yes, headless mode. iMac — Slice.ioreg.zip The device-id for your IGPU was in NSData format but was only 2 bytes long (I was ignoring anything less than 4 bytes). Please try Hackintool v2.9.8. As for the PCI devices showing as "Xeon E3" it's only what's matched via PID/VID in the pci.ids database. You could always submit a correction for it. Edited January 30, 2020 by headkaze 1 Link to comment Share on other sites More sharing options...
Slice Posted January 30, 2020 Share Posted January 30, 2020 Tested 2.9.9. It is much better now! Intel graphics all correct. Audio device information is still absent. Link to comment Share on other sites More sharing options...
headkaze Posted January 31, 2020 Author Share Posted January 31, 2020 9 hours ago, Slice said: Audio device information is still absent. Hackintool didn't display non-AppleALC compatible devices but I have re-worked it to show all audio devices. Can you please try 3.0.0? 1 1 Link to comment Share on other sites More sharing options...
Slice Posted January 31, 2020 Share Posted January 31, 2020 24 minutes ago, headkaze said: Hackintool didn't display non-AppleALC compatible devices but I have re-worked it to show all audio devices. Can you please try 3.0.0? Better then nothing You can look in my ioreg for additional info. Anyway Apple sees my audio 1 Link to comment Share on other sites More sharing options...
headkaze Posted February 1, 2020 Author Share Posted February 1, 2020 (edited) 20 hours ago, Slice said: Anyway Apple sees my audio You'll need to select a device to populate the Audio Info section. Rather than replicate Apple's System Report I'm aiming to provide information that's more relevant to Hackintosh users. In a recent update I added additional info for AppleALC users (IOService:/.../HDEF/.../AppleHDACodecGeneric/HDAConfigDefault/0). I can add more info for VoodooHDA just let me know what info to add and the location in IORegistry. I also updated Pin Configurator so you can import the IOService:/.../HDAConfigDefault/0/BootConfigData dumped by AppleALC. It would be nice to be able to do this with VoodooHDA. Is there a location in IORegistry where the Pin Config data is stored? Edited February 1, 2020 by headkaze Link to comment Share on other sites More sharing options...
headkaze Posted February 1, 2020 Author Share Posted February 1, 2020 (edited) 10 minutes ago, mifjpn said: But i can not see the current kext version.(Hisierra,Mojave,Catalina) Yes, it's by design. You need to click the "Update Version Info" button now. Edited February 1, 2020 by headkaze Link to comment Share on other sites More sharing options...
clougreen420 Posted February 1, 2020 Share Posted February 1, 2020 Hi there, CONTEXT -Trying to get hdmi to work with integrated graphics on i7-8700k I am new to the hackintosh community and am currently trying to setup my machine. There are some discrepencies between the guide i was following for installation on my motherboard (z390-designaire). The guide states that i should export the patch generated by hackintool as a clover config.plist however the menu on my screen only shows the option to export as Bootloader config.plist. Is bootloader the same as clover? my gut says no but way out of my depth here, any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
Baio77 Posted February 1, 2020 Share Posted February 1, 2020 (edited) @headkaze thanks for everything, this app is fantastic, more and more indispensable Edited February 1, 2020 by Baio77 Link to comment Share on other sites More sharing options...
headkaze Posted February 1, 2020 Author Share Posted February 1, 2020 4 hours ago, clougreen420 said: The guide states that i should export the patch generated by hackintool as a clover config.plist however the menu on my screen only shows the option to export as Bootloader config.plist. There are now two main Bootloaders (OpenCore and Clover). So it will export the format based on whatever Bootloader you have set in that tab (it will auto detect by default) 2 Link to comment Share on other sites More sharing options...
Pavo Posted February 1, 2020 Share Posted February 1, 2020 @headkaze Do you have a tutorial to Pin Configurator? Link to comment Share on other sites More sharing options...
headkaze Posted February 1, 2020 Author Share Posted February 1, 2020 6 minutes ago, Pavo said: @headkaze Do you have a tutorial to Pin Configurator? Reading through the AppleALC — dynamic AppleHDA patching would probably get you up to speed and you can always ask any questions there. 1 Link to comment Share on other sites More sharing options...
clougreen420 Posted February 1, 2020 Share Posted February 1, 2020 26 minutes ago, headkaze said: There are now two main Bootloaders (OpenCore and Clover). So it will export the format based on whatever Bootloader you have set in that tab (it will auto detect by default) Thanks for the help, still a little confused tho. So in theory it should've automatically exported as a clover? I was trying to insert the framebuffer patch that hackintool created into my config.plist. After exporting and replacing the current config.plist i was prompted to restart but ever since restarting my monitor just goes black everytime. I can get into BIOS fine and open Clover but when i go to start up mac os (10.14.6 is the version im on) i get the black screen. Please any advice or hint in the right direction will be greatly appreciated. Link to comment Share on other sites More sharing options...
headkaze Posted February 1, 2020 Author Share Posted February 1, 2020 19 minutes ago, clougreen420 said: Please any advice or hint in the right direction will be greatly appreciated. Have you read the Intel Framebuffer patching using WhateverGreen? Are you patching to a Platform ID that makes sense? Have you searched the forums for a previously created config you can use? Link to comment Share on other sites More sharing options...
Recommended Posts