Verbose boot
October 15th, 2006 at 22:30This short howto is for all linux geeks missing informations while booting their operating system.
The verbose mode is usually set by the -v flag and apple works consistent in that area.
Step 1: Testing verbose mode
Before setting up a permanent verbose boot on your mac you should do a test run. Reboot your mac and keep holding “Command + V” keys while booting.
If u like the result go ahead with Step 2 for permanent verbose mode.
Step 2: Permanent verbose mode
Enter the following command in your desired console. I prefer bash.
sudo /usr/sbin/nvram boot-args=”-v”
Now, maybe you want to Undo Step 2
Step 3: Undoing Step 2
If the changes done in Step 2 are not the thing u want to see on each reboot enter the following command to reverse those changes. Again ist bash-time:
sudo /usr/sbin/nvram boot-args=”"
Best regards
fidel
NOTE:
this information was based on tests with 10.4 -> Tiger. Check the comment #02 for additional options on newer macs
Tags: enable verbose boot, howto

July 21st, 2008 at 23:06
[...] Man kann Mac OS X auch im Verbose Mode starten. Erste Informationen hierfür findet ihr hier. [...]
July 30th, 2009 at 13:24
Auf neueren MAC Books (?) ist die Kurzvariante angebrachter. Also
sudo nvram boot-args=”-v”
bzw. sudo nvram boot-args=”" zum deaktivieren.
(Obiger Befehl ging bei mir grade schlichtweg nicht auf dem MacBookPro)
July 30th, 2009 at 13:49
@Toasti
hi … lange nix mehr gehört
Jo ich wollte das Thema spätestens mit 10.6 mal wieder neu aufrollen – obige Info stammt letzlich noch aus meinen Versuchen Ende 2006
Danke für den Hinweis
Gruss
fidel
August 22nd, 2009 at 22:14
[...] Tipps zum Thema Verbose-Boot sucht wird hier [...]
November 15th, 2009 at 11:07
[...] einer virtuellen in VMware Fusion. Einen recht allgemeinen Beitrag zum Thema verbose gabs hier schon – weshalb ich diesen hier einfach mal [...]