Hi
I did a preupgrade from F13 to F14. Everything went fine. In the end it asked me to restart. When restarted, it still boots into F13. Where did my F14 go?
cat /etc/fedora-release
Fedora release 13 (Goddard)
cat /boot/grub/grub.conf
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/vg_anish-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=1
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Upgrade to Fedora 14 (Laughlin)
kernel /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade ks=hd:UUID=441383e5-7a90-427c-8378-1ba5eb0bb617:/upgrade/ks.cfg stage2=hd:UUID=441383e5-7a90-427c-8378-1ba5eb0bb617:/upgrade/install.img
initrd /upgrade/initrd.img
title Fedora (2.6.34.8-68.fc13.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.34.8-68.fc13.i686.PAE ro root=/dev/mapper/vg_anish-lv_root rd_LVM_LV=vg_anish/lv_root rd_LVM_LV=vg_anish/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=uk rhgb quiet
initrd /initramfs-2.6.34.8-68.fc13.i686.PAE.img
title Fedora (2.6.34.7-66.fc13.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.34.7-66.fc13.i686.PAE ro root=/dev/mapper/vg_anish-lv_root rd_LVM_LV=vg_anish/lv_root rd_LVM_LV=vg_anish/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=uk rhgb quiet
initrd /initramfs-2.6.34.7-66.fc13.i686.PAE.img
title Fedora (2.6.33.3-85.fc13.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.33.3-85.fc13.i686.PAE ro root=/dev/mapper/vg_anish-lv_root rd_LVM_LV=vg_anish/lv_root rd_LVM_LV=vg_anish/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=uk rhgb quiet
initrd /initramfs-2.6.33.3-85.fc13.i686.PAE.img
How can I boot into F14, please help!