Hi
Can someone help me out with this grub configuration?
I'm currently running Fedora core 2 with GRUB as a system boot loader,
i have the current partition scheme:
hda0 (primary partition) (Fat32)
hda1 (primary partition) (ext2) mountpoint: /boot ::active:: *GRUB is installed here*
hda2 (primary partition) (ext2) mountpoint: / *Fedora is installed here*
hda3 (extended partition)
hda5 /swap
hda6 (ext2) *Debian instalation here*
I need to add the Debian instalation to GRUB. How can i do it?
Here's my grub.conf:
Code:
#boot=/dev/hda2
default=0
timeout=25
splashimage=(hd0,1)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,1)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.5-1.358.img
title WinXP
rootnoverify (hd0,0)
chainloader +1