Contribute
Register

[Success] - Asus ROG Strix Z490-E Gaming + i9 10900K + OpenCore

Yeah, I'm a nerd who reads motherboard manuals ... I purposely avoided SATA ports 5/6. ;)

PS: you can probably go back and set the Q-FAN stuff how you like. I was playing with settings because my fans tend to run slow after I wake from sleep.

PPS: Make sure my RAM timings / voltage match what you have in your system.
I remember the issue. I don't know how I ended up getting past it in windows.. and then it reminded me about it when I made all the changes. Your ram I think is 1.2V 3200mhz CL16. Mines 1.35v 3600mhz CL18 I guess it's worth changing some things lol but if anything I think it's good for now since it just seems capped. Do I need a real Mac adresse ? nvm lol I see that I do.. imma go grab that hahahh that answers my next question :)
 
I remember the issue. I don't know how I ended up getting past it in windows.. and then it reminded me about it when I made all the changes. Your ram I think is 1.2V 3200mhz CL16. Mines 1.35v 3600mhz CL18 I guess it's worth changing some things lol but if anything I think it's good for now since it just seems capped. Do I need a real Mac adresse ? nvm lol I see that I do.. imma go grab that hahahh that answers my next question :)

No, my RAM is also 1.35v ... but 3200 Mhz

1674247038544.png
 
If that was the reason then everyone who used @scope666 EFI would have kernel panic. The same version of VirtualSMC or similar versions are used by almost everyone who has a hack. I had the same board back when he started this thread and jump started my build using his uploads. I never had anything close to what you are experiencing, never had a crash. There's something very, very odd going on with your hardware IMHO.
Did you ever do the memory stress test?

I took out some of the device properties for the iGPU, doubt it will make much difference but you can try it.
Thanks for what you said. When you said this it clicked that it was deff stuff in my BIOS so I knew a preset of Scope666’s BIOS would fix it
Cheers
 
Hello, i'm trying to make a build very similar but can't come up to the install menu of mac os Monterey. Using @scope666 EFI OC 0.8.8 and bios settings (I just change infos for my memory)

I have exact same mother board and CPU, no (GPU I want to use IGPU), only 1 SSD SATA connected and 2*16Go Corsair Vengeance LPX 3200 a the moment. I made the usb installer from mac os following dortania guide.

I tried to change some things in the config.plist without success. Here is the log file if somethings tell someone.

First error seems to be there :

51:054 00:033 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
51:086 00:031 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
51:118 00:032 AAPL: #[EB|H:IS] 0
51:151 00:032 AAPL: #[EB|LOG:INIT] 2023-01-30T23:46:41
51:183 00:032 AAPL: #[EB|VERSION] <"bootbase.efi 540.120.3~22 (Official), built 2022-08-09T02:59:17-0700">
51:215 00:032 AAPL: #[EB|BUILD] <"BUILD-INFO[308]:{"DisplayName":"bootbase.efi","DisplayVersion":"540.120.3~22","RecordUuid":"F0E4536D-66BD-4683-8B36-C38D7CA34143","BuildTime":"2022-08-09T02:59:17-0700","ProjectName":"efiboot","ProductName":"bootbase.efi","SourceVersion":"540.120.3","BuildVersion":"22","BuildConfiguration":"Release","BuildType":"Official"}">
51:247 00:032 AAPL: #[EB.CFG.DEV|!] Err(0xE) <- RT.GV booter-strict-xmlparser 7C436110-AB2A-4BBB-A880-FE41995C9F82
51:279 00:032 AAPL: #[EB|CFG:DEV] r5 0x0 0x0
 

Attachments

  • opencore-2023-01-30-234549.txt
    256 KB · Views: 19
Hello, i'm trying to make a build very similar but can't come up to the install menu of mac os Monterey. Using @scope666 EFI OC 0.8.8 and bios settings (I just change infos for my memory)

I have exact same mother board and CPU, no (GPU I want to use IGPU), only 1 SSD SATA connected and 2*16Go Corsair Vengeance LPX 3200 a the moment. I made the usb installer from mac os following dortania guide.

I tried to change some things in the config.plist without success. Here is the log file if somethings tell someone.

First error seems to be there :

Sounds like issues with the bootloader..

I would create a new Bootloader using windows and maybe use ventura..
Also I highly recommend a new second SSD for mac. it's a lot easier
Also I pretty sure if I remember correctly that I had to format a partition and I had to format it in whatever format it is that Macs use..
How I did that I dont remember...

Hopefully something from here helps :)
 
Thanks for the tips, it's a brand new build (no windows). I tried a few things : format my SSD to macos format using another mac, made a Ventura usb installer, change a few things in config.plist
It can now boot to the macos installer screen if I use the front usb port but it freeze after few second. I'm trying to find any info on dortiania guides but I can't understand what's going on.

EDIT : I was able to complete the installation by setting my bios from optimized default + recommended settings and I had to disable secure boot between the first restart during the installation. Now it's time for post installation operations !
 
Last edited:
New month, new version ... you know the drill. ;)

OC1.png


BTW, I can control my fans now via the H115i using Liquidctl. I run this script when I boot up:

Code:
craig@iMac ~ % cat cool.sh
#!/bin/bash
liquidctl -m H115i initialize --pump-mode balanced
liquidctl -m H115i  set fan1 speed 20 20 40 70 50 100
liquidctl -m H115i  set fan2 speed 20 20 40 70 50 100
sleep 2
liquidctl -m H115i status

AIO COOLER:
1676558714065.png


CASE FANS:
1676559110411.png


EDIT: Added to first post.
 
Last edited:
New month, new version ... you know the drill. ;)

View attachment 563523

BTW, I can control my fans now via the H115i using Liquidctl. I run this script when I boot up:

Code:
craig@iMac ~ % cat cool.sh
#!/bin/bash
liquidctl -m H115i initialize --pump-mode balanced
liquidctl -m H115i  set fan1 speed 20 20 40 70 50 100
liquidctl -m H115i  set fan2 speed 20 20 40 70 50 100
sleep 2
liquidctl -m H115i status

AIO COOLER:
View attachment 563526

CASE FANS:
View attachment 563527

Hi!

As always: thank you for the effort!

Unfortunately the boot is really slow. I tried with a NVRAM Reset and to change the SMBIOS. At the first or second boot it's fine, but then not anymore. Do you know how to fix it?

EDIT: I changed the SMBIOS to 19,1 and it seems to work now. Is there something against using 19,1 instead of 20,2?
 
Last edited:
Hi!

As always: thank you for the effort!

Unfortunately the boot is really slow. I tried with a NVRAM Reset and to change the SMBIOS. At the first or second boot it's fine, but then not anymore. Do you know how to fix it?

EDIT: I changed the SMBIOS to 19,1 and it seems to work now. Is there something against using 19,1 instead of 20,2?

Hmmm, not sure on that one. 20,2 is supposed to be the closest for our CPU.

1676827359719.png
 
Back
Top