Hi
I have debian/testing on hdb2 with its layout, and Win2k on hda.
when I boot, I get grub with the list to choose from;
>>>>>>>>>>>>>>>> /grub/menu.list <<<<<<<<<<<<<<<<
default 0
timeout 5
color cyan/blue white/blue
title Debian GNU/Linux, kernel 2.6.15-1-686
root (hd1,0)
kernel /boot/vmlinuz-2.6.15-1-686 root=/dev/hdb1 ro
initrd /boot/initrd.img-2.6.15-1-686
savedefault
title Debian GNU/Linux, kernel 2.6.15-1-686 (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.15-1-686 root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.15-1-686
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows 2000 Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
****************************************************************
I just used partition magic and made some room on hda for FC5. while
reading in
http://fedora.redhat.com/docs/fedora...-advanced.html
I am confused as to whether I have grub as the primary or the
secondary boot loader, I know I can only see grup after the bios lets
go but I remember reading that window don't let any other bootloader
in the MBR and some other things to the effect that you must install
windows first and all the rest of it...
in the link above it says
{
You may keep your current boot loader in the MBR and install GRUB as
a secondary boot loader. If you choose this option, the installer
program will write GRUB to the first sector of the Linux /boot
partition.
}
is it referring to /boot in FC5's hda1 or Debian's /boot on hdbx?
thanks