I plan to triple-boot Windows 7, Ubuntu, and OpenSUSE on my laptop.
The problem is that Ubuntu uses GRUB2 (and I far prefer it) and OpenSuse uses GRUB1/LegacyGRUB.
I know I can just install one of them, but that means every time the kernel is updated for the one I didn’t install, I have to reboot into the other OS and manually run the update-grub command or manually edit the grub.cfg (forgot what the Grub1 config file was called) so that distro is bootable again, and I would really prefer to let everything automatically update without needing me to confirm or change everything all the time (other than manually starting the update).
I heard that you can chainload, so I left a blank 128meg partition on the beginning of my drive that I plan to use for the “master” bootloader. Problem is, I don’t know how to get Ubuntu and/or OpenSUSE to install their bootloader on the partition, rather than the MBR so I can chainload it.
How would I go about doing this? Getting OpenSUSE to install to the logical partition they it is installed on so I can chianload them from another install of GRUB2 that is on the MBR?
Also, would be it possible to tell OepnSUSE’s partition install of LegacyGRUB to not check for other operating systems? Since the main GRUB2 will already let me choose Windows, Ubuntu, or OpenSUSE, I don’t want a second set of “Windows, Ubuntu, or OpenSUSE?” options to appear when I choose one of the Linux distros, I want it to either just directly boot OpenSUSE or only bring up OpenSUSE options.
Does LegacyGRUB only install the entries for other operating systems on it’s initial install, or does it somehow check every time its updated, similar to running update-grub on a GRUB2 system?