Jump to content
3741 posts in this topic

Recommended Posts

@deeveedee Excuse my pretension. I'm using the latest OpenCore and had already been using it to boot Sequoia and Ventura. I installed Tahoe and enabled FileVoult. I was left without access to other systems. I need to complete the initial login on Tahoe to disable FileVoult.

 

@Anto65 😉

config.plist

@Anto65 That would be the perfect addition to my hack diagnosis toolkit

Spoiler

tarot-reading-with-tarot-card-background-and-candlelight-on-the-table-for-astrology-occult-magic-spi-ing-fortune-teller-tarot-reader-free-photo-1452035794.thumb.JPG.e699fb98523ea32fe543a0c6175a750d.JPG

 

@MacWill Have you tried booting recovery and disabling FileVault (decrypting your Tahoe volume)?  I posted a solution (from ChatGPT) here that worked for me.

  • Like 2
  • Thanks 1
  • Haha 1

@MacWill ( we're joking of course )

 

If you also have Sequoia or something else installed you can decrypt it from there... much more convenient than from Recovery, tried remotely unlocking a friend's Tahoe drive , successfully

Edited by Anto65
  • Like 1
  • Thanks 1
Em 10/07/2025 às 07:43, Zuja4701 disse:

Olá@LockDown,

 

Obrigado pela sua resposta!

 

Aqui estão algumas informações sobre o Beelink Ser 5 com Intel Wi-Fi 6 AX200. O Wi-Fi funciona bem usando itlwm.kext combinado com o Heliport. Para Bluetooth, estou usando BluetoolFixup.kext, BrcmPatchRAM3.kext, IntelBluetoothFirmware.kext, IntelBluetoothInjector.kext e IntelBTPatcher.kext (todos eles funcionam bem no Sequoia 15.5).

 

You need use only this kexts that @Anto65 said 

 

 

 

image.thumb.png.fc6d8f8b34be5222e78a95cb7b3f44e4.png

1 hour ago, MacWill said:

Stuck here. What could be going on? 😔

Thanks

Imagem do WhatsApp de 2025-07-11 à(s) 11.18.13_9d2f9387.jpg

 

Are you have Thunderbolt ports? Need blocked to boot or some issue with Pcie devices 

  • Like 5
6 minutes ago, miliuco said:

You are all publishing so much information that it's hard for me to follow you 😂

:hysterical:  What can I say?  I'm addicted to InsanelyMac!  :)

 

I attempted to go cold turkey, but the withdrawal symptoms were unbearable. ;)

Edited by deeveedee
  • Haha 5

So far, I reset Launch Services Database with the command

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -v -apps u,s,l

but in Tahoe, the output is:

The -kill option has been removed because it was dangerous and no longer useful.

Does anyone know how to do this task in Tahoe?

  • Like 1
41 minutes ago, miliuco said:

@Mirone

 

I've tested version 3 of MyKextInstaller to get back the motherboard's ALC1220 audio.

Everything seems to have worked fine from the app.


With great appreciation for @laobamac_yyds 's work (not tried yet), MyKextInstaller seems like a simple method for accomplishing this task. At least on my system, it worked as expected.


Notes (nothing new, just commenting from my own experience):

  • The app doesn't run with Gatekeeper enabled; I disabled it with Sentinel.
  • SIP disabled: I have 03080000 but, following @deeveedee, 01000000 may be enough, which only allows untrusted kexts. (he was referring to VoodooHDA).
  • KDK (version 25A5279m) may have been previously installed, MyKextInstaller detects it correctly.
  • I downloaded AppleHDA.kext from this thread (you uploaded it), and my question is: if AppleHDA.kext isn't available, do I have to run commands to extract it from the KDK? Sorry if what I'm asking has already been answered (I'm sure it has) but I'm having trouble finding it. -> Silly question. I see it's available in /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions/AppleHDA.kext.

Thanks for your work.

 

EDIT: 

I have to test on my computer on the NEW: version 2 of the program on a USB-SSD adapter, once I've extracted the kext in question, applehda.kext, and applied it to the program. Since this reminds me of older systems, it makes me feel younger. I have to test if version 3 of the program plus the kext applies the applehda patch and I get sound. The question is, if everything fails, how do I get it back on? The other time, the system kept rebooting.

  • Like 1
1 hour ago, Anto65 said:

From AI 🙃

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain use

 

Output:

The -kill option has been removed because it was dangerous and no longer useful.

 

Edited by miliuco
Fix typo
  • Like 1

Hi.
know the Tahoe is in Beta, so there are bugs!
A curious fact: when the Tahoe wakes up, problems occur, apparently with the resolution.
This doesn't happen on the Sequoia I have in dual boot.
photo_2025-07-11_19-51-44.jpg.2f7290fdccf15cfb59b8494cb477db74.jpg
To get it back to normal, I need to restart or log out (and log back in again to get it back to normal).
photo_2025-07-11_19-51-54.jpg.c9b7d1ef0ec8e5cc633f6e0dee97aef0.jpg
Does this happen to anyone else?

EDIT: The same goes for application windows.

Edited by webipsum
5 hours ago, miliuco said:

So far, I reset Launch Services Database with the command

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -v -apps u,s,l

but in Tahoe, the output is:

The -kill option has been removed because it was dangerous and no longer useful.

Does anyone know how to do this task in Tahoe?

 

available command 

 

arya@Aryas-Mac-Pro ~ % /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister --help
lsregister: [OPTIONS] [ <path>... ]
                      [ -apps <domain>[,domain]... ]
                      [ -libs <domain>[,domain]... ]
                      [ -all  <domain>[,domain]... ]

Paths are searched for applications to register with the Launch Service database.
Valid domains are "system", "local", "network" and "user". Domains can also
be specified using only the first letter.

  -delete       Delete the Launch Services database file. You must then reboot!
  -seed         If database isn't seeded, scan default locations for applications and libraries to register
  -lint         Print information about plist errors while registering bundles
  -lazy n       Sleep for n seconds before registering/scanning
  -r            Recursive directory scan, do not recurse into packages or invisible directories
  -R            Recursive directory scan, descending into packages and invisible directories
  -f            force-update registration even if mod date is unchanged
  -u            unregister instead of register
  -v            Display progress information
  -gc           Garbage collect old data and compact the database
  -dump [table] Display full database contents after registration ( and if a given <path> is a .csstore file, that file will be dumped instead of registered )
  -h            Display this help

 

  • Like 2
8 hours ago, webipsum said:

Hi.
know the Tahoe is in Beta, so there are bugs!
A curious fact: when the Tahoe wakes up, problems occur, apparently with the resolution.
This doesn't happen on the Sequoia I have in dual boot.
photo_2025-07-11_19-51-44.jpg.2f7290fdccf15cfb59b8494cb477db74.jpg
To get it back to normal, I need to restart or log out (and log back in again to get it back to normal).
photo_2025-07-11_19-51-54.jpg.c9b7d1ef0ec8e5cc633f6e0dee97aef0.jpg
Does this happen to anyone else?

EDIT: The same goes for application windows.

It happens to me, after wake-up  drop-down menus does not work properly, when I try to select an item from drop-down cursor does not highlight the selected one etc. As you said, a logout/login is usually solves it. 

  • Like 1
4 minutes ago, dogansan said:

好的,这令人欣慰,但是当我使用 OCLP Mod 时,TP-Link Archer T2UB Nano 的蓝牙功能无法使用。您可能知道,它是一个 WIFI/蓝牙二合一适配器。您有什么建议可以让 WIFI 和蓝牙同时工作吗?

In theory, macOS will load universal firmware for third-party USB Bluetooth by simply using BlueToolFixup.kext

Edited by laobamac_yyds
  • Like 1

Done~~

Screenshot2025-07-10at2_29_20AM.thumb.png.a14c4b916c9b11c8c50684360b37ce47.png

 

Screenshot2025-07-10at2_28_24AM.thumb.png.66bd5a482448399a473913d5db372355.png

Edited by HurricaneX
  • Confused 1
25 minutes ago, naiclub said:

I booted into sequoia and entered -S -X and successfully booted into tahoe and installed AppleHDA.kext by pulling it from KernelDebugKit and installing it using MyKextInstaller. After that, I removed -S -X and tried rebooting again, but there was still no sound. PS. I installed it wrong. I pulled it from EFI AppleHDA.kext.

  Hide contents

2568-07-1216_32_25.thumb.png.b32fe209e7fe2c67202124ee28bcb41e.png

 

Dont make it complicated.

Revert to sealed snapshot. Restart. Run mykextinstallerV3. Done

No need to install AppleHDA yourself

4 minutes ago, miliuco said:

@laobamac_yyds

Thank you for telling me what is PSPKG. 

PSPKG has yet to be updated

Edited by LockDown
  • Like 4
10 hours ago, arya said:
-delete       Delete the Launch Services database file. You must then reboot!


My goal was to eliminate duplicate Open with... entries.
I used -delete and it worked.
Thanks, Young @miliuco and @arya

 

1 hour ago, dogansan said:

OK, that is comforting, but when I apply OCLP Mod, I can not work Bluetooth function of TP-Link Archer T2UB Nano. As you may know, it is a WIFI/BT combo adapter.  Do you have any recommendation to have both WIFI and BT work together ?

 

@dogansan
I have a dual boot with a Sequoia and this doesn't happen.
Considering this is the Tahoe Beta 3, I'll wait for the final release.
Thanks for your reply.

.

Edited by webipsum
Context.
  • Like 1
Guest
This topic is now closed to further replies.
×
×
  • Create New...