Quote:
Originally Posted by JuliusV
...Along which: "Kernel panic -> Unabler to mount root".
In the GRUB I can choose for the latest F14 kernel and when using this I can startup F15. Is there a way of fixing this problem?...
|
Post the contents of your /boot/grub/grub.conf file.

==============================================
[root@localhost ~]# more /boot/grub/grub.conf
"...
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.12-88.fc14.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.35.12-88.fc14.x86_64 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.35.12-88.fc14.x86_64.img
title Fedora (2.6.35.11-85.fc14.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.35.11-85.fc14.x86_64 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.35.11-85.fc14.x86_64.img..."
You could be missing the
initrd line, but a posting of your /boot/grub/grub.conf file will help confirm some things.

==============================================
Follow stevea's advice, always good information from stevea.