- Joined
- Nov 9, 2020
- Messages
- 29
- Motherboard
- ASUS N56V
- CPU
- i7-3610QM
- Graphics
- HD 4000 & GT 630M
- Mobile Phone
-
It looks like my BIOS has an available update. Would that help or is it getting stuck due to another reason?yes, in your config.plist, just disable the kext that way:
from:
Code:<dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>NVMeFix.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/NVMeFix</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict>
to:
Code:<dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>NVMeFix.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <false/> <key>ExecutablePath</key> <string>Contents/MacOS/NVMeFix</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict>