Contribute
Register

Add pmVersion=0 to boot kernel

Status
Not open for further replies.
Joined
Nov 25, 2011
Messages
17
Motherboard
Gigabyte X79-UD5
CPU
Intel Core i7 3930K (3200) Six Core
Graphics
Gigabyte Nvidia GeForce GTX660Ti
Hi all,

My system need me to type pmVersion=0 in order to boot. I need to know how to add pmVersion=0 to the bootkernel so I don't have to type it myself every time.

Thanks!
 
open /Extra/org.chameleon.Boot.plist with a text editor and under kernel flags, add it. if there's already stuff in there simply add it after an empty space:

Code:
<key>Kernel Flags</key>
<string>pmVersion=0</string>


or like this if there's already something in it:

Code:
<key>Kernel Flags</key>
<string>npci=0x2000 pmVersion=0</string>
 
Status
Not open for further replies.
Back
Top