On 8/9/10, Alberto Hernando <[email protected]> wrote: > Hi. > > Is it possible to have 2 grubs running in a same computer? > My idea is to have the first grub in mbr, with the main OS, and an entry > pointing to the second grub, installed in a partition with the LFS and all > its options. > I could do it with lilo, but now that I'm with grub, I'd like to do the > same. I tried using an entry like the one I have for win xp but no success. > Is it possible to do it? >
Re: grub2, I have failed to install in a partition. That said, my favorite trick is to put other "grub conf" file(s) on other partitions. Then, in the main "grub conf" file, add an entry "configfile". This could look like: configfile (hd0,4)/boot/grub/grub.cfg So, my idea is to avoid touching the mbr and making it "unbootable". -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
