View Single Post
 
Old 12-17-2008, 12:32 AM
kroviken kroviken is offline
Puma
 
Join Date: Jan 2008
Posts: 25
Question

Quote:
Originally Posted by lanceomni View Post
Axhi is correct. If your not manually typing -v on startup then its in your com.apple.Boot.plist.

Its located in: /Library/Preferences/SystemConfiguration/

The syntax goes something like this:
<key>Kernel Flags</key>
<string>-v -f maxmem=2048</string>


You just remove the -v and you will get the graphic startup. Id leave it be until you completely satisfied with your install as it does show useful information not only during startup but also on shutdown.

The other flags you see are just to show you the syntax. There is a single space between flags. If your not using any flags then it should look like this.
<key>Kernel Flags</key>
<string></string>


I generally copy com.apple.Boot.plist to the desktop. Make the changes then drag it back over. It will ask you to authenticate.
why my system just have these...?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>
<string>-v</string>
<key>Timeout</key>
<string>10</string>
</dict>
</plist>
Reply With Quote