Jump to content
8755 posts in this topic

Recommended Posts

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.

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.

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.

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.

  • Like 1
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

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?

 

Capture.thumb.JPG.8f57a4bacd55fe78d5454e1377ed2a96.JPG

Edited by anmool

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.
  • Like 2
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

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

  • Like 3
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.

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.

  • Like 1
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

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

 

439484597_Screenshot2019-11-27at3_09_00PM.png.d80046770bbf7ab4b379547bb101b7e0.png

 

1049303580_Screenshot2019-11-27at3_08_38PM.png.cb42d33eb762e3c1764b1730ffb7e36e.png

 

 

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 by Mastachief
Removed Extra EFI Folder
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

 

439484597_Screenshot2019-11-27at3_09_00PM.png.d80046770bbf7ab4b379547bb101b7e0.png

 

1049303580_Screenshot2019-11-27at3_08_38PM.png.cb42d33eb762e3c1764b1730ffb7e36e.png

 

 

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)

  • Like 1
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

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.

 

1773474105_Screenshot2019-11-29at8_34_16AM.thumb.png.be0ea617abb9cda31ad06fc01e591445.png

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.

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

 

Capture d’écran 2019-11-29 à 14.56.12.png

Edited by Matgen84
  • Like 1

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-Plus
Ryzen 1700
XFX Rx 590 Fatboy 8GB
16GB RAM
Samsung 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 modification
https://tinyurl.com/su794zm

 

Edited by djavo22
×
×
  • Create New...