Ryzen 9000

Ejh4286

Member
AMD OS X Member
Oct 30, 2021
86
1
17
8
CPU:
Ryzen5950
I installed a Ryzen 9700 into a Asus Strix B650E-
F (latest BIOS) that was successfully booting Sequoia Beta 4. Using latest kexts, patches, etc. I was not really expecting it to boot on the first try and I was right. See screen shot attached. Has anyone else tried to Hackintosh a Ryzen 9000 series yet?
 

Attachments

I've added some debug statements here. Please enable logging to file Target = 67 and upload the file please.
 

Attachments

Latest bios as of yesterday.

It's a 9950x that fails. When I swap back to the 7950x cpu, it boots perfectly fine.
I have a 7950x and an Hero, I know it works
and i am following your tries for 9950x
For this i have asked for a debug log to see inside :)
 
  • Haha
Reactions: etorix
Ok please test this new revision and provide same log regardless of result,
 

Attachments

Did it boot? I don't see the error anymore? FSBFrequency was 0, causing the DivU64x64Remainder error.

I've set OC to apply a FSB of 100 if it detects 0

C++:
      if (CpuInfo->FSBFrequency == 0) {
          DEBUG ((DEBUG_ERROR, "OCAK: FSBFrequency is 0, setting default value to 100MHz\n"));
          busFreqValue    = 100000000ULL; // 100MHz in Hz
      } else {
          busFreqValue    = CpuInfo->FSBFrequency;
      }

This can be seen in the log.
 
Did it boot? I don't see the error anymore? FSBFrequency was 0, causing the DivU64x64Remainder error.

I've set OC to apply a FSB of 100 if it detects 0

C++:
      if (CpuInfo->FSBFrequency == 0) {
          DEBUG ((DEBUG_ERROR, "OCAK: FSBFrequency is 0, setting default value to 100MHz\n"));
          busFreqValue    = 100000000ULL; // 100MHz in Hz
      } else {
          busFreqValue    = CpuInfo->FSBFrequency;
      }

This can be seen in the log.
Nope, no boot.
Last text line is the one setting bus=100
 
@ssuper2k system hangs always in the same place without division by zero message or do you see additional debug verbose lines?
 
This has more debugging added to try identify where it's hanging...
 

Attachments

@ssuper2k Test this please. You can disable SysReport now too.. Will speed up your boot a bit.
 

Attachments

  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.