Jump to content

How to disable all the verbose boot messages?


Elf
 Share

4 posts in this topic

Recommended Posts

What exactly do I have to do the stop those verbose boot messages to appear...

Please give me the steps... or point me to a link that can help...

 

Thanks! :)

 

Open up Terminal

 

1. Enter: sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

2. Enter password

3. Make sure the Quiet Boot key is set to "yes." If its not there, add it.

<key>Quiet Boot</key>
<string>Yes</string>

4. Delete "-v" from the Kernel Flags key if it's there.

5. Ctrl+O to save, Ctrl+X to exit

 

Hope that helps!

Link to comment
Share on other sites

 Share

×
×
  • Create New...