Contribute
Register

Adding Boot Flags to org.chameleon.Boot.plist?

Status
Not open for further replies.
Joined
Feb 15, 2014
Messages
10
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hey
At the moment I always have to type (on the boot screen):
Code:
nvda_drv=1 kext-dev-mode=1
If I don't, then my whole system stuffs up because of the nVidia Webdriver.
So how can I add those boot flags into the boot plist? because it says I'm not allowed to edit, then it makes me a copy and in the chameleon wizard, there's no tick box for those flags? I've also got no idea of how to type in that code language/documentation.
Thanks a lot :)

My Build:
GTX 980 MSI
i7 4770k
Gigabyte z87X-OC
HyperX Black Ram
and a couple of hard drives
 
Copy org.chameleon.Boot.plist to your desktop, edit there and place back in 'Extra' Folder. Choose replace when prompted.

Look for the 'Kernel Flags section, and add boot flags there, like this:


Code:
<key>Kernel Flags</key>
    <string>kext-dev-mode=1 nvda_drv=1</string>
 
Status
Not open for further replies.
Back
Top