jwz - OSX Intel verbose boot [entries|archive|friends|userinfo]
jwz

  www.jwz.org
  userinfo
  archive
  rss

Links
[»| DNA (Log) (iCal) WebCollage (LJ) Mixtapes ]

OSX Intel verbose boot [Fri, 28-Sep-2007 5:42 PM]
Previous Entry Add to Memories Tell a Friend Next Entry
[Tags|, , ]
[music |Rasputina -- Draconian Crackdown]

Dear Lazyweb, how do I turn on verbose boot permanently on an Intel iMac? (No, I don't want to hold down Cmd-V every time.)

On PPC Macs, the incantation was nvram boot-args="-v" but the Intel Macs don't have the same NVRAM variables.

Update: Hey, what do you know, it's the same command on Intel Macs, even though "boot-args" isn't there by default.

linkReply

Comments:
[User Picture]From: [info]darkshadow2
Sat, 29-Sep-2007 1:10 AM (UTC)

(Link)

Actually, that still works. I do the same thing, and have it set up on my MacBook Pro. Works fine.

I run the command without putting the -v in quotes, though - maybe that'll make a difference?
[User Picture]From: [info]vanbeast
Sat, 29-Sep-2007 1:38 AM (UTC)

(Link)

I used OnyX or Cocktail or some other random utility to do mine.
[User Picture]From: [info]feignedapathy
Sat, 29-Sep-2007 2:51 AM (UTC)

(Link)

You could edit /System/Library/SystemConfiguration/com.apple.Boot.plist, and change the "Kernel Flags" key to "-v".
[User Picture]From: [info]feignedapathy
Sat, 29-Sep-2007 2:54 AM (UTC)

(Link)

Nevermind, I'm a retard, too busy playing with hackintosh. The nvram command does still work on intel macs, though, at least on my MacBook.
[User Picture]From: [info]rantzilla
Sat, 29-Sep-2007 3:35 AM (UTC)

Best not to...

(Link)

Editing that file is discouraged. Anything under /System should be considered off limits.
[User Picture]From: [info]feignedapathy
Sat, 29-Sep-2007 4:39 AM (UTC)

Re: Best not to...

(Link)

...
[User Picture]From: [info]zebe
Sat, 29-Sep-2007 3:15 AM (UTC)

(Link)

boot-args is still the right variable to set on an Intel iMac, and -v is still the right value.
From: [info]davidmccabe
Sat, 29-Sep-2007 3:32 AM (UTC)

(Link)

Just out of curiosity, why would you want to do that?
[User Picture]From: [info]jwz
Sat, 29-Sep-2007 9:09 AM (UTC)

(Link)

So that I Know Things.
[User Picture]From: [info]rantzilla
Sat, 29-Sep-2007 3:32 AM (UTC)

That should be it...

(Link)

The nvram boot-args have not changed from PPC to Intel and -v is still verbose booting.

Are you using sudo? As in:
$ sudo nvram boot-args="-v"
[User Picture]From: [info]xrayspx
Sat, 29-Sep-2007 5:07 AM (UTC)

(Link)

Thank you for asking the questions I'm too lazy to ask the lazyweb. I figured it must have been one of those "It Just Works, so keep quiet, citizen" type things. One of the good things about my pre-'switcher' days was that watching SuSE boot reminded me of all the crap I kept meaning to disable.