Contribute
Register

com.apple.Boot.plist edit list?

Status
Not open for further replies.
Joined
Jun 11, 2011
Messages
50
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello everyone. I wanted to know before installing Lion need to change something in com.apple.Boot.plist?
now this is my
: <? xml version = "1.0" encoding = "UTF-8"?>
<! DOCTYPE plist PUBLIC "- / / Apple / / DTD PLIST 1.0 / / EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key> Kernel </ key>
<string> mach_kernel </ string>
<key> Kernel Flags </ key>
arch = x86_64 <string> pmVersion = 23 </ string>
<key> GraphicsEnabler </ key>
<string> Yes </ string>
<key> Timeout </ key>
<string> 1 </ string>
<key> Graphics Mode </ key>
<string> 1920x1080x32 </ string>
</ dict>
</ plist>
 
No! But i don't think that your boot.plist will work proper if it look like your example from above...it should look like that one...


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Graphics Mode</ key>
<string>1920x1080x32</ string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>PCIRootUID</key>
<string>1</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>Timeout</key>
<string>1</string>
</dict>
</plist>
 
Status
Not open for further replies.
Back
Top