Contribute
Register
Status
Not open for further replies.
Thank you very much @Jithin.C.V

I can already enter the operating system, the whole system works perfect.


Only I have a problem, to start the operating system must write the flags:
"dart=0 nvda_drv=1 -no-zp -f -v"


If I do not write flags the Apple logo frozen


It is possible to solve this problem?
 
Thank you very much @Jithin.C.V

I can already enter the operating system, the whole system works perfect.

Only I have a problem, to start the operating system must write the flags:
"dart=0 nvda_drv=1 -no-zp -f -v"

If I do not write flags the Apple logo frozen

It is possible to solve this problem?

On your org.chameleon.boot.plist file (Will be present in /Extra folder of your OS X installed partition) with a text editor. Then make the changes as below,

<key>Kernel Flags</key>
<string>kext-dev-mode=1 nvda_drv=1 -no-zp</string>

<key>UseKernelCache</key>
<string>No</string>

Save the file and Reboot OS X.

Enter to BIOS, Disable VT-d. Save the changes. Reboot and check the OS X booting without entering any flags.
 
Thanks @Jithin.C.V , I can now enter the operating system, everything works perfect but I have no sound.


It is possible to solve the sound problem?
1.jpg2.jpg3.jpg
 
Status
Not open for further replies.
Back
Top