Here is a situation for a nice project. A gui interface to grub.<br><br>I have 3 hard disks on my desktop machine, and with that I have on one disk XP and PCLINUXOS,<br><br>Second disk with Fedora 7_x64<br>Third    disk with Fedora 8 _x64<br><br>What I would like is a gui grub where I would say build the following path(s)<br>start with mbr on /sda, and chain to 2nd system on /sda, /sdb and /sdc<br><br>If I generalize what I want, it is for the utility to discover the operating systems on the hard drives and to let me thread the accesses, but to accept multiple threads.<br><br>So I would want to say something like<br><br>/sda.mbr-->/sda.XP + /sda.PCLINUXOS<br>/sdb.mbr-->/sdb.fedora7 + /sdc.Fedora8<br>/sdc.mbr-->/sdc.fedora8 + >/sdb.Fedora7<br><br>and other chains that would be consistant.<br><br>Also to include some or all of the code on the current SUPERGRUP ISO cd.<br><br>Leslie<br>