Memory for crash kernel (0x0 to 0x0) notwithin permissible range
Red Hat nash version 5.1.19.6 starting
mount: could not find filesystem '/dev/root'
setuproot moving /dev failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
The file-system appears like this:
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c1d1p1 2.0T 84G 1.9T 5% /
/dev/cciss/c1d0p1 190M 12M 169M 7% /boot
tmpfs 32G 0 32G 0% /dev/shm
There are two volumes created in the RAID One /dev/cciss/c1d0p1 only for the boot partition and second /dev/cciss/c1d1p1 for the rest of the Linux partition. This was created to overcome the Ext3 2TB limit issue.
and now i'm unable to access the terminal either from rescue media/ live OS (i'm getting "linux partition not found" error and i'm not getting any terminals for command executions). So i'm unable to execute the commands anywhere.
fdisk -lreport? What partitions correspond to your installed system? Ifsdz99is your root partition (replacezand99by the right letter and number), what doesfile - </dev/sdz99show? What happens if you try to mount it? – Gilles Aug 13 '12 at 11:10/dev/sdz99, you need to replacezand99by the right letter and number. It could be/dev/sda1or/dev/sdc3or any other combination, or something like/dev/md0if you have RAID. As I told you before, runfdisk -lto see the available partitions. Post at least that, and we can probably help you get further. – Gilles Aug 13 '12 at 11:49