donjave Posted September 7, 2022 Share Posted September 7, 2022 (edited) Hello all I'm trying to install Monterey on my dell OptiPlex 5070 sff; specs: i7-9700k 16GB ram intel UHD 630 graphics ALC255 audio I followed the Dortania guide and did a efi, the installer Is stuck at IOG flags 0x3 (0x51) I have attached my efi folder as a zip kindly help me, I am not too good with this coding type of stuff EFI.zip UPDATE: This happens in most coffee lake 9th gen refresh processors with intel UHD 630 Graphics you have to do a set the 3rd port as HDMI otherwise it won't work use this guide here https://github.com/perez987/Intel-UHD-Graphics-630-on-macOS Edited September 12, 2022 by donjave Solved Link to comment Share on other sites More sharing options...
Administrators Hervé Posted September 7, 2022 Administrators Share Posted September 7, 2022 Hi, being stuck at the stage you mentioned usually means that graphics are not initialising. Not surprising given that you do not inject any properties against your iGPU, something that's required: This because you simply placed the iGPU properties injection at the wrong place in your OpenCore config file: Once you correct this by properly placing your properties under the iGPU device, i.e. under PciRoot(0x0)/Pci(0x2,0x0) just like the layout-id injection under HDEF (audio) device at PciRoot(0x0)/Pci(0x1b,0x0), your system should be able to initialise graphics and complete its boot process. NB: 1st screenshot shows your config opened in OCC (OpenCore Configurator) app, 2nd one shows your config opened in ProperTree app. Link to comment Share on other sites More sharing options...
donjave Posted September 7, 2022 Author Share Posted September 7, 2022 I have corrected it and still I get the same error, i use the built-in graphics and I do use a HDMI to vga adaptor for my monitor, I have a projector which I can use to test Link to comment Share on other sites More sharing options...
Administrators Hervé Posted September 7, 2022 Administrators Share Posted September 7, 2022 Make sure you perform a Reset NVRAM operation from the OC Picker after you modify your OC config; it's necessary to take the changes into account. Link to comment Share on other sites More sharing options...
donjave Posted September 7, 2022 Author Share Posted September 7, 2022 I have performed a nvram reset it now gives me another error applekeystore:7546:127:unexpec, I've searched the internet and can't find anything on this, I dont know if this is doable this is my current efi can you help me fix it? I have no idea what im doing, followed the guide but im not expert EFI.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted September 8, 2022 Moderators Share Posted September 8, 2022 VGA might not be supported. Try direct HDMI to HDMI or DP to DP or HDMI to DP Link to comment Share on other sites More sharing options...
donjave Posted September 8, 2022 Author Share Posted September 8, 2022 The only monitor I have is vga,so I use a HDMI to vga adaptor I will have to take this to a friends home and try it there, is there anything else in that config that might stop it from working Link to comment Share on other sites More sharing options...
Administrators Hervé Posted September 8, 2022 Administrators Share Posted September 8, 2022 @donjave You made a significant mistake in your revised config when attempting to inject iGPU properties under iGPU device at PciRoot(0x0/Pci(0x2,0x0): You replaced: AAPL,ig-platform-id by: AAPL,slot-name Oups! Former (expressed as an hexadecimal, i.e. DATA value) refers to the desired target graphics framebuffer and is essential -not to say mandatory- in most cases, latter (expressed as a text, i.e. STRING value) is more of a cosmetic parameter to specify the PCIe slot and is entirely optional. You need to fix this little mistake. You should be Ok with an HDMI to VGA adapter as long as it's an active one; HDMI being digital and VGA analog, you require signal conversion. But I guess it's Ok if you're already obtaining your verbose output on screen. Link to comment Share on other sites More sharing options...
donjave Posted September 11, 2022 Author Share Posted September 11, 2022 Hello, this is my latest error log and my updated efi, I don't know what's wrong perhaps if someone can fix it for me it would be great, EFI.zip Link to comment Share on other sites More sharing options...
Administrators Hervé Posted September 11, 2022 Administrators Share Posted September 11, 2022 You need to better follow the Dortania guidance for Coffee Lake desktops which you appear to have diverted from. For instance: in the ACPI section, you're not using the recommended SSDT-EC-USBX but a SSDT-USBX table without any specific code for EC. in the Kernel section, I see that, instead of AppleXcpmCfgLock, you've enabled the AppleCpuPmCfgLock quirk, something meant for CPU power Management on Sandy Bridge & Ivy Bridge only; it's totally inapplicable to your Coffee Lake platform though it'll do no harm of course. But you may need the other quirk to avoid a kernel panic... in the Misc->Entries section, I noticed a "CustomOS" entry. There are probably several other things to double check. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now