Derty Posted July 25, 2025 Share Posted July 25, 2025 (edited) GA-Z690 aorus elite, Radeon™ RX 6600 XT Archivo.zip Edited July 25, 2025 by Derty 2 1 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837878 Share on other sites More sharing options...
Anto65 Posted July 25, 2025 Share Posted July 25, 2025 2 hours ago, Matgen84 said: You're right @deeveedee Since few years, I use SSDT for USB Ports. Because USBMap.kext has model key depending of SMBIOS. For example, at the end of Info.plist <key>model</key> <string>iMac19,1</string> Easy convert old kext , es. USBPorts.kext , with USBMapInjectorEdit.command ( USBMap corpnewt ) U Update keys for macOS Tahoe S Simbios Targets Spoiler 3 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837879 Share on other sites More sharing options...
deeveedee Posted July 25, 2025 Share Posted July 25, 2025 (edited) @Anto65 Nice use of spoilers! EDIT: I think Matgen84 is saying that he prefers to use USB SSDT instead of the mapping kext. I see others have this same preference. I think it's just a personal choice. Edited July 25, 2025 by deeveedee 1 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837880 Share on other sites More sharing options...
LockDown Posted July 25, 2025 Share Posted July 25, 2025 (edited) still usiing SSDT-UIAC-xxx.aml. Prefered since Mojave Edited July 25, 2025 by LockDown 4 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837881 Share on other sites More sharing options...
deeveedee Posted July 25, 2025 Share Posted July 25, 2025 4 minutes ago, LockDown said: still usiing SSDT-UIAC-xxx.aml. Prefered since Mojave Long live Rehabman. 5 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837883 Share on other sites More sharing options...
Anto65 Posted July 25, 2025 Share Posted July 25, 2025 (edited) 19 minutes ago, deeveedee said: @Anto65 Nice use of spoilers! EDIT: I think Matgen84 is saying that he prefers to use USB SSDT instead of the mapping kext. I see others have this same preference. I think it's just a personal choice. Yes, I've always had SSDT (from my ACPI ), I think, more native and always evergreen. I've recently experimented with USBKexts, just to try it out. In any case, if any have an old Kexts and want to make it compatible with Tahoe or change the Smbios, I think the method above is the easiest way to do it. 😉 Edited July 25, 2025 by Anto65 3 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837884 Share on other sites More sharing options...
deeveedee Posted July 25, 2025 Share Posted July 25, 2025 @Anto65 This is OT, but you might want to tell Apple what is and is not "more native." macOS Tahoe still includes /System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBHostPlatformProperties.kext to map USB ports AppleUSBHostPlatformProperties.kext Spoiler The "more Vanilla" and "more Native" arguments seldom make sense to me. I love the fact that creativity has spawned so may different working solutions. 1 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837886 Share on other sites More sharing options...
LockDown Posted July 25, 2025 Share Posted July 25, 2025 4 minutes ago, deeveedee said: /System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBHostPlatformPrope I have yet to go that deep in IOUSBHostFamily.kext. Just curious, does it have the 2 new keys "usb-port-number, usb-port"? I don't have access to any of my comp atm Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837887 Share on other sites More sharing options...
deeveedee Posted July 25, 2025 Share Posted July 25, 2025 @LockDown We're going to need a new thread for a USB mapping debate Keep in mind that AppleUSBHostPlatformProperties.kext is for real Macs, so it only needs to re-map what isn't already specified in the real Mac's ACPI. Here's a macOS port map for iMac20,1: 3 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837888 Share on other sites More sharing options...
Anto65 Posted July 25, 2025 Share Posted July 25, 2025 26 minutes ago, deeveedee said: @Anto65 This is OT, but you might want to tell Apple what is and is not "more native." macOS Tahoe still includes /System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBHostPlatformProperties.kext to map USB ports AppleUSBHostPlatformProperties.kext Reveal hidden contents The "more Vanilla" and "more Native" arguments seldom make sense to me. I love the fact that creativity has spawned so may different working solutions. I usually put the ? on "more native" ... I put it now, I hadn't done it before 2 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837889 Share on other sites More sharing options...
deeveedee Posted July 25, 2025 Share Posted July 25, 2025 2 minutes ago, Anto65 said: I usually put the ? on "more native" ... I put it now, I hadn't done it before It's a good practice. Hopefully we're all learning something new every day. 2 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837890 Share on other sites More sharing options...
BALDY_MAN Posted July 25, 2025 Share Posted July 25, 2025 @deevveedee. would you be so kind as to look at my config.plist the reason I'm asking is that I have expermented with injecting the details from the info plist of my USB map kext. to device propriety's of my efi config.plist it works in that. I now don't need to use the usbmap kext. but I now don't see the usb ports in Hackintosh tools but can see them in the system report I mite not have a path right . don't know Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837893 Share on other sites More sharing options...
STLVNUB Posted July 25, 2025 Share Posted July 25, 2025 9 hours ago, robi62 said: config.plist 61.61 kB · 2 downloads What is the disk speed tester called 1 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837894 Share on other sites More sharing options...
miliuco Posted July 25, 2025 Share Posted July 25, 2025 @webipsum Tried again Migration Assistant on Tahoe with success. Clear install over a blank disk Get data from another Mac at the end of installation Migrations starts Migration ends Reboot window say Migration Assistant has ended data of the other disk is now in the new disk. I'm not doing anything different than I've always done; it works just like that. I don't know why it's failing on your system. Spoiler 5 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837895 Share on other sites More sharing options...
webipsum Posted July 25, 2025 Share Posted July 25, 2025 (edited) 39 minutes ago, miliuco said: Get data from another Mac at the end of installation Please: What do you call the end of the installation? Right after choosing the language and before creating an account, or after everything is ready with the account created and after logging in? Welcome screen, etc. Thank you for your attention. Note: I'm using a local account and not an AppleID, but I don't think that changes anything. Edited July 25, 2025 by webipsum Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837898 Share on other sites More sharing options...
surenmunoo Posted July 25, 2025 Share Posted July 25, 2025 8 hours ago, deeveedee said: I'm not seeing any problems with USB mapping after the Tahoe Beta 3 -> Beta 4 upgrade. My USBPorts.kext is the original USBPorts.kext generated by Hackintool (used since macOS Catalina) with only the addition of usb-port-type and usb-port-number. The map has only 15 USB ports. How many ports are in your USB port map? I have more then 15 enabled and used the same USBMap.kext from Beta 1 with no issues until now. 42 minutes ago, miliuco said: @webipsum Tried again Migration Assistant on Tahoe with success. Clear install over a blank disk Get data from another Mac at the end of installation Migrations starts Migration ends Reboot window say Migration Assistant has ended data of the other disk is now in the new disk. I'm not doing anything different than I've always done; it works just like that. I don't know why it's failing on your system. Hide contents I tried a clean install yesterday and used Migration assistant as well form another disk installed and it completes but I get maybe 3 reboots before I get tired and quit it. How many times does yours reboot? 2 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837899 Share on other sites More sharing options...
STLVNUB Posted July 25, 2025 Share Posted July 25, 2025 I'm giving up on this, Sequoia will do me till i get my top of the line m4 iMac 2 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837900 Share on other sites More sharing options...
webipsum Posted July 25, 2025 Share Posted July 25, 2025 (edited) 16 minutes ago, surenmunoo said: I tried a clean install yesterday and used Migration assistant as well form another disk installed and it completes but I get maybe 3 reboots before I get tired and quit it. How many times does yours reboot? In my case I would say it restarts infinitely because I had to interrupt (after 8x) it with cmd+Q and nothing was migrated. Edited July 25, 2025 by webipsum Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837901 Share on other sites More sharing options...
surenmunoo Posted July 25, 2025 Share Posted July 25, 2025 4 minutes ago, webipsum said: In my case I would say it restarts infinitely because I had to interrupt (after 8x) it with cmd+Q and nothing was migrated. Same, after 3 reboots I quit and nothing had moved to new disk. I used it for beta 1 and 2 and it worked properly then so not sure if something changed for certain desktops 1 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837902 Share on other sites More sharing options...
webipsum Posted July 25, 2025 Share Posted July 25, 2025 On 7/23/2025 at 11:14 PM, sam298 said: Yes, it is annoying. Especially mail app menu changing dark and light mode as I scroll. Maybe a beta 4 bug? @sam298 I will wait for the final version, but if you install the Public Beta version, even though it is the same build (25A5316i), please let me know if the problem goes away. Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837903 Share on other sites More sharing options...
robi62 Posted July 25, 2025 Share Posted July 25, 2025 1 hour ago, STLVNUB said: What is the disk speed tester called Hi its a program called sensei Here is the link https://cindori.com/sensei 3 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837904 Share on other sites More sharing options...
webipsum Posted July 25, 2025 Share Posted July 25, 2025 4 minutes ago, surenmunoo said: Same, after 3 reboots I quit and nothing had moved to new disk. I used it for beta 1 and 2 and it worked properly then so not sure if something changed for certain desktops I tried that in Beta 3 as well, but it didn't work. In Beta 4, I tried Migration Assistant with the sources: Time Machine and Another Tahoe Installation, but it didn't work, as I explained earlier. OMG! Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837905 Share on other sites More sharing options...
miliuco Posted July 25, 2025 Share Posted July 25, 2025 39 minutes ago, surenmunoo said: I tried a clean install yesterday and used Migration assistant as well form another disk installed and it completes but I get maybe 3 reboots before I get tired and quit it. How many times does yours reboot? Only one, as expected. 4 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837906 Share on other sites More sharing options...
maly70 Posted July 25, 2025 Share Posted July 25, 2025 hi mates, with Tahoe Aquantia 10G ethernet is not working, is there any changes to CaseyJ Aquantia patch! Miliuco, can you provide me pls with Download Full Installer Tahoe version.. thanks a lot mate 2 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837907 Share on other sites More sharing options...
robi62 Posted July 25, 2025 Share Posted July 25, 2025 12 minutes ago, maly70 said: hi mates, with Tahoe Aquantia 10G ethernet is not working, is there any changes to CaseyJ Aquantia patch! Miliuco, can you provide me pls with Download Full Installer Tahoe version.. thanks a lot mate hi mate here is the link to download the public beta https://swcdn.apple.com/content/downloads/05/26/082-89906-A_7DP8EBEVZJ/g3p7sya93v36h1ri0h940xxuxutt23igcw/InstallAssistant.pkg 2 1 Link to comment https://www.insanelymac.com/forum/topic/361162-pre-release-macos-tahoe/page/114/#findComment-2837908 Share on other sites More sharing options...
Recommended Posts