hda1 - /boot
hda2 - / (Fedora Core 1)
hda2 - /home
hda5 - swap
hda6 - / (Fedora Core 2)
I just added Core 2 to my hd, and did not install grub since I didn't want to destroy my existing configuration. It didn't give me the option of creating a boot disk, so now I can't boot Core 2 from hda6.
Can anyone tell me how to edit my existing grub.conf so I can have the choice of booting Core 2 at startup? Here's my existing grub.conf.
Code:
# added by NeTraverse - DO NOT REMOVE THIS LINE, it's used for uninstall default=4 # end added by NeTraverse - DO NOT REMOVE THIS LINE, it's used for uninstall # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Fedora Core (2.4.22-1.2174.nptl) root (hd0,0) kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi initrd /initrd-2.4.22-1.2174.nptl.img title Fedora Core (2.4.22-1.2188.nptl) root (hd0,0) kernel /vmlinuz-2.4.22-1.2188.nptl ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi initrd /initrd-2.4.22-1.2188.nptl.img title Fedora Core (2.6.4-1.270) root (hd0,0) kernel /vmlinuz-2.6.4-1.270 ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi initrd /initrd-2.6.4-1.270.img title Fedora Core (2.4.22-1.2115.nptl) root (hd0,0) kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi initrd /initrd-2.4.22-1.2115.nptl.img # added by NeTraverse - DO NOT REMOVE THIS LINE, it's used for uninstall title Win4Lin root (hd0,0) kernel /win4lin ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi initrd /initrd-2.4.22-1.2115.nptl.img # end added by NeTraverse - DO NOT REMOVE THIS LINE, it's used for uninstall
Thanks..

Help










