I have two Linux distributions (OpenSuSE, Ubuntu) installed on two different partitions. Each time I start my machine, GRUB loads up, allowing me to select one of the two distributions.
I don't want the GRUB to show up, so I limit timeout to zero in /boot/grub/menu.lst, which will most probably make my machine load OpenSuSE each time I start my PC because it's the first option in the menu.lst.
Is it possible that the second time I restart my PC, Ubuntu gets loaded automatically? The third time I restart again, OpenSuSE may get booted while fourth time I restart, Ubuntu may load up and so on?
In other words, how can I make my machine to boot the next OS in menu.lst, the next time it is restarted?