deeveedee Posted September 20, 2025 Share Posted September 20, 2025 56 minutes ago, Thebes Knossos said: OLCP is mainly for real olds Macs, OLCP-MOD for Hackintoshs. I have always used OCLP (Original) to apply post-install patches to hackintoshes. I'm learning something new every day. Thank you. 1 Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2840993 Share on other sites More sharing options...
Thebes Knossos Posted September 22, 2025 Author Share Posted September 22, 2025 (edited) I've made backup of updated/ patched Ventura. After some work on USB (this laptop has USB2 and USB3 internel hubs) I had to work on this for Sonoma installer. Renaming EHC1 to EH01 and addind matching amlf file, Sonoma installer starts with MacBookPro 15.1 Completly installed now, exactly sames post install patch with OLC-mod. Like Ventura, all is working except Bluetooth, chip is identified but it needs Firmware ath3 to start, force loading hangs, i will see this problem next times. I'm playing now with Sequoia Installer. Edit: put it on a HDD, it works Edit2 : Sequoia installed, Olcp-Mod need Ethernet for Metallib install. All is working like Sonoma. Next step Tahoe. Edit3 : Changing SMBIOS to MacBookPro16,1 . Tahoe installer start, in progress Edited September 23, 2025 by Thebes Knossos Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2841137 Share on other sites More sharing options...
Thebes Knossos Posted September 24, 2025 Author Share Posted September 24, 2025 Tahoe installed on this old Acer E5-571 from 2015. But OLCP-Mod il not ready. No audio due to lack of AppleHda, and patches for wifi and Haswell GPU are not ready: Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2841239 Share on other sites More sharing options...
Thebes Knossos Posted October 2, 2025 Author Share Posted October 2, 2025 (edited) Back to the thread. The message comes from AppleAHCIPort::AbortCommands / IOAHCISerialATAPI packed in /system/library/kernelcollections/BootKernelExtensions.kc . Yes this Acer have an ATAPI interface, sure Apple's Mackbooks haven't such a DVD device since years. The messages form post 1 are only informative. Edited October 23, 2025 by Thebes Knossos Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2841629 Share on other sites More sharing options...
Thebes Knossos Posted October 23, 2025 Author Share Posted October 23, 2025 (edited) Finally solved this spamming message found everywhere (dmesg, screen logs etc) They are here since Ventura 13.3 . The best patch I've made is to put a null string instead message for the iolog call. Easy with Kernel patch, thanks to Opencore : <dict> <key>Arch</key> <string>Any</string> <key>Base</key> <string></string> <key>Comment</key> <string>Disable iolog '[AHCI][PRT][%08X] %s::%d:Port %d - called'</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <true/> <key>Find</key> <data>W0FIQ0ldW1BSVF1bJTA4WF0gJXM6OiVkOlBvcnQgJWQgLSBjYQ==</data> <key>Identifier</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>Replace</key> <data>AEFIQ0ldW1BSVF1bJTA4WF0gJXM6OiVkOlBvcnQgJWQgLSBjYQ==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> </dict> Tested on Ventura 13.3+ and Sonoma. I think is ok too for Sequoia and Tahoe. Edited October 23, 2025 by Thebes Knossos 2 Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2842694 Share on other sites More sharing options...
ZHIDR MI Posted January 27 Share Posted January 27 Hello, I'm encountering the same problem as you. Could you please tell me how you disabled the DVD drive in the kernel patch? Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2846862 Share on other sites More sharing options...
Asural Posted January 27 Share Posted January 27 Is there any problem with "Remove Internal CD/DVD"? Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2846863 Share on other sites More sharing options...
ZHIDR MI Posted January 27 Share Posted January 27 25分钟前,Asural说道: “移除内置 CD/DVD”功能是否存在任何问题? 是的,BIOS 中没有禁用 DVD 的选项;唯一的解决方法是通过上面提到的内核补丁。 1 Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2846864 Share on other sites More sharing options...
ZHIDR MI Posted January 27 Share Posted January 27 32 minutes ago, Asural said: Is there any problem with "Remove Internal CD/DVD"? Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2846865 Share on other sites More sharing options...
Asural Posted January 27 Share Posted January 27 1 hour ago, ZHIDR MI said: Sorry, I don't know about laptops. The CD/DVD is connected to PORT0! Link to comment https://www.insanelymac.com/forum/topic/361676-solved-how-to-disable-sata-dvd-atapi-device-spamming-messages-ventura-133/page/2/#findComment-2846867 Share on other sites More sharing options...
Recommended Posts