Found this topic
http://http://www.fedoraforum.org/fo...read.php?t=996 there stands this
This is the grub.conf before adding the new partition
--------------------------------------------------------------------
#grub.conf generated by anaconda
default=0
timeout=10
splashimage=(hd0,4)/grub/splash.xpm.gz
title GNU/Linux Fedora Core 1 (2.4.22-1.2174.nptl)
root (hd0,4)
kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ hdc=ide-scsi apm=off acpi=on rhgb
initrd /initrd-2.4.22-1.2174.nptl.img
title Microsoft Windows XP Pro
rootnoverify (hd0,0)
chainloader +1
----------------------------------------------------------------------
and this
This is the grub.conf after editing your grub.conf
-------------------------------------------------------------------------
#grub.conf generated by anaconda
default=0
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
title GNU/Linux Fedora Core 1 (2.4.22-1.2174.nptl)
root (hd0,5)
kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ hdc=ide-scsi apm=off acpi=on rhgb
initrd /initrd-2.4.22-1.2174.nptl.img
title Microsoft Windows XP Pro
rootnoverify (hd0,0)
chainloader +1
--------------------------------------------------------------------------------------------------------------------------------
but i dont understand....
---------- Post added at 03:07 PM ---------- Previous post was at 03:00 PM ----------
Anyway i get this
# 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/mapper/VolGroup-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.38.8-32.fc15.i686)
root (hd0,0)
kernel /vmlinuz-2.6.38.8-32.fc15.i686 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.38.8-32.fc15.i686.img
title Fedora (2.6.38.6-26.rc1.fc15.i686)
root (hd0,0)
kernel /vmlinuz-2.6.38.6-26.rc1.fc15.i686 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.38.6-26.rc1.fc15.i686.img
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
in my terminal
What now

---------- Post added at 03:41 PM ---------- Previous post was at 03:07 PM ----------
ok did edit it
how to save?....