I used kpackagekit to install the latest updates.
While looking or searching for the updates, my laptop didn't respond to any action so after half an hour I decided to do a hard reboot.
After the reboot I received a kernel panic message (Unable to mount root fs on unknown-block(0,0)).
I still can boot with the previous kernel so first I made a backup and after that I did an upgrade with 'yum upgrade'
When I try to boot into the latest kernel I still get an error.
This is my grub.conf:
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.11-83.fc14.i686.PAE)
root (hd0,4)
kernel /vmlinuz-2.6.35.11-83.fc14.i686.PAE ro root=/dev/mapper/vg_bel001-lv_root rd_LVM_LV=vg_bel001/lv_root rd_LVM_LV=vg_bel001/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=nl_NL.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us-acentos rhgb quiet
title Fedora (2.6.35.10-74.fc14.i686.PAE)
root (hd0,4)
kernel /vmlinuz-2.6.35.10-74.fc14.i686.PAE ro root=/dev/mapper/vg_bel001-lv_root rd_LVM_LV=vg_bel001/lv_root rd_LVM_LV=vg_bel001/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=nl_NL.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us-acentos rhgb quiet
initrd /initramfs-2.6.35.10-74.fc14.i686.PAE.img
title Other
rootnoverify (hd0,0)
chainloader +1
What should I do now?
Ben