View Full Version : Tech Question - OS X Boot
sickboy_osX
Jan 31, 2003, 10:46 AM
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
rainman::|:|
Jan 31, 2003, 11:06 AM
there's at very least a method of turning off the boot screen, so you can watch it start up DOS style... i don't know about actually getting the prompt... and for the life of me i can't remember, let me try and dig up the method...
pnw
edesignuk
Jan 31, 2003, 11:28 AM
From a post by someone (can't remember who) along time ago....
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.
sickboy_osX
Jan 31, 2003, 12:15 PM
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
edesignuk
Jan 31, 2003, 12:28 PM
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
Just open up the terminal in OS X and enter the commands as per my previous post :)
sickboy_osX
Jan 31, 2003, 01:40 PM
:) i did, thanks for the help
kettle
Jan 31, 2003, 09:41 PM
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
:confused:
Originally posted by sickboy_osX
:) i did, thanks for the help
It worked then?
was it as expected or just similar?
does that adjust your thinking about open firmware?
what advantages or informations would this modification provide me or would it just be a cosmetic "windoze like" interest?
mc68k
Feb 2, 2003, 01:47 AM
Originally posted by kettle
It worked then?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.
what advantages or informations would this modification provide me or would it just be a cosmetic "windoze like" interest?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.
the example in this thread dumps you into verbose mode, where you can see a step-by-step process of booting from almost start to finish. it doen't really have too many useful purposes:
• debugging
• troubleshooting boot issues
You can find all this information and more in the Console log of every session on your computer which is automatically ran every time you start your machine.
This mode could be likened to your windows analogy if you were to hold down the F8 key after POST on a Windows box. There you would have safe mode, last safe boot, etc. which is semi-equivalent in a sense to some of the nvram switches.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.