Is there any way in Mac Os X 10.2 to make it so by default it boots up Unix style (i.e. command+V) without holding the key combo down?
-shon
-shon
hey i just thought i'd post this for any UNIX junkies out here. i know i've always gotten a wierd satisfaction watching my linux boxes boot in a pure text fashion. now i have the same on my mac.
sudo nvram boot-args="-v"
that will do it for you and now your mac will boot with the cool quasiretrofuturistic textmode.
sudo nvram boot-args=""
turns it back off.
Just open up the terminal in OS X and enter the commands as per my previous postOriginally posted by sickboy_osX
Now is that in Open Firmware or is that in Mac OS X? I didnt think there were any users in OF but, nvram would be somthing that was used in OF.
hmmmm
Originally posted by sickboy_osX
Now is that in Open Firmware or is that in Mac OS X? I didnt think there were any users in OF but, nvram would be somthing that was used in OF.
hmmmm
It worked then?Originally posted by sickboy_osX
i did, thanks for the help
yes it works. but it's 'permanent' in the sense that it's in firmware. if you want to set it back you have to do it manually. i wouldn't recommend messing around with this stuff unless you know what you're doing. the 'sudo' prefix is to fake superuser privledges, which can have adverse effects on your machine if you're not cautious.Originally posted by kettle
It worked then?
nvram is a place in memory where HDD independent settings are stored that the kernel needs early in the boot process. there are certain switches ie. -v or -s that can be tripped manually with keystrokes at boottime or 'permanently' with switches stored in the nvram.what advantages or informations would this modification provide me or would it just be a cosmetic "windoze like" interest?