Jump to content
3 posts in this topic

Recommended Posts

Start Mac OS X, open terminal and type:

sudo -s (enter and type your password)

cd /Library/Preferences/SystemConfiguration/

nano com.apple.Boot.plist

 

Then where you see "timeout", delete "8". Now add:

<key>Quiet Boot</key>

<string>Yes</string>

 

At the end you should see this:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple$

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Boot Graphics</key>

<string>Yes</string>

<key>Timeout</key>

<string></string>

<key>Quiet Boot</key>

<string>Yes</string>

</dict>

</plist>

 

Now press ctrl+o, press enter and close terminal. Restart your PC et voilà! You will have your apple boot smile.gif

If you will have to acces to Darwin BootLoader, press F8 at boot. Bye

×
×
  • Create New...