Hi all,
I don't know what's wrong with my setting. Thanks!
Here is my /etc/fstab
LABEL=/ / ext3 defaults 1 1
sysfs /sys sysfs defaults 0 0
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
My /boot/grub/grub.conf
title Fedora (2.6.22.1-33.fc7)
root (hd0,0)
kernel /vmlinuz-2.6.22.1.33.fc7 acpi=force ro root=LABEL/
initrd /initrd-2.6.22.1.33.fc7.img
title Fedora (2.6.18.1-2849.fc6)
root (hd0,0)
kernel /vmlinuz-2.6.18.1-2849.fc6 acpi=force ro root=LABEL/
initrd /initrd-2.6.18.1-2849.fc6.img