Mark, > I dual boot Vista and OpenSolaris on my ThinkPad. OpenSolaris is the default > OS in GRUB; how can I set it so Vista boots by default? Heresy, I know...but > I need to boot into Windows more often than OpenSolaris. >
Try as root (or with pfexec): bootadm set-menu default=<N> Where "<N>" is your entry for Window$ as displayed by GRUB. Note that "<N>" starts at (so the first GRUB menu entry is) 0. Regards... Sean.