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

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to