
05-13-2008, 12:10 PM
|
 |
Jaguar
|
|
Join Date: Feb 2008
Posts: 32
|
|
Quote:
[cite] javcarbe:[/cite]
My other quesion, how i make to dont see the text is coming when is startup the mac, you can change kind of windows with the logo flying and the down bar running,
Thank you for your pacient, and sorry for my english.
JAviER
|
In terminal:
sudo cp /Library/Preferences/SystemConfiguration/com.apple.Boot.plist /Library/Preferences/SystemConfiguration/com.apple.Boot.plist.backup
sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
Remove '-v' flag and you will get your apple on boot.
P.S. There is a '-legacy flag' turned on, you can try removing it. I have removed it and didnt get any problem. Also you can edit the timer counter to lower value to speed up start up.
More here: http://wiki.osx86project.org/wiki/index.php/Tips_And_Tricks#Messing_with_the_boot_options
|