
12-09-2008, 03:38 PM
|
 |
|
|
Join Date: Nov 2008
Location: Florida, US
Posts: 521
|
|
Verbose in your com.apple.Boot.plist.
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.
MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
|