crazyi Posted November 24, 2019 Share Posted November 24, 2019 On 5/13/2019 at 2:22 AM, Pavo said: Anyone know what value needs to go into ProcessorType of the SMBIOS section? My CPUs are 10-Core Xeon E5-2670v2 with a CPU type of 0x0105 in IOREG. Hi, I faced the same issue as you. I have a Intel Xeon e5-2650v4 CPU, and the auto detection was failed on system profiler. Unless I manually added the ProcessorType=0x0a01 in SMC info, there is always a unknown CPU type. Can you give me some tips on how to deal with it as it is boring for me to fill up the whole SMC info manually. I do found your bug track on github bug, but I can not find the solution yet. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698436 Share on other sites More sharing options...
Pavo Posted November 24, 2019 Share Posted November 24, 2019 4 minutes ago, crazyi said: Hi, I faced the same issue as you. I have a Intel Xeon e5-2650v4 CPU, and the auto detection was failed on system profiler. Unless I manually added the ProcessorType=0x0a01 in SMC info, there is always a unknown CPU type. Can you give me some tips on how to deal with it as it is boring for me to fill up the whole SMC info manually. I do found your bug track on github bug, but I can not find the solution yet. You need to dump your CPU info like I did in that bug tracker and submit it to get added. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698437 Share on other sites More sharing options...
crazyi Posted November 24, 2019 Share Posted November 24, 2019 (edited) 10 hours ago, Pavo said: You need to dump your CPU info like I did in that bug tracker and submit it to get added. Thx, I will add a issue on the github as you. Edited November 24, 2019 by crazyi found the solution Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698438 Share on other sites More sharing options...
n.d.k Posted November 24, 2019 Share Posted November 24, 2019 12 hours ago, crazyi said: Is there anyone know how to clean up the OpenCorePkg directory when I finished building the opencore binaries with macbuild.tool? No need to clean up, all those new files there, are needed for the next time you build and also speed up the compile time. If you don't build very often, then just delete the OpenCorePkg directory and run git clone again next time you want to build one. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698439 Share on other sites More sharing options...
ameenjuz Posted November 24, 2019 Share Posted November 24, 2019 i have time issue between windows and macOS during dual boot anyone know how to set RealTimeIsUniversal to 1 to avoid time desync between Windows and macO Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698452 Share on other sites More sharing options...
n.d.k Posted November 24, 2019 Share Posted November 24, 2019 5 hours ago, anmool said: i have time issue between windows and macOS during dual boot anyone know how to set RealTimeIsUniversal to 1 to avoid time desync between Windows and macO HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal Set it to 1 in Windows. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698495 Share on other sites More sharing options...
ameenjuz Posted November 24, 2019 Share Posted November 24, 2019 2 hours ago, n.d.k said: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal Set it to 1 in Windows. Thanks n.d.k I set it and i will test Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698528 Share on other sites More sharing options...
ameenjuz Posted November 25, 2019 Share Posted November 25, 2019 19 hours ago, n.d.k said: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal Set it to 1 in Windows. I set it RealTimeIsUniversal to 1 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal but didn't fix time during dual boot Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698602 Share on other sites More sharing options...
Slice Posted November 25, 2019 Share Posted November 25, 2019 It must be DWORD value. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698612 Share on other sites More sharing options...
ameenjuz Posted November 25, 2019 Share Posted November 25, 2019 (edited) 1 hour ago, Slice said: It must be DWORD value. I tested with RealTimeIsUniversal 64bit DWORD value and 32bit DWORD value but didn't work do you have working this value during dual boot? Edited November 25, 2019 by anmool Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698633 Share on other sites More sharing options...
UefiBooter Posted November 25, 2019 Share Posted November 25, 2019 It really is off topic, but since the mod also contributed to it here is the method that works.... from http://www.extracatchy.net/sync-time-windows-mac-os-x-hackintosh/ Boot into OS X, set the timezone and time correctly or set it Automatic update of Time & Date. Boot into Windows, and do not attempt to update time by using “Adjust Date/Time”. Just Open Registry Editor and Locate HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation. Right click in the blank space of the right pane, select New > DWORD (32-bit) value, name it RealTimeIsUniversal. Double click the newly created file and change the value to 1. Save and reboot into OS X Wait 1-2 minutes, then reboot into Windows. Now the time information between the 2 OS is matched. 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698636 Share on other sites More sharing options...
Andrey1970 Posted November 25, 2019 Share Posted November 25, 2019 It is necessary QWORD 64 bit for 64 bit Windows. 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698644 Share on other sites More sharing options...
ameenjuz Posted November 25, 2019 Share Posted November 25, 2019 23 minutes ago, Andrey1970 said: It is necessary QWORD 64 bit for 64 bit Windows. 2 hours ago, UefiBooter said: It really is off topic, but since the mod also contributed to it here is the method that works.... from http://www.extracatchy.net/sync-time-windows-mac-os-x-hackintosh/ Boot into OS X, set the timezone and time correctly or set it Automatic update of Time & Date. Boot into Windows, and do not attempt to update time by using “Adjust Date/Time”. Just Open Registry Editor and Locate HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation. Right click in the blank space of the right pane, select New > DWORD (32-bit) value, name it RealTimeIsUniversal. Double click the newly created file and change the value to 1. Save and reboot into OS X Wait 1-2 minutes, then reboot into Windows. Now the time information between the 2 OS is matched. I tried above method didn't work how to edit QWORD 64 bit for 64 bit Windows please tell me clearly I have tried many times no luck it is necessary for dual booting every time didn't set the time manually to each boot Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698649 Share on other sites More sharing options...
ErEr Posted November 25, 2019 Share Posted November 25, 2019 On 11/23/2019 at 9:20 AM, ErEr said: ı have a asus laptop currently clover runnıng but opencore reboot immediately could you please look my confıg.config.plist please Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698655 Share on other sites More sharing options...
Ellybz Posted November 25, 2019 Share Posted November 25, 2019 2 hours ago, anmool said: I tried above method didn't work how to edit QWORD 64 bit for 64 bit Windows please tell me clearly I have tried many times no luck it is necessary for dual booting every time didn't set the time manually to each boot • go to Start Menu, launch cmd as Administrator • Paste the following command: Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698667 Share on other sites More sharing options...
n.d.k Posted November 25, 2019 Share Posted November 25, 2019 3 hours ago, anmool said: I tried above method didn't work how to edit QWORD 64 bit for 64 bit Windows please tell me clearly I have tried many times no luck it is necessary for dual booting every time didn't set the time manually to each boot Did you check the timezone setting in between mac and windows, make sure it's the same timezone? Otherwise, the time will always be different regardless if you set the RealTimeIsUniversal right. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698670 Share on other sites More sharing options...
Slice Posted November 26, 2019 Share Posted November 26, 2019 23 hours ago, anmool said: I tested with RealTimeIsUniversal 64bit DWORD value and 32bit DWORD value but didn't work do you have working this value during dual boot? Yes, it works for me. Computer #2 in my signature. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698736 Share on other sites More sharing options...
ameenjuz Posted November 26, 2019 Share Posted November 26, 2019 20 hours ago, n.d.k said: Did you check the timezone setting in between mac and windows, make sure it's the same timezone? Otherwise, the time will always be different regardless if you set the RealTimeIsUniversal right. 21 hours ago, Ellybz said: • go to Start Menu, launch cmd as Administrator • Paste the following command: Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1 thanks guys finally worked for me between macOS and windows Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698750 Share on other sites More sharing options...
Mastachief Posted November 27, 2019 Share Posted November 27, 2019 (edited) Hi Guys, is there a problem with Clover 0.5.3? I keep getting these error, not sure if its processor or USB related, I tried with the Option to state the kexts causing the KP, but I assume its not getting that far.,,,,, I used the guide here https://github.com/khronokernel/Getting-Started-With-OpenCore I am currently making a transition from Clover to OpenCore though. I have tried to create the USBMap Kext or even the SSDT-IUAC.aml, but there were some ports that just remained missing. Where am I going wrong? *Cries into Girlfriends Dress* Clover: 5098 EFI.zip OpenCore: 0.5.3 EFI.zip EFI.zip Edited November 27, 2019 by Mastachief Removed Extra EFI Folder Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698880 Share on other sites More sharing options...
SavageAUS Posted November 28, 2019 Share Posted November 28, 2019 (edited) Can anyone help as to why my Haswell laptop freezes just after picking macOS from boot picker? I get the Apple logo but no progress bar. EFI.zip Edited November 28, 2019 by SavageAUS Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698913 Share on other sites More sharing options...
Matgen84 Posted November 28, 2019 Share Posted November 28, 2019 9 hours ago, Mastachief said: Hi Guys, is there a problem with Clover 0.5.3? I keep getting these error, not sure if its processor or USB related, I tried with the Option to state the kexts causing the KP, but I assume its not getting that far.,,,,, I used the guide here https://github.com/khronokernel/Getting-Started-With-OpenCore I am currently making a transition from Clover to OpenCore though. I have tried to create the USBMap Kext or even the SSDT-IUAC.aml, but there were some ports that just remained missing. Where am I going wrong? *Cries into Girlfriends Dress* Clover: 5098 EFI.zip OpenCore: 0.5.3 EFI.zip EFI.zip ACPI section is missing in your OC config.plist. Take a look to sample.plist docs file and complete. For USB, there is no SSDT-UIAC or USBPorts.kext Just my opinion: if any others members want to help, you need to complete your signature (hardware config) 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2698928 Share on other sites More sharing options...
crazyi Posted November 29, 2019 Share Posted November 29, 2019 On 11/28/2019 at 1:47 PM, Matgen84 said: ACPI section is missing in your OC config.plist. Take a look to sample.plist docs file and complete. For USB, there is no SSDT-UIAC or USBPorts.kext Just my opinion: if any others members want to help, you need to complete your signature (hardware config) You need to build the latest drivers from AppleSupportPkg and company with OC 0.5.3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2699081 Share on other sites More sharing options...
Mastachief Posted November 29, 2019 Share Posted November 29, 2019 On 11/28/2019 at 12:47 AM, Matgen84 said: ACPI section is missing in your OC config.plist. Take a look to sample.plist docs file and complete. For USB, there is no SSDT-UIAC or USBPorts.kext Just my opinion: if any others members want to help, you need to complete your signature (hardware config) Thanks, I fixed my signature, a question though, when you say that my ACPI section is missing, I'm unsure of what extra options I should have enabled in ACPI, I am attaching a screenshot of the ACPI section for you to see. config.plist can I use USBPorts.kext on its own, I'll keep working on that further cause 1 of my USB ports died and I'm scared of disabling the only other one I have (HP ProBook 440 G5 only has 2 usb A Ports) I was able to get past the previous KP, I was complaining about though, this is where I am getting stuck at a "appleintellpssi2ccontroller ftimerservicematching timed out" error now though, not sure if its usb related, ill be working on the USB though, just putting OPEncore folder again to let you see. EFI.zip Im actually doing all my testing from a USB, since clover is installed locally. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2699090 Share on other sites More sharing options...
Matgen84 Posted November 29, 2019 Share Posted November 29, 2019 (edited) 1 hour ago, crazyi said: You need to build the latest drivers from AppleSupportPkg and company with OC 0.5.3 @crazyi Please quote @Mastachief who post for help. Not me 30 minutes ago, Mastachief said: Thanks, I fixed my signature, a question though, when you say that my ACPI section is missing, I'm unsure of what extra options I should have enabled in ACPI, I am attaching a screenshot of the ACPI section for you to see. config.plist can I use USBPorts.kext on its own, I'll keep working on that further cause 1 of my USB ports died and I'm scared of disabling the only other one I have (HP ProBook 440 G5 only has 2 usb A Ports) I was able to get past the previous KP, I was complaining about though, this is where I am getting stuck at a "appleintellpssi2ccontroller ftimerservicematching timed out" error now though, not sure if its usb related, ill be working on the USB though, just putting OPEncore folder again to let you see. EFI.zip Im actually doing all my testing from a USB, since clover is installed locally. Your ACPI section seems to be at wrong place: so what I have not see before. Take a look at sample.plist. EDIT: Yes you can use USBPorts.kext as a normal kext in config.plist Edited November 29, 2019 by Matgen84 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2699091 Share on other sites More sharing options...
djavo22 Posted November 30, 2019 Share Posted November 30, 2019 (edited) I have installed Catalina 10.15.1 with Olarila-s for AMD, but cannot boot with OpenCore, just with clover and need to change faked for XFXrx590 to 0x67CO ....however, with clover there is no HW acceleration and vram is only 14MB.with OpenCore there is error upon booting: see screenshot:https://postimg.cc/vxxRtf6F my config: Asus Prime B350-PlusRyzen 1700XFX Rx 590 Fatboy 8GB16GB RAMSamsung SSD 970Evo(windows) and Kingston A400 for Hackintosh Could someone please help me what to do?thank you .edit. I used Olarilas OC Efi partition without any modificationhttps://tinyurl.com/su794zm Edited November 30, 2019 by djavo22 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/102/#findComment-2699180 Share on other sites More sharing options...
Recommended Posts