Crunch3D Posted October 10, 2020 Share Posted October 10, 2020 Hi guys, Im working myself trough this guide: https://github.com/daliansky/XiaoMi-Pro-Hackintosh Worked quite good so far. Mac OS is running. Internal Wifi is working and i patched the bios for better graphics and undervolting later. However i cant seem to get NVMEFix.kext running with OpenCore 0.6.3 I put the kext into the kext Folder and when i add it to my config.plist the Laptop kenel panics on the apple logo. So do i something wrong in the config or is it just broken ? Could someone who has that running post his plist ? I have a Samasung 970 Evo in the Laptop and i heard from multiple sources that card would need the fix for better performance. My plist: https://pastebin.com/7jg624tu What i add the get NVEM running (after all the other kext in der Kernel section): <dict> <key>Arch</key> <string>x86\_64</string> <key>BundlePath</key> <string>NVMeFix.kext</string> <key>Comment</key> <string>NVME\_Fix</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string></string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string>16.0.0</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> Thanks for the help! PS: I wanted to post this in the NVMEFix Section but the forum won't let me so hoping the devs there will see this :-) Thanks for your great help! Manuel Quote Link to comment https://www.insanelymac.com/forum/topic/345394-nvmefixkext-opencore-063-kenel-panic/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.