I'm a complete novice when it comes to entering code. Could you possibly upload this in the exact way it's supposed to be entered into the Terminal because I keep trying to enter it but mostly all I ever get is "No such file or directory found" or something like that.
Sorry for the late reply. The commands included above in this post, are the exact commands to type into the terminal, assuming your startup disk is the default name, "Macintosh HD". If you've renamed your startup disk, you will need to replace the startup disk name in step 4:
Code:
cd /Volumes/Macintosh\ HD/System/Library/Extensions
E.g., if you've renamed your startup disk, "Mac SSD", then step 4 would be:
Code:
cd /Volumes/Mac\ SSD/System/Library/Extensions
(The backslash ("\") is needed before the space character in the name of the disk.)
For macOS Catalina, assuming your MacBook uses the default startup disk name from Apple ("Macintosh HD"), the following are the complete commands to type at the Terminal prompt once launched from Recovery Mode:
Code:
cd /Volumes/Macintosh\ HD/System/Library/Extensions
mv AppleThunderboltNHI.kext AppleThunderboltNHI.kext.BAK
mv AppleThunderboltPCIAdapters.kext AppleThunderboltPCIAdapters.kext.BAK
mv AppleThunderboltDPAdapters.kext AppleThunderboltDPAdapters.kext.BAK
mv AppleThunderboltEDMService.kext AppleThunderboltEDMService.kext.BAK
mv AppleThunderboltIP.kext AppleThunderboltIP.kext.BAK
mv AppleThunderboltUTDM.kext AppleThunderboltUTDM.kext.BAK
Last edited: