Contribute
Register

Z790 Chipset & Raptor Lake

"I was reading over kext updates, and recall reading that some have been updated to support basic integrated graphics for my hardware."

That would be some kind of news....I think you may have misread. After 10th Gen CPUs with integrated graphics a no go.
 
Plugged in the GPU. Updated my BIOS to FE, the version that literally came out, today, pfft. (> <) Changed 'SetupVirtualMap' in pList to 'True', because I read on a few sources that Gigabyte boards still need it to boot. Changed 'SSDT-PLUG-DRTNIA' back to 'SSDT-PLUG-ALT'. Tinkered with plist content order. Even tried adding 'SSDT-AWAC', even though websites and guides say it's only for 300/400-series mobos.

Nada. Still not booting. The only change that I easily recognize, is the debug text now acknowledges my 'SMCRadeonGPU.kext', pfft. (> <)

Oof.

Latest debug, attached. I'll keep analyzing the code and tinkering with things, when I get back home, later. It's probably something silly, as these things usually are, heh~
 

Attachments

  • opencore-2023-07-28-052614.txt
    256 KB · Views: 22
Plugged in the GPU. Updated my BIOS to FE, the version that literally came out, today, pfft. (> <) Changed 'SetupVirtualMap' in pList to 'True', because I read on a few sources that Gigabyte boards still need it to boot. Changed 'SSDT-PLUG-DRTNIA' back to 'SSDT-PLUG-ALT'. Tinkered with plist content order. Even tried adding 'SSDT-AWAC', even though websites and guides say it's only for 300/400-series mobos.

Nada. Still not booting. The only change that I easily recognize, is the debug text now acknowledges my 'SMCRadeonGPU.kext', pfft. (> <)

Oof.

Latest debug, attached. I'll keep analyzing the code and tinkering with things, when I get back home, later. It's probably something silly, as these things usually are, heh~

The first few things that stand out to me, is....

07:080 00:030 OCCPU: Failed to get FSBFrequency data using Apple Platform Info - Not Found
• SSDT Error?


07:322 00:030 OCVAR: Locate emulated NVRAM protocol - Not Found
07:352 00:030 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor - Not Found
...
07:506 00:031 OCVAR: Setting NVRAM 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist - Not Found
• NVRAM Kext missing? I've already added and removed a few, a few times.

11:538 00:026 OC: OcLoadUefiSupport...
11:565 00:026 OCAU: OcAudioInstallProtocols (0, 0)
11:591 00:026 OCAU: 4B228577-6274-4A48-82AE-0713A1171987 protocol - Not Found
11:618 00:026 OCAU: C32332DF-FC56-4FE1-9358-BA0D529B24CD protocol - Not Found
11:645 00:026 OCAU: F4CB0B78-243B-11E7-A524-B8E8562CBAFA protocol - Not Found
11:672 00:026 OCAU: 3224B169-EC34-46D2-B779-E1B1687F525F protocol - Not Found
• ....BIOS settings issue? SSDT, Kext? This one looks tricky to pinpoint, assuming it's even an issue.


61:579 00:031 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
• ...??? SSDT?

Will continue inspecting, later~
 
The first few things that stand out to me, is....

07:080 00:030 OCCPU: Failed to get FSBFrequency data using Apple Platform Info - Not Found
• SSDT Error?


07:322 00:030 OCVAR: Locate emulated NVRAM protocol - Not Found
07:352 00:030 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor - Not Found
...
07:506 00:031 OCVAR: Setting NVRAM 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist - Not Found
• NVRAM Kext missing? I've already added and removed a few, a few times.

11:538 00:026 OC: OcLoadUefiSupport...
11:565 00:026 OCAU: OcAudioInstallProtocols (0, 0)
11:591 00:026 OCAU: 4B228577-6274-4A48-82AE-0713A1171987 protocol - Not Found
11:618 00:026 OCAU: C32332DF-FC56-4FE1-9358-BA0D529B24CD protocol - Not Found
11:645 00:026 OCAU: F4CB0B78-243B-11E7-A524-B8E8562CBAFA protocol - Not Found
11:672 00:026 OCAU: 3224B169-EC34-46D2-B779-E1B1687F525F protocol - Not Found
• ....BIOS settings issue? SSDT, Kext? This one looks tricky to pinpoint, assuming it's even an issue.


61:579 00:031 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
• ...??? SSDT?

Will continue inspecting, later~
You building on a Z790, you need to add those extra SSDT's
 
You building on a Z790, you need to add those extra SSDT's
Where did you get the Z790-specific SSDTs? I'll build my own, as soon as I can get an OS on my system, but for now, I don't mind using pre-made kits.
 
Where did you get the Z790-specific SSDTs? I'll build my own, as soon as I can get an OS on my system, but for now, I don't mind using pre-made kits.
Because my board is an Asus Z790 ProArt, I use the EFI from @CaseySJ at the below post and just updated my EFI to be a "No Acpi" Mod EFI so that I can boot windows from OpenCore as well.

 
Where did you get the Z790-specific SSDTs? I'll build my own, as soon as I can get an OS on my system, but for now, I don't mind using pre-made kits.
Maybe look at installing windows and using SSDTime and creating your board specific SSDT's.
 
i was try USB-X but i don't know how to check it.
Screenshot 2023-07-29 at 18.37.46.png


any clue for this?...
 
Back
Top