Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

charlestrippy

macrumors 6502
Original poster
May 29, 2006
386
0
Tampa, Florida
So, I sent my macbook pro into apple to have the logic board and other things replaced(i had rev.a) - anyway, everything is working amazing now except for one weird thing...

when I turn on my mac rather than having that little square box with the apple logo and the time/progress bar while loading osx - it has a black screen and it just displays abunch of prompts (like old DOS) and boots into OSX this way...

my question - is there a way to turn it so it goes to the original way macs boot? the black screen and all the writing is a little ugly.

i've tried reformating with no avail - i think it may be just a setting on the system pref. but since i'm new to mac (this being my first) i'm not sure how to check for it

please let me know!
thanks in advance!


charles
 
Very easily.

What you are seeing is called verbose mode. Used to trouble shoot startup issues.

Open Terminal by from Applications/utilities. Type the following command in:

sudo /usr/sbin/nvram boot-args=""

It will give you a warning and then ask for your admin password. After that everything should be back to normal.
 
Open Terminal (using an admin account) and type:
Code:
sudo nvram boot-args

Does this return with the following?
Code:
boot-args    -v

If so, type:
Code:
sudo nvram boot-args=""

Edit: beaten to it ... because I took the time to nicely format my post.
 
plinden said:
Open Terminal (using an admin account) and type:
Code:
sudo nvram boot-args

Does this return with the following?
Code:
boot-args    -v

If so, type:
Code:
sudo nvram boot-args=""

Edit: beaten to it ... because I took the time to nicely format my post.


hhaha but the formating was impressive :cool: hahah

so all i do is type:

sudo /usr/sbin/nvram boot-args=""

into the terminal?


thanks you guys, big ups!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.