Problem with installing linux version 2.6.0 on CentOS
Hi All,
I am trying to install linux version 2.6.0 on a linux machine with CentOS.
The Problem after booting the system I am getting is as follows:
******
Ext3-fs : Unable to read superblock
mount : error 22 mounting ext3
pivotroot : pivot_root((/sysroot,/sysroot/initrd) failed:2
umount /initrd/proc failed:2
kernel panic: no init found try passing init= option to kernel.
******
I am mentioning below the output of df command and the contents of /boot/grub/grub.conf file for your reference.
[root@localhost root]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md2 529628 337068 165656 68% /
/dev/md1 264333 33727 216958 14% /boot
none 2050708 0 2050708 0% /dev/shm
/dev/md6 1043452 32840 957604 4% /tmp
/dev/md5 4142700 1965532 1966724 50% /usr
/dev/md7 529564 259780 242884 52% /var
/dev/md8 4142700 56576 3875680 2% /var/TKLC
/dev/md9 529564 16432 486232 4% /var/TKLC/recovery
/dev/md10 4142700 1507676 2424580 39% /var/TKLC/recovery/usr
/dev/md11 15630680 14727208 109468 100% /var/TKLC/swap
This is a snapshot of the /boot/grub/grub.conf file
******
title CentOS (2.6.0)
root (hd0,0)
kernel /vmlinuz-2.6.0 ro root=/dev/md2 hdb=ide-scsi hdd=ide-scsi apm=off reboot=w console=tty0 console=ttyS0,115200
initrd /initrd-2.6.0.img
******
My bosses are haunting over me to get the job done ASAP.
It would be a gr8 help if you could give some pointers.
Regards,
Shashank
|