I have 2 Mac OS X versions (10.5 and 10.6) installed on 2 different partition of my Mac. Is there a way that I can do from command line to reboot the system to switch to the other Mac OS X installation other than the current one?

link|improve this question
feedback

3 Answers

$ bless --mount /Volumes/MacPartitionX --setBoot;sudo shutdown -r now

I think that or something similar will work for your purposes.

link|improve this answer
feedback

You can choose the startup volume for your Mac by holding down the option key (a.k.a. alt) as it boots up.

This selection is just a temporary choice and does not change the default that your Mac will use.

For more info: http://support.apple.com/kb/HT1310

link|improve this answer
if you read question he want do it in command line – Am1rr3zA Aug 26 '10 at 23:44
feedback

See man 8 bless.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.