On 07/21/2010 06:08 AM, Andrew Benton wrote: > On 21/07/10 01:25, Dan McGhee wrote: > >> It's nagging me that currently grub sees nothing but my new LFS system. >> > So did you try adding this to grub.cfg? > > menuentry "Windows" { > set root=(hd0,1) > chainloader +1 > } > > And for what it's worth, this boots Ubunut for me: > > menuentry "Ubunut" { > set root=(hd0,6) > linux /vmlinuz root=/dev/sda6 ro quiet splash > initrd /initrd.img > } > > Andy > > The precise answer to your question is, no, I haven't done that yet. By "seeing" other stuff" I'm referring to grub-mkconfig. I thought it would "out of the box." I know I can add those menu entries, and I'm going to. I was hoping that when I booted the new system, it was completely divorced from any artificialities of the host and would pick up on what other stuff was on the computer. That didn't happen.
So the next step is to manually add those items. I haven't yet studied deeply the scripts grub uses to look. Maybe it's just not worth it. If it works, it works--I'm referring to manually adding those menu items. Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page