LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   EXT3-fs: unable to read superblock after kernel upgrade (https://www.linuxquestions.org/questions/linux-general-1/ext3-fs-unable-to-read-superblock-after-kernel-upgrade-67530/)

rolandbreedveld 06-23-2003 03:09 PM

EXT3-fs: unable to read superblock after kernel upgrade
 
Hi
anyone know how to handle this :

After upgrading (with up2date) to kernel 2.4.20-13.8smp, from 2.4.18-27.8.0smp,
same after upgrading to 2.4.20-18.8
the system won't boot these versions.
Version 2.4.18-27.8.0smp and older, boots fine from grub.
Boot errors:
Mounting root filesystem
EXT3-fs: unable to read superblock
mount: error 22 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd)failed
unmount /intrd/proc failed
Kernel Panic, system hangs etc etc

tried booting with and withouth directory /initrd

I use, ext3 on a mirror fs /dev/md0 for boot and md1 for root
labeling the disks with e2label (/ and /boot) makes no sence.
System is running fine with 2.4.18-27.8.0smp !

content of grub.conf
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-27.8.0smp)
root (hd0,0)
kernel /vmlinuz-2.4.18-27.8.0smp ro root=/dev/md1
initrd /initrd-2.4.18-27.8.0smp.img
title Red Hat Linux (2.4.20-18.8smp)
root (hd0,0)
kernel /vmlinuz-2.4.20-18.8smp ro root=/dev/md1
initrd /initrd-2.4.20-18.8smp.img
title Red Hat Linux (2.4.20-18.8)
root (hd0,0)
kernel /vmlinuz-2.4.20-18.8 ro root=/dev/md1
initrd /initrd-2.4.20-18.8.img
title Red Hat Linux (2.4.20-13.8smp)
root (hd0,0)
kernel /vmlinuz-2.4.20-13.8smp ro root=/dev/md1
initrd /initrd-2.4.20-13.8smp.img
title Red Hat Linux (2.4.20-13.8)
root (hd0,0)
kernel /vmlinuz-2.4.20-13.8 ro root=/dev/md1
initrd /initrd-2.4.20-13.8.img

hope someone understand this
regards Roland

Mara 06-23-2003 03:56 PM

Do you have initrd files for the kernel versions you're trying to install?

rolandbreedveld 06-23-2003 04:00 PM

yes, they are all there, for each version in grub.conf


All times are GMT -5. The time now is 09:50 AM.