Note: You are currently viewing my old web site. There is a new version with most of this content at OJB.NZ. The new site is being updated, uses modern techniques, has higher quality media, and has a mobile-friendly version. This old site will stay on-line for a while, but maybe not indefinitely. Please update your bookmarks. Thanks.
You can change a startup disk using the systemsetup command...
List available startup disks: sudo systemsetup -liststartupdisks
Show current startup disk: sudo systemsetup -getstartupdisk
Set the startup disk: sudo systemsetup -setstartupdisk PATH
Where PATH is a startup disk.
Remember to use \ to escape spaces in names.