LuisImpreza Posted June 20 Share Posted June 20 Hello, good morning everyone, first of all, I want to thank this wonderful community that has always helped me so much and I am sure that it will be able to help me in this situation. I am sorry if there are any words that are not understood, I am using a translator. I have the configuration that I have noted in the title of the post, the problem I currently have is that I cannot boot the Sonoma operating system... I have some screenshots of the problem and I attach the files that I have and have extracted in order to solve the problem. Before anything thanks to everyone. My hardware is: i7 11700K Z590 ROG STRIX Z590-F GAMING WIFI & AMD 6900 XT EFI Sonoma.zip GfxUtil.zip 2 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 20 Share Posted June 20 EFI.zip -Bios/UEFI in full default settings, just disable CSM and Secure Boot if need -Last Bios/UEFI Version -Delete old EFI folder and paste new. Don't use merge files -Don't use Drag and Drop into EFI partition. Use Copy/Paste instead -Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen 4 Link to comment Share on other sites More sharing options...
LuisImpreza Posted June 20 Author Share Posted June 20 23 minutes ago, MaLd0n said: EFI.zip -Bios/UEFI in full default settings, just disable CSM and Secure Boot if need -Last Bios/UEFI Version -Delete old EFI folder and paste new. Don't use merge files -Don't use Drag and Drop into EFI partition. Use Copy/Paste instead -Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen Thank you very much @MaLd0n boot perfectly 😊 Not working Driver Graphics, desktop in blank and not possible change image, and not possible resolution with 165Hz. Not working Wifi and Bluetooth. Working Audio. I hope the problem with the graphics card drivers can be solved. In a previous configuration (Monterey) I have an EFI that works with the graphics card, because I have: 1 Windows 11 Partition 1 Windows 10 Partition 1 Monterey Partition 1 Sonoma Partition If you need the Monterey EFI, ask me for anything I can help. Thank you very much 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 20 Share Posted June 20 Save one ioreg https://olarila.com/files/Utils/IORegistryExplorer.app.zip 3 Link to comment Share on other sites More sharing options...
LuisImpreza Posted June 20 Author Share Posted June 20 1 hour ago, MaLd0n said: Save one ioreg https://olarila.com/files/Utils/IORegistryExplorer.app.zip Upload file 😊 Thank you very very much!!! Lui’s iMac Pro.zip 1 Link to comment Share on other sites More sharing options...
miliuco Posted June 20 Share Posted June 20 (edited) @LuisImpreza Good night, Luis, just read your wasp and the thread. Good idea. @MaLd0n compared to me is like Ducati compared to Vespa (no offense 🙂). I am almost 100% sure that he can help you with the solution. To begin with, you already have an EFI that boots well and quickly, now you need to fix the graphic acceleration. @MaLd0n I tried to help this user a few weeks ago without success regarding the graphics. My last idea was to use SSDT-BRG0 adapted to his system and properties for the RX 6900 XT which is one of those models that requires spoof device-id, but has not worked well. For what it's worth, the last config.plist I made had this (plus SSDT-BRG0): Thank you! Edited June 20 by miliuco Fixed typo 3 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 20 Share Posted June 20 Here we go EFI Full.zip The best is avoid samsung nvme 2 hours ago, miliuco said: SSDT-BRG0 Do u created missing devices with this SSDT and inject device id via device properties? Device properties dont create missing devices and we need create these devices via ACPI to inject via device properties. 3 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 20 Share Posted June 20 If device is missing the best and clear solution is inject via ACPI Quote Device (\_SB.PC00.PEG1.PEGP.PBR0) { Name (_ADR, Zero) // _ADR: Address Device (PEGP) { Name (_ADR, Zero) // _ADR: Address } Device (HDAU) { Name (_ADR, One) // _ADR: Address } } Method (\_SB.PC00.PEG1.PEGP.PBR0.PEGP._DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((!Arg2 || !_OSI ("Darwin"))) { Return (Buffer () { 0x03 // . }) } Return (Package () { "device-id", Buffer () { 0xBF, 0x73, 0x00, 0x00 // .s.. }, "model", Buffer () { "AMD RX 6950 XT" } }) } If device is there the best is inject via device properties and we don't need rename _DSM 2 Link to comment Share on other sites More sharing options...
miliuco Posted June 21 Share Posted June 21 @LuisImpreza Note what @MaLd0n has done: spoofing device-id of the GPU into dsdt file (LuisImpreza.aml) instead of DeviceProperties of config.plist. So, SSDT-BRGO is not required. Look at the aml file, 345 line and below: Method (\_SB.PC00.PEG1.PEGP.PBR0.PEGP._DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((!Arg2 || !_OSI ("Darwin"))) { Return (Buffer (One) { 0x03 // . }) } Return (Package (0x04) { "device-id", Buffer (0x04) { 0xBF, 0x73, 0x00, 0x00 // .s.. }, "model", Buffer (0x0F) { "AMD RX 6950 XT" } }) } Now it's time to you to say that it's working fine 🙂 2 Link to comment Share on other sites More sharing options...
LuisImpreza Posted June 21 Author Share Posted June 21 12 hours ago, MaLd0n said: Here we go EFI Full.zip The best is avoid samsung nvme Do u created missing devices with this SSDT and inject device id via device properties? Device properties dont create missing devices and we need create these devices via ACPI to inject via device properties. Good afternoon, I am happier than ever, finally, I can enjoy Sonoma, in almost all aspects (the Wi-Fi driver and the Bluetooth are missing) but the most important thing, which was the graphic acceleration, is now working. You can't imagine how happy I am and that thanks to you and my partner Emilio for everything that has helped me all this time ago, I can continue enjoying MacOs to the fullest. I have another small question, in the Opencore menu, how can I remove the Olarila advertising and how can I put the icons larger? With all my heart... Thank you very much How do you see the results? 3 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 21 Share Posted June 21 EFI WIFI.BT 14.4+.zip 4 Link to comment Share on other sites More sharing options...
miliuco Posted June 21 Share Posted June 21 (edited) @LuisImpreza Olarila is the @MaLd0nwebsite, where he has all hackintosh related things. Since he has made your EFI, leaving the Olarila text in the picker can be a kind of gratitude. I'm glad to see your issue solved. Now it's time to enjoy the machine. Disfruta de Sonoma! EDIT: bigger icons, try UIScale=2 in UEFI - Output. Edited June 21 by miliuco 7 Link to comment Share on other sites More sharing options...
LuisImpreza Posted June 21 Author Share Posted June 21 4 hours ago, MaLd0n said: EFI WIFI.BT 14.4+.zip Thank you very very very veryyyyyyy much!!!! 🥰 Work all!!!!! Graphics, Wifi, Bluetooth.... Then many wonder why this community is the best in the world in reference to hackintosh... Because it has the best knowledge in all this... I will be eternally grateful to you. A giant hug @MaLd0n 5 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 21 Share Posted June 21 Just enjoy!!! 1 2 Link to comment Share on other sites More sharing options...
Anto65 Posted June 21 Share Posted June 21 6 hours ago, LuisImpreza said: Good afternoon, I am happier than ever, finally, I can enjoy Sonoma... Nice theme 4 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 21 Share Posted June 21 1 minute ago, Anto65 said: Nice theme 1 2 Link to comment Share on other sites More sharing options...
LuisImpreza Posted July 16 Author Share Posted July 16 On 6/21/2024 at 9:07 PM, MaLd0n said: Hello good morning friend! I'm back with bad news... The graphics card I had (AMD Asus Tuf Gaming 6900XT) has broken down and I've thought about buying the graphics card (AMD Asus Tuf Gaming 7900XTX) I would like to know if it has compatibility and I would like to heart, have good news to be able to buy the piece today. Is it compatible with Sonoma? I hope I receive good news today, despite the bad news of my graphics card failing. Thank you very much for everything Maldon Link to comment Share on other sites More sharing options...
BALDY_MAN Posted July 16 Share Posted July 16 41 minutes ago, LuisImpreza said: Hello good morning friend! I'm back with bad news... The graphics card I had (AMD Asus Tuf Gaming 6900XT) has broken down and I've thought about buying the graphics card (AMD Asus Tuf Gaming 7900XTX) I would like to know if it has compatibility and I would like to heart, have good news to be able to buy the piece today. Is it compatible with Sonoma? I hope I receive good news today, despite the bad news of my graphics card failing. Thank you very much for everything Maldon the 7900 GPU Is not supported by Mac OS. 6800 6800xt 6900 6900xt 6600 xt 2 Link to comment Share on other sites More sharing options...
miliuco Posted July 16 Share Posted July 16 @LuisImpreza Forget 7000 series for macOS. Nothing to do (now and most probably in the future). 2 Link to comment Share on other sites More sharing options...
Max.1974 Posted July 16 Share Posted July 16 @MaLd0n is the one of the best person with great heart to help our comunity that im know Always thank you!! The legend 1 Link to comment Share on other sites More sharing options...
Recommended Posts