having installed the alpha version for a second time, I got a small problem: The bootloader starts but doesn't load the default entry. I have to press "enter".
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,5)
# kernel /vmlinuz-version ro root=/dev/vg_hp-notebook/lv_root
# initrd /initrd-version.img
#boot=/dev/sda
default=3
timeout=8
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29-0.159.rc6.git3.fc11.i586)
root (hd0,5)
kernel /vmlinuz-2.6.29-0.159.rc6.git3.fc11.i586 ro root=/dev/dm-0 rhgb quiet vga=792
initrd /initrd-2.6.29-0.159.rc6.git3.fc11.i586.img
title Fedora (2.6.29-0.157.rc6.git2.fc11.i586)
root (hd0,5)
kernel /vmlinuz-2.6.29-0.157.rc6.git2.fc11.i586 ro root=/dev/dm-0 rhgb quiet vga=792
initrd /initrd-2.6.29-0.157.rc6.git2.fc11.i586.img
title Fedora (2.6.29-0.137.rc5.git4.fc11.i586)
root (hd0,5)
kernel /vmlinuz-2.6.29-0.137.rc5.git4.fc11.i586 ro root=/dev/vg_hp-notebook/lv_root rhgb quiet vga=792
initrd /initrd-2.6.29-0.137.rc5.git4.fc11.i586.img
title Windows Vista
rootnoverify (hd0,0)
chainloader +1
title Windows 7
rootnoverify (hd0,3)
chainloader +1
BTW. I use the third mentioned linux kernel because the WLAN (D-Link Router) doesn't work with the newest kernel version. (Linux starts with a Bug kernel message)