Contribute
Register

ASUS N56V - Hackintosh Yes or No?

Status
Not open for further replies.
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>
It looks like my BIOS has an available update. Would that help or is it getting stuck due to another reason?
 
It looks like my BIOS has an available update. Would that help or is it getting stuck due to another reason?
opencore mention to use the latest bios available
 
opencore mention to use the latest bios available
I just updated to the lastest bios and ensured the settings match the recommendations. Stuck at the same spot.

here is a video of the loading from start to where it is hung -
 
I just updated to the lastest bios and ensured the settings match the recommendations. Stuck at the same spot.

here is a video of the loading from start to where it is hung -
how long did you leave it for?
 
how long did you leave it for?
I went back thru and rebuilt the thumb drive, files, and config. I now get this screen, but can’t interact with it.
4C1ECF28-9E3C-41CA-9E36-EE66B9AEDCBE.jpeg
 
Last night when it hung at this point I left it for at least 2 hrs
ahh, that would have been long enough, also i see the verbose output is different than before, although you said it was the same as previous tries

previous ones showed a apfs module stop issue whereas your youtube video
I went back thru and rebuilt the thumb drive, files, and config. I now get this screen, but can’t interact with it.View attachment 495175
yay! well done!

press spacebar at those screens, it is trying to locate a bluetooth keyboard and mouse
 
ahh, that would have been long enough, also i see the verbose output is different than before, although you said it was the same as previous tries

previous ones showed a apfs module stop issue whereas your youtube video

yay! well done!

press spacebar at those screens, it is trying to locate a bluetooth keyboard and mouse
I’ve tried pressing the space bar but it doesn’t do anything. Just continues to rotate between the mouse and keyboard power on images. I tried other keys and moving on the trackpad too. I see the mouse pointer but it doesn’t move.

OC folder attached. Getting closer!!!
 

Attachments

  • OC.zip
    2.7 MB · Views: 49
I’ve tried pressing the space bar but it doesn’t do anything. Just continues to rotate between the mouse and keyboard power on images. I tried other keys and moving on the trackpad too. I see the mouse pointer but it doesn’t move.

OC folder attached. Getting closer!!!
strange why your keyboard doesn't work, try a usb keyboard to test

or try an older version of PS2Controller
 
Status
Not open for further replies.
Back
Top