Hi Dan,
My host system is debian sarge (grub is default boot loader for it).
I cheked what menu.lst says about
title Debian GNU/Linux, kernel 2.6.8-2-686-smp
root (hd1,2)
kernel /boot/vmlinuz-2.6.8-2-686-smp root=/dev/hdb3 ro
initrd /boot/initrd.img-2.6.8-2-686-smp
title Debian GNU/Linux, kernel 2.6.8-2-686-smp (recovery mode)
root (hd1,2)
kernel /boot/vmlinuz-2.6.8-2-686-smp root=/dev/hdb3 ro single
initrd /boot/initrd.img-2.6.8-2-686-smp
title Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
So, I guess You may want to add that "makeactive" to Your windows
section. I'm still strugling with compiling tool chain, so I cannot
tell whether initrd is needed to boot lfs.
:)Marko
On Apr 1, 2005 9:47 AM, Andrew Benton <[EMAIL PROTECTED]> wrote:
> Dan McGhee wrote:
> >
> > title LFS 6.0
> > root (hd1, 4)
> > kernel /boot/lfskernel-2.6.8.1 root=/dev/hdb1
> >
> > title Mandrake
> > root (hd1,0)
> > kernel /boot/kernel-2.6.8.1-1-1mdk
> >
> > title Windows
> > rootnoverify (hd0,0)
> > chainloader +1
> >
> > I would have identical entries in each /boot/grub/menu.lst file for both
> > Mandrake and LFS. This would be done without running <setup>.
> >
> > Is my logic correct? (Have I begun to learn GRUB :)?
> >
> Looks good, sounds like you know what you're doing, but your Mandrake entry
> looks a
> bit bare. I think it should at least need a root=/dev/hdb1
> I have something like this for Mandrake
>
> title Mandrake
> kernel (hd0,12)/boot/vmlinuz root=/dev/hda13 devfs=nomount splash=silent
> initrd (hd0,12)/boot/initrd.img
>
> Yes, you're right , you don't need to run grub, just edit /boot/grub/menu.lst
> I have a separate partition with sources, documents, photos and stuff on which
> doesn't change. I installed grub's menu.lst on that partition so I don't need
> to
> reinstall it, I just edit it when needed
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page